Android Programming and Technical Programming Technical

What is a context in android ?
Options
1) It is an interface to store global information about an application
2) It is used to create new components.
3) Android has two contexts, those are getContext() and getApplicationContext()
4) All of above

Read Solution (Total 2)

Android Other Question

How do you join two notifications in android?

Options
1) Give same id for both notifications
2) write notification code two times
3) it is not possible in android
4) 1 & 2
Fragment in Android can be found through

Options
1) findById
2) findFragmentById()
3) getContext.findFragmentById()
4) FragmentManager.findFragmentById()