Android developer portal with tools, libraries, and apps

A vertical slider view for switching to the next fragment page.

Nov 13, 2016

ActivitySwitcher is based on the Activity view operation management library, you can achieve any jump between Activity, close any Activity and end applications and other functions.

Nov 9, 2016
Advertisement

SwitchDateTime Picker is a library for select a Date object in dialog with a DatePicker (Calendar) and a TimePicker (Clock) in the same UI.

Oct 13, 2016

A view for switching between various states (Content, Empty, Fail, Loading).

Sep 22, 2016

ActSwitchAnimTool allow to implement animation easily.

Sep 20, 2016

Day or night switch-button.

Sep 15, 2016

CannyViewAnimator is an enhanced version of ViewAnimator. It allows to use Animators and Transitions to extend Visibility. The logic is taken from ViewAnimator of the Android SDK. ViewAnimator allows only one child to be visible at a time. Setting another child to be visible causes the previous child to become invisible. This switching occurs with animation.

Sep 7, 2016

A simple View that works like a switch, but with more customizations and the possibility to choose between two or three states and different designs

Aug 21, 2016

This library allows to use "switch" button.

Aug 18, 2016

This is a funny switch for Android.

Aug 1, 2016

TinyMachine is fun to use finite-state machine. It helps you to write compact and clearly structured code when used in event-driver programming. No deep if-else or switch-case statements, no static state transition tables, no complex, hard to understand models. Just clearly structured state handling and transition logic. This is what TinyMachine is.

Jul 11, 2016
Advertisement

This library helps to switch fragment easier.

Jun 23, 2016

An useful fragment navigator helps you control fragments better and easier. You will not need to worry about the dirty things like switch fragments, fragments overlay, save fragments states and restore fragments states. The lib will do them all for you. Fragments in activity and nest Fragment are all supported.

Apr 6, 2016

A customizable extension of Android Switches that supports also more than 2 items.

Mar 3, 2016

SublimeNavigationView is a complete rewrite of NavigationView (from Design Support library) that enables usage of Checkboxes, Switches & Badges in/as menu items.

Jan 20, 2016

It is an experimental project for switching day/night mode on Andorid.

Nov 11, 2015

Library that allows you to eaisly switch between your content, progress, error and blur view. It does it with smooth crossfade animation. It also lets you add on click listener to the error view. You only show content, progress or error view. The switcher finds out what's currently visible and hides it.

Oct 7, 2015

This project aims to provide a working dual toggle button implementation.

Sep 4, 2015

Android Toasts are amazing, but they have some major drawbacks:

  • You cannot control when they show up as well as their duration. Other apps can enqueue toasts that will delay yours from showing up.
  • They break context: they remain on screen when the user switches to other activities.
  • The API is error prone. Don't forget show()!

FrenchToast gives you absolute control over your app Toasts. It does so by duplicating the internals of Android Toasts and giving you access.

Sep 1, 2015

This is a library project with a custom view that implements "open & close" function same as CheckBox.

Jul 21, 2015