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:
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.
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.
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.
json https://github.com/google/gson
Gson is a Java library that can be used to convert Java Objects into their JSON representation.
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
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.
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.
https://github.com/hotchemi/PermissionsDispatcher
PermissionsDispatcher provides a simple annotation-based API to handle runtime permissions in Android Marshmallow, 100% reflection-free.
https://github.com/square/picasso
A powerful image downloading and caching library for Android
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.
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