- SLF4J (Utility)
abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- Logback (Utility)
requires 1 permissions: android.permission.INTERNET
a logging helper intended as a successor to the popular log4j project, picking up where log4j leaves off.
- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Android Support v7 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Butter Knife (Utility)
binds Android views and callbacks to fields and methods.
- Material Dialogs (UI Component)
library to help building dialogs that meet the Material Design standards, including e.g. progress display, multiple-choice selections with check-boxes, password (and other) text input.
- BRVAH (UI Component)
powerful and flexible RecyclerAdapter.
- Google Material Design (Utility)
library to help with material design guidelines.
- Bugly Android SDK©Ⓣ (Utility)
Crash report library.
- AndPermissions (Utility)
Android Runtime Permission,support the right to apply for permission at any place.
- MaterialProgressBar (UI Component)
Material Design ProgressBar with consistent appearance.
- EventBus (Utility)
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.
- Browser (Utility)
display webpages in the user's default browser.