Skip to content

Commit 119e427

Browse files
committed
Added Tools category. Order the gist in alphabetical order. Added How to add play services to genymotion
1 parent ac23e4e commit 119e427

File tree

9 files changed

+364
-2
lines changed

9 files changed

+364
-2
lines changed

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/android-gist-index.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 290 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Android Gist Index is a fancy list of useful tips and tricks for Android develop
77

88
## Animations
99

10+
[Parallax ViewPager Transformation](https://gist.github.com/Aracem/328d052603ec23391a3e)
11+
* Adds a parallax animation to your ViewPager transformation. Could apply different speeds to different views. Read the gist to know how to use it.
12+
1013
[Ripple Delayed Runner] (https://gist.github.com/rocboronat/bf1e7e43c0fd11907867)
1114
* Ripple Delayed Runner adds a delay when the user clicks in a view with a ripple to show all the ripple animation before launch the Runnable.
1215

13-
[Parallax ViewPager Transformation](https://gist.github.com/Aracem/328d052603ec23391a3e)
14-
* Adds a parallax animation to your ViewPager transformation. Could apply different speeds to different views. Read the gist to know how to use it.
16+
## Tools
1517

18+
[Genymotion devices with Google Play Services] (https://gist.github.com/Aracem/2ca71ea380ee743a4ee9)
19+
* How to add google play services to the Genymotion devices

0 commit comments

Comments
 (0)