Question

I want create an App so that the user can add some alarm like pic below. I mean that must be able to add another parameter to its self (new alarm ) . thanks for your great answer ;)

Alarm clock

Was it helpful?

Solution

my problem is about add new thing to layout

You have to use a ListView and everytime you want to add another row to your ListView you just update the dataset of your ListView adapter and call notifyDataSetChanged() on it.

OTHER TIPS

Use LsitView find some help on Click Here

It is helpfull

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top