I want to write a simple application on Android for my own use.
I want to add an alarm. How do I make a list of alarms and add them?
It's about something like the picture.
I want to write a simple application on Android for my own use.
I want to add an alarm. How do I make a list of alarms and add them?
It's about something like the picture.
here is the link of Android alarm app source code, git_alarm_app
it can be helpful if you are doing similar.. You can see how this app does things and help yourself..
You have to create a layout for items of the ListView.
You can find tutorials about this on Internet : http://www.vogella.com/articles/AndroidListView/article.html http://codehenge.net/blog/2011/05/customizing-android-listview-item-layout/