Is there any programatically way for my android application to know which version of android platform (1.6 or 2.0 or 2.3) that it is currently running on?
Thank you.
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.
The Build Class is easy to use : Build
check the excellent presentation by Reto Meier and the Parallel Activity pattern :
here