Skip to content

Commit

Permalink
Added links to the next page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed May 3, 2015
1 parent 4009b94 commit 6a0fa07
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ I'd appreciate it if you could suggest new patterns or improvements of the libra

1. [Sliding up pattern](../../docs/advanced/sliding-up.md)
1. [ViewPager pattern](../../docs/advanced/viewpager.md)

[Next: Sliding up pattern »](../../docs/advanced/sliding-up.md)
1 change: 1 addition & 0 deletions docs/advanced/sliding-up.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Sliding up pattern

[Next: ViewPager pattern »](../../docs/advanced/viewpager.md)
2 changes: 1 addition & 1 deletion docs/basic/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Basic techniques"
},
"show-hide-action-bar": {
"title": "Show and hide the Action Bar"
"title": "Show and hide the ActionBar"
},
"translating-toolbar": {
"title": "Translating the Toolbar"
Expand Down
1 change: 1 addition & 0 deletions docs/basic/filling-gap.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Filling gap on top of the Toolbar

[Next: Advanced techniques »](../../docs/advanced/index.md)
4 changes: 3 additions & 1 deletion docs/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This section explains the basic scrolling techniques.

1. [Show and hide the Action Bar](../../docs/basic/show-hide-action-bar.md)
1. [Show and hide the ActionBar](../../docs/basic/show-hide-action-bar.md)
1. [Translating the Toolbar](../../docs/basic/translating-toolbar.md)
1. [Translating itself](../../docs/basic/translating-itself.md)
1. [Parallax image](../../docs/basic/parallax-image.md)
1. [Sticky header](../../docs/basic/sticky-header.md)
1. [Filling gap on top of the Toolbar](../../docs/basic/filling-gap.md)

[Next: Show and hide the ActionBar »](../../docs/basic/show-hide-action-bar.md)
1 change: 1 addition & 0 deletions docs/basic/parallax-image.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Parallax image

[Next: Sticky header »](../../docs/basic/filling-gap.md)
4 changes: 3 additions & 1 deletion docs/basic/show-hide-action-bar.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Show and hide the Action Bar
# Show and hide the ActionBar

[Next: Translating the Toolbar »](../../docs/basic/translating-toolbar.md)
2 changes: 1 addition & 1 deletion docs/basic/translating-itself.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Translating itself


[Next: Parallax image »](../../docs/basic/parallax-image.md)
1 change: 1 addition & 0 deletions docs/basic/translating-toolbar.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Translating the Toolbar

[Next: Translating itself »](../../docs/basic/translating-itself.md)
1 change: 1 addition & 0 deletions docs/example/android-studio.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Build on Android Studio

[Next: Build on Eclipse »](../../docs/example/eclipse.md)
7 changes: 7 additions & 0 deletions docs/example/eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ Please note that with these instructions you could bulid project on Eclipse, but

### Get the source codes

Get the source code of the library and example app, by cloning git repository or downloading archives.

If you use git, execute the following command in your workspace directory.

```
$ git clone https://github.com/ksoichiro/Android-ObservableScrollView.git
```

If you are using Windows, try it on GitBash or Cygwin or something that supports git.

### Define ANDROID_HOME environment variable

If you haven't define the environment variable `ANDROID_HOME` yet, define it to indicate Android SDK root directory.
Expand Down Expand Up @@ -59,3 +65,4 @@ This will generate dependency codes from AAR files using Gradle wrapper and some

That's all!

[Next: Basic techniques »](../../docs/basic/index.md)
1 change: 1 addition & 0 deletions docs/example/google-play.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Download from Google Play

[Next: Download from wercker »](../../docs/example/wercker.md)
2 changes: 2 additions & 0 deletions docs/example/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ and check if there are some patterns you want to implement.
1. [Download from wercker](../../docs/eaxmple/wercker.md)
1. [Build on Android Studio](../../docs/example/android-studio.md)
1. [Build on Eclipse](../../docs/example/eclipse.md)

[Next: Download from Google Play »](../../docs/example/google-play.md)
2 changes: 2 additions & 0 deletions docs/example/wercker.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Scroll the screen, and click anywhere in the "inspect build result" section to o
Finally, you can download the apk file by clicking the `artifact.tar.gz` link.

![](../images/wercker_3.png)

[Next: Build on Android Studio »](../../docs/example/android-studio.md)
2 changes: 2 additions & 0 deletions docs/quick-start/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,5 @@ public class MainActivity extends AppCompatActivity
}
}
```
[Next: Try the example app »](../../docs/example/index.md)
4 changes: 3 additions & 1 deletion docs/quick-start/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ You should replace `VERSION` to the appropriate version number like `1.5.0`.

Then, click "sync" button to get the library using the configuration above.

To confirm the available versions, search [the Maven Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.ksoichiro%22%20AND%20a%3A%22android-observablescrollview%22).
To confirm the available versions, search [the Maven Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.ksoichiro%22%20AND%20a%3A%22android-observablescrollview%22).

[Next: Layout »](../../docs/quick-start/layout.md)
2 changes: 2 additions & 0 deletions docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ In this section, I'll show some quick instructions for introducing this library
1. [Dependencies](../../docs/quick-start/dependencies.md)
1. [Layout](../../docs/quick-start/layout.md)
1. [Animation codes](../../docs/quick-start/animation.md)

[Next: Dependencies »](../../docs/quick-start/dependencies.md)
2 changes: 2 additions & 0 deletions docs/quick-start/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Android-ObservableScrollView provides several types of views that are scroll-abl
And they extend the standard widget (`ScrollView`, `GridView`, ...), and they provide some callbacks to get scroll events.

After writing the above layout, you can write animation codes using these callbacks.

[Next: Animation codes »](../../docs/quick-start/animation.md)

0 comments on commit 6a0fa07

Please sign in to comment.