How to separate different packages for android app for this target:
- I have several views, on which we will edit and show some data.
- Also I have
REST service.
How to separate packages in the best way.
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.
When I have a family of products, I like to make a “common core” library of shared features. There are several examples of how to create/use a “android library” – see the documentation “Managing Projects From Eclipse w/ADT” has a section “Setting up a Library Project”
Also, there is a sample application w/the SDK which illustrates library usage. See “TicTacToeLib” and “TicTacToeMain”