RohitSurwase / AndroidDesignPatternsLinks
Collection of best code snippets to help everyone to simplify android app development.
☆108Updated 6 years ago
Alternatives and similar repositories for AndroidDesignPatterns
Users that are interested in AndroidDesignPatterns are comparing it to the libraries listed below
Sorting:
- Sample app to show basics of Model-View-Presenter (MVP) architectural pattern☆74Updated 7 years ago
- ☆116Updated 8 years ago
- RxJava and RxAndroid complete beginner examples☆127Updated 4 years ago
- A simple app which consumes a REST service from Coinmarketcap API☆77Updated 7 years ago
- An example app to demonstrate the usage of Room, LiveData and ViewModel. Accompanies blog post on https://android.jlelse.eu/android-archi…☆71Updated 6 years ago
- Android's ImageView pinch-to-zoom made easy☆110Updated 5 years ago
- This is a compilation of different kinds and actions in recyclerView☆128Updated 3 years ago
- Launch a multi-select contact picker activity, useful for importing and inviting contacts to apps.☆143Updated 3 years ago
- Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)☆140Updated 6 years ago
- Consuming REST API using Retrofit Library with the help of MVVM, Dagger2, LiveData and RxJava2 in Android☆65Updated 6 years ago
- ☆41Updated 5 years ago
- ☆43Updated 8 years ago
- For the blog, Dagger 2 for Android Beginners☆77Updated 7 years ago
- Source code for an Android project implementing a custom horizontal carousel view, using a RecyclerView.☆146Updated last year
- New Sample App For PayUmoney and PnP SKD integration☆39Updated 4 years ago
- Firestore sample with Android architecture component.☆108Updated 7 years ago
- DIfferent animation samples on Android☆149Updated 7 years ago
- Simple sample project using ViewModel and Firebase Database☆57Updated 7 years ago
- New Android Architecture showing how to use Dagger Android libs with MVVM☆113Updated 7 years ago
- This repo is created for explaining keyframe animations using constraint layout and constraint set☆53Updated 7 years ago
- This is a basic example which gives an idea of MVVM Architecture along with LiveData and ViewModel Architecture components.