Android developer portal with tools, libraries, and apps

A custom view that resembles the iOS notification group behavior

Mar 8, 2021

Custom Floating Action Button with additional functionalities:

  • Linear Submenu
  • Radial Submenu
  • Labels
  • Progress bar
  • Checkable
Oct 3, 2019

OneAdapter is made to simplify and enhance the use of the RecyclerView's Adapter while preventing common mistakes. With multiple modules and hooks, you don't have to think about writing an adapter anymore, and just focus on what matters.

Features:

  • Modular approach for more reusable and testable code
  • Built-in support for DiffUtil (using Diffable)
  • Optimized performance - internal processing done on a background thread
  • 100% written in Kotlin
  • Modules:
    • Item Module
    • Paging Module
    • Emptiness Module
    • Selection Module
  • Event Hooks:
    • Click Event Hook
Aug 13, 2019

Inversion simplifies the ServiceLoader usage to retrieve all the implementations of a certain interface. Using Inversion it's easy to use the dependency inversion in a multi module project.

Aug 2, 2019

This example shows how to create a fab to detect a user location with Yandex MapKit v3.

Dec 14, 2018

Lets make ViewPager without Adapter

Jun 23, 2018

This is an animated FAB-button with text.

Apr 14, 2018

Custom Views that can hide/show a View with some Animations (inspired by the Android FAB).

Apr 14, 2018

An attractive, stylish customizable toast library that can be displayed at three different positions on-screen.

Dec 23, 2017

How is it differ from Fabric and Firebase crashlytics?

Instead of handling the crash in the background, this library lets the developer do their task in a different thread whenever a crash happens.

All other crashlytics can only point the devices and the stack traces. But using this library, developers can able to pin point the device, user info and much more when the crash happens.

Nov 28, 2017
Advertisement

You can do a Endless scroll in ListView or RecyclerView with simple steps, with a listener for do request to your web service.

Nov 13, 2017

A menu of FloatingActionButton items, designed to be anchored on an AppBarLayout.

Oct 30, 2017

Another floating action button menu with expand/collapse behavior.

Menu resource example

The menu is structure from top to bottom, for example, the first one is the main button and the others will be the first option, second option and etc. The first item don't need to have a text because only the options have labels.

Oct 4, 2017

This library makes it easy to animate Floating Action Button to Bottom Sheet Dialog and vice versa.

Jul 1, 2017

This project aims to implement FloatingActionButton's speed dial animation in material design guideline.

Jun 19, 2017

A Simple Twitter Client Application that is integrated with Fabric Twitter SDK, implementing MVVM Model and using a lot of Great Libraries.

Jun 10, 2017

A FloatingActionButton subclass that shows a counter badge on right top corner.

Jan 9, 2017

A general purpose android UI library to show a user show menu in accordance of Floating action button with modern way of material design guidelines.

Jan 2, 2017

Android floating action button (fab) with text.

Dec 30, 2016

Stops the user from keep using the App after a period of time based on app build time. Mainly to have control preview versions handed out using e.g.: hockeyapp or fabric.

Dec 12, 2016