Android Programming and Technical Programming Technical

What is sleep mode in android?

Options
1) Only Radio interface layer and alarm are in active mode
2) Switched off
3) Air plane mode
4) None of the Above

Read Solution (Total 5)

Android Other Question

Is it mandatory to call onCreate() and onStart() in android?

Options
1) No, we can write the program without writing onCreate() and onStart()
2) Yes, we should call onCreate() and onStart() to write the program
3) At least we need to call onCreate() once
4) None of the above
Data can be read from local source XML in android through

Options
1) XML pull parsing
2) DOM parsing
3) XML resource parser
4) None of the above