Android Programming and Technical Programming Technical

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

Read Solution (Total 1)

Android Other Question

What is transient data in android
Options
1) Permanent data
2) Secure data
3) Temporary data
4) Logical data
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