Page Not Found

Sorry, but the page you were trying to view does not exist.

You may also be interested in:

CircularProgressDrawable is a drawable with capabilities to indicate progress.

Circular Progress Drawable can be defined programatically and the only parameters it will require will be the different colors and the size of the outer ring.

Scale Property for the inner ring can be used to achieve a variety of effects, as pulsating effects, overshoot or to make it disappear completely.

The drawable allows both for a progress and an indetermination mode. In the indetermination mode instead of filling the outer ring, a 90º arc will be shown that can be animated to spin around the inner circle.

Nov 1, 2014

Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data. Based on ListFragment.

Jul 5, 2014
Advertisement

It is a layer-based architecture that allows a real disentangle of the UI components from the business logic.

The main components are: Action, UI,UIModel,ViewModels with Livedata, UseCase, Repository

The Action is the most innovative object of this architecture and simplify the communication between UI and Business Logic.

An Action can be created by using a Builder and follow this flow:

Sep 16, 2018