Hey guys i am new to android development.

I am developing one practice application of todolist.

I wanna show main page with all todos and there add button to open new
page (using intent) which is a new activity for new todo submit form.

i have one main class ToDoList(indexing all todos with add button)
extending Activity class and  one AddToList(new todo submit form)
which also extending Activity class

i am storing both classes in a single package. i am not able to run
application.

I think this is because i have two Activities in single package and it
is bit confusing.

How to create a main class which is superclass and which handles both
these activities??

Can anyone help me please!!

Thank you

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to