Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Provides a logging wrapper around a WebViewClient, in order to figure out what is going on.

This happens by creating a DebugWebViewClient which logs events and passes them to an enclosed WebViewClient.

Nov 11, 2017

This guide aims to introduce a beginner reactive programmer to the complete power of the RxJava implementation of reactive programming for the JVM. It is based on the IntroToRx guide for Rx.NET.

No experience with either reactive or functional programming is needed to follow the book. Familiarity with the basics of Java is required.

Feb 18, 2017

Grocery Sync for Couchbase Lite Android.

An example app that uses the Couchbase Lite Android mobile database framework.

Aug 22, 2014

AcDisplay is a new way of handling notifications in Android.

It will let you know about new notifications by showing a minimal, beautiful screen, allowing you to open them directly from the lock screen. And if you want to see what's going on, you can simply take your phone out of your pocket to view all the latest notifications, in a similarly pleasing and minimalistic manner.

Jul 23, 2014

News Stand app makes the ActionBar not boring!

Jul 16, 2014

RecyclerView snapping example with SnapHelper.

Sep 1, 2016

An example concept of MVVM and Kotlin. Display, Filter & Sort the given restaurants from assets with Jetpack Compose and AAC.

Jan 1, 2022

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

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

Aug 28, 2017

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

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

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

Oct 22, 2016

Actor is a platform for instant messaging.

Jun 20, 2016

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

Feb 7, 2017

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

Nov 21, 2015

The application for showing data of USGS Eathquake API on the Google Map.

Oct 9, 2019

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

Fast and simple application for generating and comparison hashes from files or text.

Sep 3, 2020

Best practices in Android development - lessons learned from Android developers in Futurice. Avoid reinventing the wheel by following these guidelines.

Nov 5, 2014

Android Game Boy Emulator written in Java.

Oct 11, 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

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

Jun 30, 2015

Manage passwords like a pro with industry level features.

Jan 23, 2022

Sample Android application show how to set auto scroll in text view.

Nov 30, 2015

A Navigation Drawer Simple Implementation is an example of using a New/Bind pattern and a ButterKnife library to create a simple Navigation Drawer implementation.

Jul 23, 2014

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

Jan 4, 2017

Examples of memory leaks and common patterns that cause them in Android development and how to fix/avoid them.

Apr 9, 2018
Advertisement

Demo Application to understand the architecture of MVVM App with Unit tests.

Jul 1, 2021

Media Converter is a robust Android application build on top of FFmpeg with clean UI. As it name, user can convert media file to other encoding format easily with preset commands. The app also can be extended, by allowing user to create their own command.

Apr 8, 2018