Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

MicroPinner is a lightweight dialog-only application, that turns your statusbar into a pingboard. (You can basically create your own notifications)

You can customize the notifications title and content, as well as its priority and visibility (Works on Android 5+ only).

Oct 31, 2016

A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.

Feb 5, 2019

Quick example for the new Toolbar (and Menudrawer) API.

Nov 4, 2014

A stylish music player.

Sep 18, 2016

This is simple watchface constructor demo. It offers customization of the following features:

  • Background colors and images
  • Watch hands
  • Placement of watch hands
  • Ambient mode
Dec 3, 2015

Clean Rx Kotlin Architecture sample on GitHub Api.

Jun 11, 2020

Install Referrer is an Open Source application that allows you to test the referrer attribute on the Google Play Store

Dec 15, 2015

Training courses to acquire basic knowledge and practical skills of Android app development.

JFYI: You could use Google Translate to translate from Japanese.

Dec 21, 2014

A basic sample android application to understand MVVM in a very simple way.

Dec 25, 2018

This app is designed to demonstrate the various components of the Android Support libraries, in particular, showing how to implement Material design into your app, using these controls.

Sep 5, 2015

advanced-textview is a companion app for Advanced Android TextView talk, demonstrating:

  • Animated CompoundDrawable
  • Text shadow
  • Custom font
  • Gradient text
  • Patterned text
  • HTML.fromHtml()
  • setFontFeatureSettings()
  • Styled string
  • AlignmentSpan
  • ClickableSpan
  • Rainbow span, animated
  • Lined paper
  • Emoji
Nov 20, 2014

A Free, Fully Fledged, Open-Source Music Player for Android.

Jul 5, 2014

Base repository to demonstrate the process of uploading an aar/jar to JitPack.

Feb 11, 2017

This is the SampleApp for Android Project Structure.

Nov 10, 2016

Record full-resolution video on your Android devices.

Available on Google Play.

Jan 10, 2015

A View subclass that Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp. The Visualizer is designed to be modular, so it is very easy to combine visualizations to create more complex effects.

Jul 17, 2014

Example Proguard configurations for common Android libraries.

This project assumes that your ProGuard configuration is based off of the latest official proguard-android.txt config as shown below. Each library configuration should only be the rules required for that specific library, not a complete Android ProGuard configuration. The various library configurations are combined by the Gradle build system. The library rules should be universal, any app specific rules (such as preserving model classes) should be added in a custom proguard-project.pro file.

Dec 21, 2014

Android App starter based on Android + MVP + Dagger2 + RxJava2 + Robolectric + Espresso + Mockito + JaCoCo.

Feb 7, 2017

An APK analysis tools.

Apr 23, 2017

FireTweet is an Android app powered by Lantern that gives direct unblocked access to Twitter from anywhere in the world.

Nov 21, 2015

Android Studio Project using Support Library focused on get Google Maps 3 states behavior including background image parallax and toolbars animations.

Jan 4, 2017

Android app built with an MVP approach without RxJava or Dagger.

Oct 22, 2016

Sample app showcases the MVP pattern and Uncle Bob Martin's Clean Architecture approach.

Aug 28, 2017

Flym (FeedEx) News Reader is a light and modern Android feed reader, based on Sparse RSS.

Jul 5, 2014

This repository showcases and compares different architectural patterns that can be used to build Android apps. The exact same sample app is built three times using the following approaches:

  • Standard Android: traditional approach with layouts, Activities/Fragments and Model.
  • MVP: Model View Presenter.
  • MVVM: Model View ViewModel with data binding.

Sep 22, 2015

The Shared Memory library allows for the creation of memory regions that may be simultaneously accessed by multiple Android processes or applications. Developed to overcome the Android 1MB IPC limitation, this Shared Memory library allows you to exchange larger amounts of data between your Android applications.

Sep 10, 2017

A Custom camera Demo App. In this Demo we can take pictures and record videos too using camera2api.

Why would anyone want to use this? If someone wants to upload pictures or videos from its own app to main the quality of app content. Like instagram use its own custom camera.

Jul 28, 2018

This is an example project that uses Android Design Support Library.

Jun 30, 2015

This is a sample application showing off some interesting design/development interactions for a talk given at Droidcon 2013.

Jul 5, 2014