Deep Dive Into Android OS Fundamentals

<p>When we look at the basics of Android Apps, we see four basic components.&nbsp;<strong>Activities</strong>,&nbsp;<strong>Services</strong>,&nbsp;<strong>Broadcast receivers</strong>&nbsp;and<strong>&nbsp;Content providers</strong>. Before moving on to components and&nbsp;<strong>Android OS</strong>, let&rsquo;s look at what an android user does.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*GMgxkzsZbb16Jq9DeGsq8A.png" style="height:498px; width:700px" /></p> <p>On our Android phone we are greeted by a list of Apps. Clicking on an application icon opens the application. By clicking on the icons in the&nbsp;<strong>Navigation Bar</strong>, you can navigate between Back, Home, Recent apps. Now let&rsquo;s see how these operations work on the technical side.</p> <p><a href="https://medium.com/@ibrahimethemsen/deep-dive-into-android-os-fundamentals-eafd5d80f355"><strong>Visit Now</strong></a></p>
Tags: Android OS