Android EventBus Publish Subscribe Tutorial
What is event bus? Eventbus is an android library that enables the developer easier to communicate between the components such as...
What is event bus? Eventbus is an android library that enables the developer easier to communicate between the components such as...
SurfaceView is a custom view that able to update the GUI rapidly such as rendering the animation in the activity....
In previous tutorial, I had been tell you how to use retrofit 2 to retrieve data from the REST API. Able...
Android have its own implementation to let local database to synchronize with the web server which using SyncAdapter. The SyncAdapter...
In android application, SMS allow you to send to another smartphone user. While you can also implement a broadcast receiver...
Android have its native widget ratingbar to perform rating in the mobile application. It is useful for eCommerce application or...
Search feature is a useful tool for the user to search out what they want to see. SearchView is providing...
Android provide SQLite database for local database in the android application. SQLite is hard to setting up because it require a...
Android provide official way to make a http request by using Apache HttpClient or HttpUrlConnection bundle. The HttpClient is depreciated...
Paypal provides the official Paypal Android SDK to let the android developer easy to make payment by using PayPal in...