Source link: https://github.com/tamir7/Bleep
Thin wrapper around the Android Bluetooth LE API.
Source link: https://github.com/tamir7/Bleep
Thin wrapper around the Android Bluetooth LE API.
Iris is an android speech to text app.
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.
This demo aims shows practical way of clean architecture, MVP in android with Kotlin.
An example app to download pdf from url and saved into your internal storage.
A sample app that shows basic usage of Firebase Auth and Database in form of a very simple chat hub app.
A sample project based on the new Android Component Architecture.
Lifecycle, LiveData, MVVM, ViewModels, DataBinding, Dagger