⟩ How to set the ORB properties?
The ORB properties can be set in one of the following ways:
★ Using the iona.properties file
★ Using Java interpreter arguments
The ORB properties can be set in one of the following ways:
★ Using the iona.properties file
★ Using Java interpreter arguments
Explain me scenario in which only onDestroy is called for an activity without onPause() and onStop()?
Explain me how does the activity respond when the user rotates the screen?
Explain me what is a broadcast receiver?
What are content providers?
Please explain what is difference between Serializable and Parcelable ? Which is best approach in Android?
Please explain what are intent Filters?
What is difference between Serializable and Parcelable?
Tell us difference between Service, Intent Service, AsyncTask & Threads?
Tell me two ways to clear the back stack of Activities when a new Activity is called using intent?
Tell us why would you do the setContentView() in onCreate() of Activity class?