I have too many activities in my Android app project and I’d like to manage them using packages.
How can I do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using Eclipse:
Right click on the project and choose new => “package”.
You may need to update your references to other classes once reorganised. I find ctrl+shift+o can help you there too.