Hello anddev members,
Well I am currently in a computer science class in high school, and as a end of the year project I plan to make a alarm clock app. from scratch. I have a good knowledge of java but im new to android development. So i need some help or at least some resources that help. I have managed to setup a linear layout with a list of checkboxs. THese check boxes will represent different alarms that can be checked on and off. On the menu i have setup a button that says add alarm that i want to create a new check box on the screen. How do i do that? Secondly i want when i press the "add alarm" button on the menu, the app. should go to another page/view that will set up the alarm. Is this setup page a separate activity, or just view. Thirdly where do i save the data like the alarm info?
Hope someone can help! any suggestions/reasources would be apprieciated.
Thanks in advance!
P.S. I sorry if some of these questions have been asked elsewhere, its just that this website is blocked at my school so i dont get much time to search.


Someone could correct me here and I would be helped as well.)
. I read up about preferences. thanks