You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,7 +56,7 @@ Resources about Android Development
56
56
### Miscellaneous
57
57
*[Miscellaneous](#miscellaneous)
58
58
59
-
#Structure
59
+
#Structure
60
60
61
61
### Android app architecture
62
62
*[Shades of mvvm](https://www.bignerdranch.com/blog/shades-of-mvvm/)
@@ -110,7 +110,7 @@ Resources about Android Development
110
110
*[Hiding Secrets in Android Apps](https://rammic.github.io/2015/07/28/hiding-secrets-in-android-apps/)
111
111
*[Dear Android Developer- This is an intervention about your app's security](https://www.reddit.com/r/androiddev/comments/3dedaj/dear_android_developer_this_is_an_intervention/)
112
112
113
-
#Networking
113
+
#Networking
114
114
115
115
### Retrofit
116
116
*[Basic Retrofit by vogella](http://www.vogella.com/tutorials/Retrofit/article.html)
@@ -162,7 +162,7 @@ Resources about Android Development
162
162
*[A glimpse of Async-Await on Android](https://medium.com/@haarman.niek/async-await-in-android-f0202cf31088#.powk38ajh)
163
163
*[A dive into Async-Await on Android](https://medium.com/@haarman.niek/a-dive-into-async-await-on-android-5a6699029aa3#.1rr6wtuee)
164
164
165
-
#Views, Layouts, Animations and Custom views
165
+
#Views, Layouts, Animations and Custom views
166
166
167
167
### Animation and Vector Drawable's stuff
168
168
*[Animated icons on Android by using vector drawables](https://stories.uplabs.com/animated-icons-on-android-ee635307bd6#.969srmak8)
@@ -197,7 +197,7 @@ Resources about Android Development
197
197
*[Publishig android library aar to maven](http://www.vandalsoftware.com/post/52468430435/publishing-an-android-library-aar-to-a-maven)
198
198
*[Guide to publishing your Android Library via MavenCentral](http://crushingcode.co/publish-your-android-library-via-mavencentral/)
199
199
200
-
#Application helper tasks
200
+
#Application helper tasks
201
201
202
202
### Login and Account Authentication
203
203
*[Refer to This github rxjava project for login-registration demo code](https://github.com/manuelvicnt/RxJava-android-structure)
@@ -215,10 +215,10 @@ Resources about Android Development
215
215
*[Audio (not) playing in Android](https://medium.com/uptech-team/audio-not-playing-in-android-cde9a0fdfafd#.q9u3ivu0q)
216
216
*[Create an Audio Recorder on Android](http://www.ssaurel.com/blog/create-an-audio-recorder-on-android/?utm_source=androiddevdigest)
217
217
218
-
#App analytics
218
+
#App analytics
219
219
*[The key concepts of app tracking for developers](https://medium.com/@sergii/the-key-concepts-of-app-tracking-for-developers-a11bebf1e65e#.2015w5bka)
220
220
221
-
#Testing - Unit and production tests
221
+
#Testing - Unit and production tests
222
222
### Testing
223
223
*[Dan lew's series on testing](http://blog.danlew.net/2013/12/16/testing_on_android_part_1_unit_tests/)
224
224
*[Simple unit tests for android](https://stfalcon.com/en/blog/post/simple-unit-tests-for-android)
@@ -232,16 +232,16 @@ Resources about Android Development
*[The Ultimate Pre-Release Checklist for Android App Success On Play Store](https://blog.aritraroy.in/the-ultimate-pre-release-checklist-for-android-app-success-on-play-store-cb0eb9f59ce9#.kvq5oq6me)
*[Getting started with Open Source](http://eulercoder.me/blog/open%20source/getting-started-with-open-source)
241
241
*[How to get started with Open Source](https://www.hackerearth.com/getstarted-opensource/)
242
242
*[How to find your first open source bug to fix](https://medium.freecodecamp.com/finding-your-first-open-source-project-or-bug-to-work-on-1712f651e5ba#.jtlai29uz)
243
243
244
-
#Utility and design libraries
244
+
#Utility and design libraries
245
245
*[Create chat heads like facebook messenger](https://medium.com/@kevalpatel2106/create-chat-heads-like-facebook-messenger-32f7f1a62064#.49f525don)
246
246
*[App entry feature discovery to teach user about the app](https://github.com/KeepSafe/TapTargetView)
247
247
*[A Tap Target implementation in Android based on Material Design Onboarding guidelines. For more information on tap targets check out the guidelines.](https://github.com/sjwall/MaterialTapTargetPrompt)
@@ -266,22 +266,11 @@ Resources about Android Development
266
266
*[Android library for async data loading from multiple sources](https://github.com/NYTimes/Store)
267
267
*[An imageView can auto scroll with device rotating. ](https://github.com/gjiazhe/PanoramaImageView)
0 commit comments