Android Programming and Technical Programming Technical

Why don't we give MIN SDK as 1 in android?

Options
1) Android deprecated version
2) There is no value for 1
3) Android doesn't allow min version 1
4) None of the above

Read Solution (Total 6)

Android Other Question

What is the HTTP response error code status in android?

Options
1) status code < 100
2) status code > 100
3) status >= 400
4) None of the above
What are the functionalities in asyncTask in android?

Options
1) onPreExecution()
2) doInBackground()
3) onProgressUpdate()
4) onPostExecution()