Articles in this series
Open Source - Linux Based - Operating System Applications are built for this operating system using different programming Languages. ā How does it...
Basic Android Application Project Structure, includes files like app modules, code files, resources files, etc. which are classified under folders...
Android is an open-source, Linux Kernel-based software stack having a collection of several C/C++ libraries. Among all these components, Linux Kernel...
Intent helps us as a communication link between different application components by providing runtime binding between different components. Start an...
Application Lifecycle Different events, some user-triggered and some system-triggered can cause an Activity to transition from one state to...
Services in Android Service is an Application Component, that can perform long-running operations in the background. Doesn't provide a user interface...