Pinned Repositories
AdvancedAndroidTopics
A collection of samples on advanced topics for Android like Dagger2 and RxJava
Android-Cheat-sheet
Cheat Sheet for Android Interviews
android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
android-paging-sample
Codelab sample for android Paging library
AndroidMvpAndMvvmPatterns
A collection of MVP and MVVM samples within a single app, implementing components and concepts like Paging library, LiveData and Repository pattern for single source of truth for data source
FindMyRoute
TripPlanner Android App: https://play.google.com/store/apps/details?id=com.enpassio.findmyroute
flutter_samples
A collection of flutter samples to experiment and learn various concepts
Full-Stack-Development
OpenMovie
An offline first experiment with latest and widely used libraries in Android. RxJava | RoomDb | Dagger2 | MVVM | Paging2 | NavigationLibrary2
ReactiveWay
A wide varieties of use cases and samples on RxJava written in Kotlin
rajtheinnovator's Repositories
rajtheinnovator/AndroidMvpAndMvvmPatterns
A collection of MVP and MVVM samples within a single app, implementing components and concepts like Paging library, LiveData and Repository pattern for single source of truth for data source
rajtheinnovator/AdvancedAndroidTopics
A collection of samples on advanced topics for Android like Dagger2 and RxJava
rajtheinnovator/android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
rajtheinnovator/flutter_samples
A collection of flutter samples to experiment and learn various concepts
rajtheinnovator/Android-Cheat-sheet
Cheat Sheet for Android Interviews
rajtheinnovator/android-paging-sample
Codelab sample for android Paging library
rajtheinnovator/APIs
An app that gets the Users details from Google API
rajtheinnovator/ArchitecturePatterns
A collection of various samples covering architecture patterns like MVP and MVVP
rajtheinnovator/Ble
rajtheinnovator/continuous-integration-travis
rajtheinnovator/Databinding
Various examples on databinding which can help not only understand how to get started with it but it also shows how this can be used in complex and real use cases
rajtheinnovator/EnArchComponents
Collection of various samples covering different architecture components offered by android Jetpack
rajtheinnovator/EnEvent
A customizable event management app to handle the needs of schools and colleges
rajtheinnovator/EnRoomRepoPattern
A simple app that demonstrates accessing Room database DAO and works with LiveData. Also, makes use of repository pattern
rajtheinnovator/Foodie
An Android Baking App that will allow sharing recipes with the world.
rajtheinnovator/Full-Stack-Development
rajtheinnovator/GeoFire
rajtheinnovator/Jetpack
A sample on android jetpack arch componnts like WorkManager and Navigation
rajtheinnovator/MvvmLiveData
A sample app to implement MVVM with LiveData without databinding
rajtheinnovator/NewsWithKotlin
A news application app which is written in Kotlin to test and implement various aspects of the language
rajtheinnovator/OpenMovie
An offline first experiment with latest and widely used libraries in Android. RxJava | RoomDb | Dagger2 | MVVM | Paging2 | NavigationLibrary2
rajtheinnovator/Paging
A sample app that binds local data to a RecyclerView list using the paging library
rajtheinnovator/Project-2-ShowMyShow
Udacity Android Developer ND, Project p02: Popular Movies, Stage 1. This app makes use of the TheMovieDb api to collect info on movies.
rajtheinnovator/reviewing-a-pull-request
rajtheinnovator/Room
Sample App for the Room course on Caster.io
rajtheinnovator/RoomWordSample
ViewModel with Room and Repository Pattern implemented
rajtheinnovator/SchedulingAndBackgroundTasks
Schedule a background task using JobScheduler
rajtheinnovator/SimpleArchitecturePatterns
A project which covers various architecture patterns like MVP, MVVM, MVC etc for android
rajtheinnovator/SocialLoginSamples
Set of samples implementing social logins like Google, Facebook, Twitter, Firebase and more
rajtheinnovator/TestingSamples
An app that aims at implementing various aspects of testing in android to help with JVM unit test and UI testing