Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Tagged is a simple library built in Kotlin to automate fragments tags declaration and initialization using annotation processing and code generation.

Nov 27, 2019

Android Library that can easily load any fragment in a provided container. library encourage us to use maximum fragments which reducing application size. With holdy you can easily deal with fragments

Apr 21, 2019

Fragment navigator for your single activity - multiple fragment app.

Nov 17, 2018

An Easy to use library for managing individual fragment back stack as Instagram and Youtube does. Easily pluggable with client code, not much code change needed.

Jun 9, 2018

RecyclerFragment is a small Android library that allow you to display RecyclerView data in a Fragment. Easy to use, it is similar to the framework's ListFragment with additional features.

Features

  • Fragment with a RecyclerView and a hideable ProgressBar out of the box
  • Ability to show the ProgressBar when waiting for asynchronous data
  • Customizable layout
  • Support for an "empty view" to be displayed automatically in place of RecyclerView when the adapter contains no data.
Apr 14, 2018

A powerful library to manage Fragments.

This might is the library at the least cost of use to manage fragments .

No need to extend any class!!!No need to extend any class!!!No need to extend any class!!! the most important thing must be said for three times!!!
you just only need cost one line annotation code when you are using FragmentRigger.
Principle of library is define the pointcuts for Fragment/Activity lifecycle methods and bind to the proxy class to execute.

Dec 19, 2017

This library avoids IllegalStateException when working with Fragments.

Nov 27, 2017

A reusable fragment to display links to social networks, the Play Store as well as recommendation and support email links. The fragment tries to open installed apps on the user's device first and resorts to the web browser otherwise.

Oct 9, 2017

An Android frame In order to support single Activity + multi Fragment framework.

Sep 11, 2017

An Android library that holds fragment states for BottomNavigationView. Saves fragment back stack even after activity rotation. Implementation derived from FragmentStatePagerAdapter.

Jul 26, 2017

Fragmentation is a powerful library managing Fragment for Android.

It is designed for "Single Activity + Multi-Fragments" and "Multi-FragmentActivities + Multi-Fragments" architecture to simplify development process.

Jun 27, 2017

A library to help android developer working easly with activities and fragments

Jun 22, 2017

InstaLikeFragmentTransaction is an open source repository with custom Bottom tab Fragment backstack transaction and stack history for Tabs.

May 12, 2017

DataFragment is a tiny tiny library that helps to prevent a little boilerplate code for retained data fragments in Android. This is really useful for holding data and long-running tasks over activity lifecycle, namely orientation changes.

Apr 28, 2017

Eliminates need to create a static function to initialize a fragment and bind the arguments.

Mar 31, 2017

This library provides an easy to use API for switching between fragments that share the same container. Implementing tabs, such as the ones Instagram has at the bottom of the layout, is a much simpler goal to achieve when using TabController.

Tabs can be switched by using either show/hide or attach/detach. You can even provide your own implementation of the way tabs are being shown.

Mar 31, 2017

FlowR is a wrapper class around the Fragment Manager. It's mainly used to navigate between different fragments easily while providing a wide range of functionality. The following are the functionalities provided by the Flowr:

Easily navigate between different fragments. Ability to open fragments for result. Keeping the state of the activity correctly synced depending on the custom values specified by the fragment currently visible such as the screen orientation and navigation bar colour.

Feb 24, 2017

This library will help you to pass and receive fragment arguments in easier way.

Feb 15, 2017

A tiny library for handling hardware back button click in fragments.

Oct 6, 2016

Library for passing arguments into Fragment.

Sep 14, 2016

A library to show a color pop in a new fragment based on position of clicked view.

Jun 6, 2016

Android DialogFragment that enables Dialog to be swiped away to dismiss.

May 2, 2016

Custom tabs, made easy.

Nov 30, 2015

An enum based library to replace fragments, because #perfmatters.

Nov 14, 2015

Sliding Selection List

Features:

  • level based menu with recyclerview and viewpager
  • custom transitions
  • multiple selection and single selection combinations
Sep 22, 2015

FragmentTabWithDrawer is useful for manage group of fragments for each tab.

Sep 8, 2015

FragmentSwapper is an Open Source Android library that allows easy fragment's management. It is somewhat similar to Activities management model. For instance, new fragment can be launched from another one with action's request (using request code) and then recieve the result.

May 31, 2015

Extends StatedFragment and save state in onSaveState(Bundle outState) and restore state in onRestoreState(Bundle savedInstanceState).

Mar 24, 2015