Author: Yong Loon Ng

Android Service Tutorial

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

Advertisements

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