Skip to content

Commit 7808705

Browse files
Update README.md
1 parent b3523e4 commit 7808705

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
Resources about Android Development
33

44
# Table of content
5-
* Java 8
6-
* Good practises
7-
* Git resources
8-
* MVP design pattern
9-
* Android app architecture
10-
* [Retrofit](###Retrofit)
11-
* Networking
12-
* RxJava
13-
* Animation and stuff
14-
* Recycler view
15-
* Custom libs and views
16-
* Dependency Injection
17-
* Android security
18-
* Testing
19-
* App production testing
5+
* [Java 8](#java8)
6+
* [Good practises](#good-practises)
7+
* [Git resources](#git-resources)
8+
* [MVP design pattern](#mvp-design-pattern)
9+
* [Android app architecture](#android-app-architecture)
10+
* [Retrofit](#retrofit)
11+
* [Networking](#networking)
12+
* [RxJava](#rxjava)
13+
* [Animation and stuff](#animation-and-stuff)
14+
* [Recycler view](#recycler-view)
15+
* [Custom libs and views](#custom-libs-and-views)
16+
* [Dependency Injection](#dependency-injection)
17+
* [Android security](#android-security)
18+
* [Testing](#testing)
19+
* [App production testing](#app-production-testing)
2020

2121
### Java8
2222
* [Java 8 Streams:10 missing features](https://medium.com/@johnmcclean/java-8-streams-10-missing-features-ec82ee90b6c0#.uonjprdj3)
@@ -42,7 +42,7 @@ Resources about Android Development
4242
* [Git-Play-Love](http://eulercoder.me/blog/open%20source/Git-Play-Love)
4343
* [Git workflow basics - Going above commit push pull](https://blog.codeminer42.com/git-workflow-basics-d405746f6205#.lwyhvlllv)
4444

45-
### MVP resources
45+
### MVP Design Pattern
4646
* [A journey to the world of MVP and Loaders ( Part 1)](http://chaddhag.com/mvpLoader1)
4747
* [Yet another MVP article — Part 1: Lets get to know the project](https://hackernoon.com/yet-another-mvp-article-part-1-lets-get-to-know-the-project-d3fd553b3e21#.m8tr2xvgw)
4848

@@ -90,7 +90,7 @@ Resources about Android Development
9090

9191

9292

93-
### Animation and Vector Drawable's stuff
93+
### Animation and stuff
9494
* [Animated icons on Android by using vector drawables](https://stories.uplabs.com/animated-icons-on-android-ee635307bd6#.969srmak8)
9595
* [AnimatedVectorDrawableCompat by Bartek Lipinski](https://android.jlelse.eu/animatedvectordrawablecompat-3d9568727c53#.xde3feipq)
9696
* [Introductio to icon animation techniques](http://www.androiddesignpatterns.com/2016/11/introduction-to-icon-animation-techniques.html)
@@ -114,7 +114,7 @@ Resources about Android Development
114114
* [Android Data Binding: RecyclerView](https://medium.com/google-developers/android-data-binding-recyclerview-db7c40d9f0e4#.d9odpzqps)
115115
* [Using SnapHelper in RecyclerView](https://blog.mindorks.com/using-snaphelper-in-recyclerview-fc616b6833e8#.y3h2elk1d)
116116

117-
### Making Custom Library and Views
117+
### Custom Libs and Views
118118
* [A deep dive into android view constructors](http://blog.danlew.net/2016/07/19/a-deep-dive-into-android-view-constructors/)
119119
* [How to draw a custom view](https://hackernoon.com/android-draw-a-custom-view-ef79fe2ff54b#.dei8shybf)
120120
* [Make an android custom view, publish and open source](https://medium.com/dualcores-studio/make-an-android-custom-view-publish-and-open-source-99a3d86df228#.bnjjtd54i)

0 commit comments

Comments
 (0)