Recent
Android - WebViews & CustomTabs
·16 mins
mobile
android
What is a WebView? # We know that android applications can interact with websites by using an intent with ACTION.
Android - Storage
·8 mins
mobile
android
We will look at how android applications store files and further have access to the file system of the device.
Android - Services
·12 mins
mobile
android
What is a Service? # A service is defined as an application component that can perform long-running operations in the background, not providing a user interface.