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

有帮助吗?

解决方案

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.

其他提示

Use LsitView find some help on Click Here

It is helpfull

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top