Android Service Tutorial
Android Service is a component that running in the background without a user interface. It is a long running operation...
Android Service is a component that running in the background without a user interface. It is a long running operation...
Android Navigation Drawer is a advance form that display the main menu option in the left or right edge screen...
What is AIDL in android? AIDL is Android Interface definition language to establish the communication both application that running at different process. The...
Android BroadcastReceiver is a android component that respond to broadcast announcement from other applications or system itself. It allow you register a...
Google was introduced the Material Design in Lollipop 5.0 API 21 which RecyclerView is one of the Material design. ...
Android ListView is very important in the android application to showing a list of item in the screen. It defined as a...
Android Studio are able to let developer to share project on Github. GitHub is a web-based Git repository hosting service for...
Some of you may want to transform or convert your website become android app but do not have too much...
Everybody should be very curious about what is inside the Android SQLite Database. Many people ask about can we view...
Android have many method to store local data in android device. Android SQLite database is one of the best method to...