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.

This is a library that easy to make using ContentProvider with OrmLite.

Jul 5, 2014
Advertisement

BlurDialogFragment allows to display DialogFragment with a burring effect behind. The blurring part is achieved through FastBlur algorithm.

This project is based on android.support.v4.app.DialogFragment and android.support.v7.app.ActionBarActivity.

Oct 30, 2014

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