Source link: http://varaneckas.com/jad/
JAva Decompiler is not maintained decompiler for the Java programming language, but it is still a powerful tool.
Source link: http://varaneckas.com/jad/
JAva Decompiler is not maintained decompiler for the Java programming language, but it is still a powerful tool.
Android Library to show a beautiful Alert View.
Search currency information by country name, code, ISO3 code and currency code.
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.