[JAVA] Android-Bibliothekssammlung von "Mercariatte"

Ich war neugierig, welche Art von Bibliothek auf Android von "Mercariatte" verwendet wird, also habe ich sie aufgelistet: Kaffee: (Stand: 12.05.2017)

Es gab viele Bibliotheken, die ich nicht benutzt hatte, daher möchte ich eine einführen, die nützlich erscheint: Saxophon:

Messung

Adjust Android SDK https://github.com/adjust/android_sdk

This is the Android SDK of http://www.adjust.com

Ich habe auch in anderen Unternehmen von Adjust gehört.

Daten

Datenbank ORM

https://github.com/gfx/Android-Orma

Orma is a ORM (Object-Relation Mapper) for Android SQLiteDatabase.

Ich benutze Realm, also musste ich mich nicht darum kümmern.

SharedPreferences im Zusammenhang

https://github.com/rejasupotaro/kvs-schema

KVS Schema is a library to manage key-value data for Android. This library generates accessor methods of SharedPreferences from schema class in compile time.

Ich habe dies zum ersten Mal gesehen, "SharedPreferences". Ich würde es gerne verwenden, weil es ziemlich kompliziert ist.

Kommunikation

json https://github.com/google/gson

Gson is a Java library that can be used to convert Java Objects into their JSON representation.

Königliche Straße

https://github.com/square/okhttp https://github.com/square/retrofit

Rx https://github.com/ReactiveX/RxAndroid https://github.com/JakeWharton/RxBinding https://github.com/ReactiveX/RxJava

Andere bequeme Systeme

Praktisches OnActivityResult

https://github.com/vanniktech/OnActivityResult

Generates boilerplate code for OnActivityResult callbacks and lets you focus on what matters. Generated code is fully traceable and debuggable.

Paket einfach

https://github.com/johncarl81/parceler

Parceler is a code generation library that generates the Android Parcelable boilerplate source code. No longer do you have to implement the Parcelable interface, the writeToParcel() or createFromParcel() or the public static final CREATOR. You simply annotate a POJO with @Parcel and Parceler does the rest.

Unterstützung für M-Berechtigungen

https://github.com/hotchemi/PermissionsDispatcher

PermissionsDispatcher provides a simple annotation-based API to handle runtime permissions in Android Marshmallow, 100% reflection-free.

Umgang mit Bildern

https://github.com/square/picasso

A powerful image downloading and caching library for Android

Umgang mit Daten

https://github.com/JakeWharton/ThreeTenABP

An adaptation of the JSR-310 backport for Android.

Log https://github.com/JakeWharton/timber

This is a logger with a small, extensible API which provides utility on top of Android's normal Log class.

das Ende

Es war interessant, in die Bibliothek der Apps anderer Unternehmen zu schauen, daher würde ich gerne wieder Zeit finden: rocket: Bitte kommentieren Sie eventuelle Fehler: bow:

Recommended Posts

Android-Bibliothekssammlung von "Mercariatte"
Eine Sammlung von Bibliotheken, die für die Android-Entwicklung nützlich sind
Android CSV-Bibliothek
Android SIP-Bibliothek
Abgelaufene Java-Sammlung
Definition von Android-Konstanten
Mehrteilige Übertragungsbibliothek auf Android
Über die Grundlagen der Android-Entwicklung
Einfache Implementierung des Durchsuchens von Android-Dateien
Erstes Starturteil der Android-Anwendung
[Android] Passen Sie textScaleX von TextView automatisch an