Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as data access, or application logic) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps.

Jan 30, 2015

Hardware accelerated view for visual content on Android, supporting everything from single pictures to 360 stereo VR video. Works with all sources that write to a Surface or SurfaceTexture, e.g. MediaPlayer, ExoPlayer, and Camera/Camera2 API.

Oct 17, 2016

Android MediaPlayer/VideoView API-compatible media player library with exact seek, playback speed adjustment and DASH support.

Oct 13, 2016

The Asciidoctor Gradle Plugin is the official means of using Asciidoctor to convert all your AsciiDoc documentation using Gradle.

Jun 22, 2016

This GitHub Action auto-translates Android's strings.xml and fills in the missing translations in all other languages.

Jan 13, 2024

LeafPic is an ad-free, open-source and material-designed android gallery alternative.

Jun 10, 2016

AppAuth for Android is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers. It strives to directly map the requests and responses of those specifications, while following the idiomatic style of the implementation language. In addition to mapping the raw protocol flows, convenience methods are available to assist with common tasks like performing an action with fresh tokens.

Sep 20, 2016

The library is designed to highlight and showcase specific parts of apps to the user with a attractive and flat overlay.

Jan 22, 2018

ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.

Jul 27, 2020

Gradle plugin developed to facilitate screenshot testing for Android.

Sep 9, 2017

Android library written in Jetpack Compose, containing a fully configurable survey/questionnaire screen.

Mar 8, 2024

Statically typed programming language targeting the JVM and JavaScript.

100% interoperable with Java™

Jan 27, 2015

Being the most intelligent IDE for Java IntelliJ IDEA provides out-of-the-box Android support that includes intelligent coding assistance, for professional development of Android applications.

Jul 5, 2014

RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.

It extends the observer pattern to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.

Jul 5, 2014

JJWT aims to be the easiest to use and understand library for creating and verifying JSON Web Tokens (JWTs).

Aug 20, 2015

PCollections serves as a persistent and immutable analogue of the Java Collections Framework. This includes efficient, thread-safe, generic, immutable, and persistent stacks, maps, vectors, sets, and bags, compatible with their Java Collections counterparts.

Jun 30, 2015

ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source.

Apr 13, 2016

Library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

Jul 5, 2014

Catch common Java mistakes as compile-time errors.

Jan 28, 2015

SpotBugs is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community.

Dec 23, 2017

A simple OKHttp client mock, using a programmable request interceptor MockInterceptor interceptor = new MockInterceptor(); OkHttpClient client = new OkHttpClient.Builder() .addInterceptor(interceptor) .build();

Then in the tests: interceptor.addRule(new Rule.Builder() .get() .url("https://testserver/api/json") .respond("{succeed:true}", MEDIATYPE_JSON));

Feb 17, 2018

An anti-bikeshedding Kotlin linter with built-in formatter.

Sep 2, 2016

MonkeyEngine is a 3D game engine for adventurous Java developers. It’s open source, cross platform and cutting edge. And it is all beautifully documented.

Jan 17, 2015

Python for android is a project to create your own Python distribution including the modules you want, and create an apk including python, libs, and your application.

Jul 18, 2014

Premo is a Kotlin Multiplatform library that helps to implement the Presentation Layer and share it on iOS, Android, Desktop and Web. Focus on writing logic instead of solving common and boring UI related issues: lifecycle, persistence, navigation, etc.

Jan 10, 2022

Testing and validation of REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain.

Aug 29, 2016

A simple library for implementing scratchable Views.

Jul 25, 2016

Open Source framework for building cross-platform truly native iOS, Android and Windows mobile apps using JavaScript.

Jun 17, 2015

Correct, reproducible, and fast builds for everyone.

Jul 30, 2016

SQLDelight generates Java models from your SQL CREATE TABLE statements. These models give you a typesafe API to read & write the rows of your tables. It helps you to keep your SQL statements together, organized, and easy to access from Java.

Feb 17, 2016