Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

You may also be interested in...

We could not find any project with the given search parameters, but maybe the following projects can be interesting for you.
Advertisement

A gradle plugin that automatically adds clock tracking for your components and subcomponents.

Features

DaggerTrack will tell you following type of time for each of your component and subcomponent injection:

  1. Total time: This is the total wall clock time took by the component or subcomponent injection.
  2. On CPU time: CPU time is the time the inject method took working on cpu.
  3. Off CPU time: Off CPU time is the time that inject method took when it was not running on the CPU which means it was doing some I/O work or maybe blocked on some other resource.
Jan 7, 2022

A simple dialog library based on DialogFragment

Sep 23, 2019

LocationPicker is a simple and easy to use library that can be integrated into your project. The project is build with androidx. All libraries and APIs used in the project are up-to-date as of now You can get latitude, longitude and full address for selected location Please follow below instruction to know how to use it in your project

Features

  • Search any location using Google Places Library
  • Pick any location from the map
  • Open the picked location on Google Maps
  • Search the Direction to the picked location from current location (using Google Maps)
Jul 6, 2019