Skip to content

Commit

Permalink
English README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caodongping committed Apr 9, 2016
1 parent cb6e812 commit 1c48594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Expand Up @@ -132,14 +132,14 @@ AndroidManifest.xml
</activity>
```

With above config, you can visite `MainActivity` with `http://mzule.com/main` or normally `mzule://main`. As you can see, `http(s)` router config must fill in full path url.
With above config, you can visite `MainActivity` with `http://mzule.com/main` or normally `mzule://main`. As you can see, `http(s)` router config must be fill in with full path url.

### 6. Paramters name mapping

```
@Router(value = "item", longExtra = "id", transfer = "id=>itemId")
```
In normal case, parameter `A` will put int bundle-extra with name `A`. If you want to change this. You can set value for `transfer` with `A=>B` means from `A` to `B`.
In normal case, parameter `A` will put into bundle-extra with name `A`. If you want to change its name. You can set value for `transfer` with `A=>B` means from `A` to `B`.

### 7. In-app usage

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# ActivityRouter

### [English README.md](https://github.com/mzule/ActivityRouter/blob/master/README-en.md)
### [English README.md here](https://github.com/mzule/ActivityRouter/blob/master/README-en.md)

## 功能

Expand Down

0 comments on commit 1c48594

Please sign in to comment.