> i am storing both classes in a single package. i am not able to run > application.
Because of what? Also mind you have all activities listed in Manifest or your app won't work. > I think this is because i have two Activities in single package and it > is bit confusing. You can have as many Activities in your app (which also means in a package). > How to create a main class which is superclass and which handles both > these activities?? Make 3rd class and then make those remaining two extend it. > Can anyone help me please!! If you got exact technical problem, tell all detail you have, including what crash stack is or what in logs. Quite unlikely anyone will bother guessing what you see there. -- 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

