Skip to Content

If you’re not familiar with RPC, it’s a lightweight mechanism for making remote method calls. In simple terms, a remote procedure call (RPC) is a request message sent from one process to another. The other process executes the method and returns its result to the client. Android takes care of all of this for you. …

Read More about What is Rpc in Android?

If you want to learn how to animate on Android, the first step is to understand how it works. The Android platform provides various APIs for animating the view objects. The animation package is available in Android 3.0 and API level 11. This package includes a series of classes that are used to animate the …

Read More about Can You Animate on Android?