Day: 9 December 2017

Android Services and AIDL

Android applications are built from 4 types of components: Activity – Screen (code and GUI) Service – independent code supplying something Content Provider – Data service Broadcast Receiver – component for global events handling The developer can create multiple components from each type and each one can be an entry point. In this tutorial i […]

Read more