Skip to content
#

Android Library

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.

Here are 5,742 public repositories matching this topic...

⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing faster and easier (a highly configurable Android MVP rapid integration framework integrating a large number of mainstream open source projects)

  • Updated Mar 22, 2023
  • Java
Followers
227 followers
Website
developer.android.com/studio/projects/android-library

Related Topics

android