This repository contains all the example apps demonstrating features/integrations of different libraries/functionality in your android apps purely developed on Kotlin.
GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow
NOTE: If you are going to download just a single example app (using the download link), make sure you follow the below procedure
- Create a folder
kotlin-android-examples
- Next download and add the
dependencies.gradle
to thiskotlin-android-examples
folder- Now move the example app folder inside the
kotlin-android-examples
folderThe reason this is required because each single app uses
ext
variables defined and referenced fromdependencies.gradle
file from the parent folder namelykotlin-android-examples
.
- ActivityLifecycle download
- ApolloGraphQLExample download
- AutoCompleteTextViewWithRx download
- BottomSheets download
- BroadcastReceiver download
- CircularReveals download
- ContentProviders download
- CoroutineAdapters download
- CustomView download
- DataBinding download
- DiffUtil download
- EmojiCompat download
- FormsWithRx download
- GraphQL download
- IntentService download
- JacksonKotlinModule download
- Kodein download
- Koin download
- KotlinCoroutines download
- KotlinTest download
- MoshiExample download
- MVPSample download
- MVVMSample download
- ObjectAnimator download
- RealmDB download
- RecyclerView download
- RuntimePermissions download
- SharedElementTransition download
- SpekExample download
- SqlBrite download
- TimberExample download
- UsingDagger2 download
- UsingFirebaseJobDispatcher download
- UsingRetrofit download
- UsingRoom download
- UsingSpringAnimation download
- UsingSugar download
- ValueAnimator download
- ViewModelAndroidArch download
- ViewPager download
- BottomNavigationView download
- HandlerThread download
- MobileVisionBarCode download
- FingerprintAPI download
- WidgetExample download
- JniSample download
- AnimatedVectorDrawble download
- ListAdapter download
- Paging Library download
- Motion Layout download
I encourage all the developers out there to contribute to the repository and help me to expand it. To contribute just think up of an example which could be a feature or some demo to how to use a library. Develop the demo and create a pull request and you are in.
Developer: Amanjeet Singh
Twitter: @droid_singh
If you found this code demo helpful or you learned something today and want to thank me, consider buying me a cup of β at PayPal
I made this repository after inspiration from this wonderful work by nisrulz. You can find his repo on following link:
Link: https://github.com/nisrulz/android-examples