Record moments of your life or choose exist video or gif animation as watch face for your Android Wear device.
from The Android Arsenal
Record moments of your life or choose exist video or gif animation as watch face for your Android Wear device.
Using DragableView you can merge various views into one layout with drag and drop animation. For example if you have 3 ImageViews(source view) and one MainImageView(destination view) and you want to implement drag-drop animation to drag one of the ImageView (source) and drop on MainImageView (destination view).
A sample project based on the new Android Component Architecture.
Lifecycle, LiveData, MVVM, ViewModels, DataBinding, Dagger
A sample app that shows basic usage of Firebase Auth and Database in form of a very simple chat hub app.
An example app to download pdf from url and saved into your internal storage.
This demo aims shows practical way of clean architecture, MVP in android with Kotlin.
TL;DR: Moshi version of Jackson's @JsonIgnore. For when you can't use @Transient.
In Moshi, You can use transient keyword (in Kotlin: @Transient annotation) for ignore serialization.
But sometimes it's conflict to other features. e.g. ebean-querybean.
moshi-kotlin-ignore is library for ignore parameter serialization / deserialization. You can use this library to resolve above issues.