A reusable library that facilitates the use of a specific design pattern across all types of Android applications. You can […]
Read More...Android Debug Bridge (adb) is a command-line tool that allows you to communicate with and control an Android-powered device via […]
Read More...Android Development Tools (ADT) provide a powerful, integrated environment for building Android apps. ADT extends Eclipse’s capabilities to make it […]
Read More...Android 2D is a free game engine that allows game developers to code games on Android devices. It has enough […]
Read More...Mobile operating systems for smartphones, tablets, and netbooks. Designed primarily for mobile touchscreen devices. The operating system for Android is […]
Read More...A mobile application that allows users to control the functions of their smartphones (text messaging, navigation, and music) via their […]
Read More...A development platform that allows a developer to write, compile and run Android applications on the same platform as their […]
Read More...Android Jetpack is a collection of “unbundled” tools that improve the quality of Android applications while enabling fewer crashes and […]
Read More...Android SDK, Android NDK, Android IDE, Gradle (build tool), AndEngine, Robotium (testing) + lots of Java keywords.
Read More...The 7th major version of the Android operating system. The new app was released in March 2016 and was made […]
Read More...The Android Native Development Kit is a “companion tool” used only in conjunction with the Android SDK that allows developers […]
Read More...A collection of tools to assemble any type of android programs. Whether you code your app in Java, Kotlin, or […]
Read More...The official IDE for Android app development. It’s based on IntelliJ. It allows you to code your apps and test […]
Read More...A Google-developed smart TV platform based on the Android OS. Users can download Android applications, such as Netflix and Hulu […]
Read More...Google’s Android OS version is designed for smartwatches and other wearable devices. Android Wear integrates Google Now functionality into your […]
Read More...An Android support library that enables specific implementations of ActionBar and Material Design, such as Toolbar for older devices, to […]
Read More...A view binding library that prevents you from making the same code repeatedly in each layer of activity, fragment, holder, […]
Read More...A small, yet full-function framework that allows Android View applications to be created. A light wrapper over standard Android Views […]
Read More...A compile-time framework for dependency injection in both Java and Android. It is a product of Square and now perfected […]
Read More...An ORM database library that leverages Java code generation as a means of SQLite annotation processing. Annotation Processing is used […]
Read More...A framework that provides a simple API to test the program’s user interface. Since version 2.0, Android has recommended the […]
Read More...Cloud-based, cross-platform, freemium application software designed for note-taking, organizing, and archiving, primarily used for Android, but with SDK-specific class references […]
Read More...An Android image library and memory manager. It loads images from local storage, the network, or from the service itself. […]
Read More...An Android ORM that makes database development easier. It prevents developers from dealing with low-level database requirements and speeds up […]
Read More...Android and Java memory leak detection library. It traces memory leaks in an application and lets users know where leaks […]
Read More...A command-line tool that dumps a log of system messages, including stack traces, when the device throws an error and […]
Read More...A framework that provides a simplified, composable overlay for the Android lifecycle to support the use of Views as a […]
Read More...A Model-View-Settings framework for building android apps. Additionally, Mosby helps you manage screen orientation changes by introducing ViewState and retaining […]
Read More...Square Inc. provides and maintains an image processing library. It is used to reduce the need to download and display […]
Read More...A synthesis of the Observer pattern, Iterator pattern, and functional programming. Converts asynchronous networking (like HTTP) to non-blocking.
Read More...The ViewGroup is capable of rendering any adapter-based view in a similar way. Scrollbars are a more energy-efficient way to […]
Read More...A modular, Java-based Android library. The script executes asynchronously and allows caching while offering REST requests out-of-the-box.
Read More...A test automation framework for mobile applications testing simplifies crafting robust test cases and is helpful when performing automated UI […]
Read More...Persistence Library, part of Android Architecture Components. Provides a layer of abstraction over SQLite to enable SQL with full-power interactivity.
Read More...A RxJava extension that enables the scheduler to run code in other threads of the application and provides the transfer […]
Read More...This Java platform implementation of Reactive Extensions is a library for composing event-based programs using sequences. RxJava allows individuals to […]
Read More...The Android alternative to the full version of Bouncy Castle. The library of APIs for cryptography used on Android. The […]
Read More...A set of code libraries that provide backward-compatible versions of Android framework APIs, and feature optional APIs that are more […]
Read More...Google’s UI test automation framework facilitates the creation of streamlined and specifically tailored UI tests for Android apps. Formport provides […]
Read More...An HTTP library that makes networking easier and quicker for Android apps. The library was developed because the SDK lacked […]
Read More...