Android-Learning-Resources icon indicating copy to clipboard operation
Android-Learning-Resources copied to clipboard

My curated list of resources for learning Android Development.

Android-Learning-Resources

My curated list of resources for learning Android Development.

General Android Reference

Blogs

Podcasts

Specific Topics

Application Architecture

Architecture Talks

Functional Reactive Programming

RxJava Talks

Dependency Injection

Dagger 2 Talks

Android UI

Open Source Sample Applications

Android Architecture Demos

  • https://github.com/android10/Android-CleanArchitecture
  • https://github.com/pedrovgs/EffectiveAndroidUI
  • https://github.com/JorgeCastilloPrz/EasyMVP
  • https://github.com/antoniolg/androidmvp
  • https://github.com/ppicas/android-clean-architecture-mvp
  • https://github.com/grandstaish/hello-mvp
  • https://github.com/hitherejoe/MVVM_Hacker_News (MVVM not MVP!)

Open Source Library Demos (Dagger, Retrofit, Rx, etc..)

  • https://github.com/JakeWharton/u2020
  • https://github.com/saulmm/Avengers
  • https://github.com/kaushikgopal/RxJava-Android-Samples
  • https://github.com/zsiegel/rx-mvp-android
  • https://github.com/esoxjem/MovieGuide
  • https://github.com/pomopomo/WearPomodoro
  • https://github.com/ekchang/SwipeRight

Android UI Demos

  • https://github.com/nickbutcher/plaid
  • https://github.com/byoutline/kickmaterial
  • https://github.com/ccrama/Slide
  • https://github.com/lgvalle/Material-Animations

Android Performance

Android Internals

Android Books

Misc Android

General Programming