MVVM sample app (based on Android Architecutre Components MVVM) Plus a library containing abstraction layers for some generic app features.
A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
An ultimate cheatbook of curated designs.
A simple android app that tracks your eyes, detects your face and pauses/resumes a video playing according to that. Built using Google Vision API, Android Studio and lots of code for learning purposes.
A tracking and detection android app, made for learning purposes.
A simple Android project using asynchronous programming with Kotlin Coroutines.
A basic sample android application to understand MVVM in a very simple way.
Android Showcase is a project that exhibits how to implement common Android stuff in proper and structured way. To do that, it provides a list of small sub-apps, each of which is implemented utilizing libraries & components that Android developers use on daily basis.
This example shows how to create a fab to detect a user location with Yandex MapKit v3.
We will learn How to draw custom shapes in Curved Bottom Navigation View.
Beauty compass is a simple demo application of compass running on Android devices. Awesome design related to sunrise and sunset events. Clear, tiny and simple to use.
A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
This is a simple Kotlin Coroutines vs. RxJava sample. It calls SpaceX's api to get the next launch's details.
This repository contains examples of basic unit tests written in Kotlin. In specific directories you can find gradle buildscript with needed dependencies and configuration, simple unit test and parameterized test.
Battlefield of an idea, how to make the same media pick than Instagram.
This will provide food data in JSON form and display it using RecyclerView
and CardView
.
PDF Converter is an android project to perform a number of operations on PDF :
This project implements one of the most beautiful animations of the class RecyclerView
, the class ItemTouchHelper
. The ItemTouchHelper
class implements the dragging of each object on the RecyclerView
class by revealing a view under the first sliding view.
This is an Android sample project that shows how to implement android transition motion like on one beautiful Dribbble shot.
A Custom camera Demo App. In this Demo we can take pictures and record videos too using camera2api.
Why would anyone want to use this? If someone wants to upload pictures or videos from its own app to main the quality of app content. Like instagram use its own custom camera.
A demo app to showcase constraint layout implementation in Android.
Episodie is a TV show time tracker app with unusual design. Get to know how much time you spent watching tv shows. Track easily overall progress of your favorite shows and discover new ones. Stay up to date with new premieres thanks to notifications.
Features:
A demo of how to implement AES encryption in Android & iOS.
A RecyclerView
that looks like a TableView
, can scroll horizontally and vertically with a fixed header at the same time.
A simple Android MVP Architecture sample using the Github API.
A simple implementation of android app based Android new architecture components (ViewModel, LiveDate, RoomDAO) with Dagger2 & Retrofit2. Written in Kotlin.
By applying viewpager animation you can also make AMAZING Reside Menu.
🔥 Examples of memory leaks and common patterns that cause them in Android development and how to fix/avoid them.
Media Converter is a robust Android application build on top of FFmpeg with clean UI. As it name, user can convert media file to other encoding format easily with preset commands. The app also can be extended, by allowing user to create their own command.
This is simple example of pure MVVM (Model VIew View-Model) android architecture example using Data Binding, ViewModel and many more features.