Category: Android

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...

Advertisements

Android ContentProvider Tutorial

ContentProvider is a component that provides data control from one application to another application. It can choose many different way...

Android Fragment Tutorial

Android Fragment is a modular section of an activity which enable to combine multiple fragment into one activity. Each fragment activity have...

Android Service Tutorial

Android Service is a component that running in the background without a user interface. It is a long running operation...

Android AIDL Remote Service Tutorial

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 Tutorial

Android BroadcastReceiver is a android component that respond to broadcast announcement from other applications or system itself. It allow you register a...

Android RecyclerView Tutorial

Google was introduced the Material Design in Lollipop 5.0 API 21 which RecyclerView is one of the Material design.  ...

Android ListView Tutorial

Android ListView is very important in the android application to showing a list of item in the screen. It defined as a...