I was wondering if it’s possible because I am interested in developing applications for the Android platform, but I’m just starting.
I was wondering if it’s possible because I am interested in developing applications for
Share
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.
I’m not sure if I understood your question. If what you want to know is:
Then the answer is: probably. The only scenario that can cause your application stop running on newer versions is if you use some feature that is removed from the Android API.
You can also control in your manifest which is the minimum version (and maximum) of the API that your app will run. In that case, it won’t be possible to install your application in a device that has some version of the Android which is not in the interval you determined.
You can read more about that here: http://developer.android.com/guide/appendix/api-levels.html