Android TabLayout + Fragment Tutorial
Android TabLayout allow you navigate to another screen without open a new activity. It is always visible to the user unlike...
Android TabLayout allow you navigate to another screen without open a new activity. It is always visible to the user unlike...
ContentProvider is a component that provides data control from one application to another application. It can choose many different way...
Android Fragment is a modular section of an activity which enable to combine multiple fragment into one activity. Each fragment activity have...
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 have many method to store local data in android device. Android SQLite database is one of the best method to...