What is difference between serializable and parcelable ?
Answer / Deepak Kumar Gaur
Serializable is a Java interface used to mark classes as able to be serialized, or converted into a byte stream for transmission or storage. Parcelable is an Android-specific interface that allows objects to be written to and read from a Parcel, which can optimize serialization performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you access the string resource stored in the strings.xml file?
What is android sdk?
What is the correct way to check if a Compass sensor is present on the system? Explain your answer.
What is framelayout ?
What made you jump into Android all of a sudden? Why not iOS or other mobile platforms?
What is compound condition?
How do you avoid an anr?
What is array variable?
What is local.properties?
What does adb stand for?
Which dialog boxes can you use in you Android application?
By default ui components made in the ui editor should have text defined in file?