#android-app-development
Read more stories on Hashnode
Articles with this tag
Model-View-ViewModel (MVVM) has become a popular architectural pattern in Android development. This blog post will dive deep into MVVM, exploring its...
Introduction Architectural patterns are essential for building maintainable Android applications. This post examines two popular approaches:...
What is a Task? A task in Android is a collection of activities that users interact with when trying to do something in your app, representing an...
What are Fragments? In Android, a fragment is a reusable portion of your app's user interface. You can think of a fragment as a mini-activity within...
What are Intents? An Intent is a message object that represents a request for an action to be performed. It can be used to start activities, services,...
Introduction An Activity is an application component that provides a screen for user interaction, allowing users to perform tasks like taking a photo,...