Images

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

Advertisements

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