Android PopUp Floating Window Tutorial
Android has a PopupWindow object to implements floating windows in the activity to display information or perform some action. It...
Android has a PopupWindow object to implements floating windows in the activity to display information or perform some action. It...
In material design, android provide the material date picker dialog to pick date in the application. It is very useful...
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...
In previous tutorial, you already understand how to setup php slim framework in your computer and also learn how to...
What is Slim Framework? Slim Framework is the most famous php micro framework to create the REST api for your web...
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...