-
pixel Public
A lightweight image loader for Android backed by Kotlin Coroutines.
-
-
Android-Custom-Gallery Public
An Rx/Flow gallery which allows to set and do limited or unlimited multi-selection on pictures and retrieve selections. Its based on MVVM clean architecture and supports pagination based on page si…
-
Sample-Maps-App Public
A repo showcasing google map with geo fencing using android sdk only.
Kotlin UpdatedNov 28, 2021 -
-
TrueCaller-Info Public
The open source caller ID android app. Code quality is pretty bad I didn't make it myself but got it working was for a local client.
-
swvlAndroidTask Public
A basic unit and UI tested sample app which loads information from a local JSON file and caches it for optimal usage then displays the data sorted and searchable in a list showing Master-Detail Vie…
-
MVP-Android Public
A code sample effectively showcasing an approach to build a production-level minimum viable product of an Android Application.
-
JCenter-Gradle-Scripts Public archive
Forked from wajahatkarim3/JCenter-Gradle-ScriptsGradle Scripts for uploading AAR/JARs on jCenter from Android Studio
-
Source code for one for all expandable list adapter that provides an expandable listing feature to unlimited number of extending adapters for their individual lists.
-
A pragmatic example displaying full use of MVVM pattern with Koin for DI and Kotlin Coroutines (Room and Retrofit)
-
Android-CountDownTimer Public
A simple count-town timer identical to android.os.CountDownTimer but with simplified usage and additional functionality to pause,resume and run in background.
-
Source code for one for all list search adapter that provides a search feature to unlimited number of extending adapters for their individual lists when attached to recycler view.
-
Android-Custom-Camera Public
Source code for a custom camera activity and modifiable wrapper around android camera 2 API to simplify usage. It supports flash, returns a picture bitmap which can be saved as JPEG/Bitmap.
-
MVVM-Android-Demo Public archive
Source code which provides a pragmatic demonstration on how to apply MVVM Clean Architecture in Android by using Retrofit API Consumption,RxJava (Reactive Programming) and Generics.