Android Library topic

An Android library is structurally the same as an Android app module. It can include everything needed to build an app, including source code, resource files, and an Android manifest. However, instead of compiling into an APK that runs on a device, an Android library compiles into an Android Archive (AAR) file that you can use as a dependency for an Android app module.

List Android Library repositories

oyster

100
Stars
11
Forks
Watchers

A lightweight credit card number formatter, validation type recognition library.

peanut

54
Stars
2
Forks
Watchers

A minimal Android library to handle heavy works in worker threads

achilles

43
Stars
3
Forks
Watchers

A Simple Retrofit Inspired Android Websocket Client (In Development)

android-particles

425
Stars
69
Forks
Watchers

A lightweight Particle Animation Library for Android

CirclesLoadingView

85
Stars
11
Forks
Watchers

Android Google Style Loading Animation Library (Needs performance optimizations!!)

ErrorView

568
Stars
93
Forks
Watchers

A custom view that displays an image, a title, and a subtitle. Use it for errors, empty states, or just messages with images!

RxAssetManager

53
Stars
4
Forks
Watchers

An RxJava2 implementation of the Android AssetManager.

ArchData

31
Stars
2
Forks
Watchers

LiveData types for Publishing and Replaying Data

kiel

370
Stars
30
Forks
Watchers

(Published to MavenCentral) Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will h...