April 2017 - Androhub

AlarmManager

Android AlarmManager

Daily we used to set Alarms in our phone to wake up in morning or for some meetings, etc. I used to set lot of alarms for morning but unfortunately i used to wake up late only. 😛  So today we are going to learn about Alarms. Alarms (based on the AlarmManager class) give you a

Read More
Drag and Drop Banner

Android Drag and Drop

Android drag/drop framework allows your users to move data from one View to another View in the current layout using a graphical drag and drop gesture. Although the framework is primarily designed for data movement, you can use it for other UI actions. For example, you could create an app that mixes colors when the

Read More