android-circle-progress
Creates a view with a circle progress arc.
Source link: https://github.com/terloon/android-circle-progress
Creates a view with a circle progress arc.
Q & A
Simple events bus (publish–subscribe) implementation based on regular Android BroadcastReceivers
mechanism.
The recommended pattern for Android's equivalent to cron jobs and Windows scheduled tasks is to use AlarmManager
. This works well when coupled with an IntentService
, as the service will do its work on a background thread and shut down when there is no more work to do.
There's one small problem: IntentService does nothing to keep the device awake. If the alarm was a WAKEUP variant, the phone will only stay awake on its own while the BroadcastReceiver handling the alarm is in its onReceive() method. Otherwise, the phone may fall back asleep.
WakefulIntentService
attempts to combat this by combining the ease of IntentService with a partial WakeLock.
ViewPager with custom aspect ratio.
Design template library for LG QCircle SDK.
Tooleap is an Android SDK which brings your app to the forefront of a user's device screen with a floating (always-on-top) UI, thus creating a unique multitasking experience and increasing your app's availability and usability.
Sample Of All Samples
With your help we can build a sample app that touches most components of the Android framework, helpful for beginners and experienced.
Q & A