how serialization is different from binders?
Answer / Abhinay Kuamr
Serialization is a process of converting an object's state to a byte stream, and vice versa. On the other hand, Binder allows multiple applications or processes on Android to communicate with each other securely.nnIn terms of difference, serialization deals with handling data at the object level while Binder handles inter-process communication (IPC).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain broadcast receiver component of android?
What is mvp in android?
What are the different storage methods in android?
What is urlconnection?
What is portable wi-fi hotspot?
State the life cycle methods of android activities?
What are two launch modes for activities?
Assume that we have an android object named stored in reader variable, and inside it has a child object named?
As an android developer, how will you enumerate the steps necessary to created bounded services through aidl?
What is setlistadapter?
State the difference between a regular bitmap and nine- patch image?
Do we need to declare all of controller in app.js with sencha touch?