Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7ddabca

Browse files
Update README.md
1 parent 42abd3c commit 7ddabca

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

‎README.md‎

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Android Developer Resources
22
Resources about Android Development
33

4-
#Table of Content
4+
#Table of Content
55

66
### Structure
77
* [Android app architecture](#android-app-architecture)
@@ -56,7 +56,7 @@ Resources about Android Development
5656
### Miscellaneous
5757
* [Miscellaneous](#miscellaneous)
5858

59-
#Structure
59+
#Structure
6060

6161
### Android app architecture
6262
* [Shades of mvvm](https://www.bignerdranch.com/blog/shades-of-mvvm/)
@@ -110,7 +110,7 @@ Resources about Android Development
110110
* [Hiding Secrets in Android Apps](https://rammic.github.io/2015/07/28/hiding-secrets-in-android-apps/)
111111
* [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/)
112112

113-
#Networking
113+
#Networking
114114

115115
### Retrofit
116116
* [Basic Retrofit by vogella](http://www.vogella.com/tutorials/Retrofit/article.html)
@@ -162,7 +162,7 @@ Resources about Android Development
162162
* [A glimpse of Async-Await on Android](https://medium.com/@haarman.niek/async-await-in-android-f0202cf31088#.powk38ajh)
163163
* [A dive into Async-Await on Android](https://medium.com/@haarman.niek/a-dive-into-async-await-on-android-5a6699029aa3#.1rr6wtuee)
164164

165-
#Views, Layouts, Animations and Custom views
165+
#Views, Layouts, Animations and Custom views
166166

167167
### Animation and Vector Drawable's stuff
168168
* [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
197197
* [Publishig android library aar to maven](http://www.vandalsoftware.com/post/52468430435/publishing-an-android-library-aar-to-a-maven)
198198
* [Guide to publishing your Android Library via MavenCentral](http://crushingcode.co/publish-your-android-library-via-mavencentral/)
199199

200-
#Application helper tasks
200+
#Application helper tasks
201201

202202
### Login and Account Authentication
203203
* [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
215215
* [Audio (not) playing in Android](https://medium.com/uptech-team/audio-not-playing-in-android-cde9a0fdfafd#.q9u3ivu0q)
216216
* [Create an Audio Recorder on Android](http://www.ssaurel.com/blog/create-an-audio-recorder-on-android/?utm_source=androiddevdigest)
217217

218-
#App analytics
218+
#App analytics
219219
* [The key concepts of app tracking for developers](https://medium.com/@sergii/the-key-concepts-of-app-tracking-for-developers-a11bebf1e65e#.2015w5bka)
220220

221-
#Testing - Unit and production tests
221+
#Testing - Unit and production tests
222222
### Testing
223223
* [Dan lew's series on testing](http://blog.danlew.net/2013/12/16/testing_on_android_part_1_unit_tests/)
224224
* [Simple unit tests for android](https://stfalcon.com/en/blog/post/simple-unit-tests-for-android)
@@ -232,16 +232,16 @@ Resources about Android Development
232232
* [Stress testing android apps](https://medium.com/@mgazar/stress-testing-android-apps-601311ebf590#.k4k0rm810)
233233
* [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)
234234

235-
#Git Resources
235+
#Git Resources
236236
* [Git-Play-Love](http://eulercoder.me/blog/open%20source/Git-Play-Love)
237237
* [Git workflow basics - Going above commit push pull](https://blog.codeminer42.com/git-workflow-basics-d405746f6205#.lwyhvlllv)
238238

239-
#Open Source and stuff
239+
#Open Source and stuff
240240
* [Getting started with Open Source](http://eulercoder.me/blog/open%20source/getting-started-with-open-source)
241241
* [How to get started with Open Source](https://www.hackerearth.com/getstarted-opensource/)
242242
* [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)
243243

244-
#Utility and design libraries
244+
#Utility and design libraries
245245
* [Create chat heads like facebook messenger](https://medium.com/@kevalpatel2106/create-chat-heads-like-facebook-messenger-32f7f1a62064#.49f525don)
246246
* [App entry feature discovery to teach user about the app](https://github.com/KeepSafe/TapTargetView)
247247
* [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
266266
* [Android library for async data loading from multiple sources](https://github.com/NYTimes/Store)
267267
* [An imageView can auto scroll with device rotating. ](https://github.com/gjiazhe/PanoramaImageView)
268268

269-
#Proguard
269+
#Proguard
270270
* [Useful Proguard snippets](https://github.com/krschultz/android-proguard-snippets)
271271

272-
#Tools for reversing apk for educational purposes
272+
#Tools for reversing apk for educational purposes
273273
* [A tool for reverse engineering Android apk files](https://github.com/iBotPeaches/Apktool)
274274

275-
#Miscellaneous
275+
#Miscellaneous
276276
* [How To Learn With Open Source API Fundamentals](https://hackernoon.com/how-to-learn-with-open-source-api-fundamentals-1f886383b8e1#.ugnbbbjyl)
277-
278-
279-
#To checkout or read
280-
* https://github.com/ahmedeltaher/MVP-Sample
281-
* https://github.com/grandcentrix/ThirtyInch
282-
* https://github.com/adonixis/android-animated-menu-items
283-
* https://github.com/Yalantis/Euclid
284-
* https://github.com/mapsme/api-android
285-
* https://github.com/inloop/AndroidViewModel
286-
* https://github.com/airbnb/AirMapView
287-
* https://github.com/mzule/FantasySlide

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /