HMHemant Mauryainhemantmaurya.hashnode.dev·Feb 14, 2023 · 9 min readAndroid Activity LifecycleIn android, Activity represents a single screen with a user interface (UI) of an application and it will act as an entry point for users to interact with an app. Generally, the android apps will contain multiple screens and each screen of our applica...00
HMHemant Mauryainhemantmaurya.hashnode.dev·Feb 14, 2023 · 3 min readAndroid App ComponentsIn Android, application components are the basic building blocks of an application and these components will act as an entry point to allow the system or user to access our app. The following are the basic core application components that can be used...00
HMHemant Mauryainhemantmaurya.hashnode.dev·Feb 14, 2023 · 3 min readAndroid ArchitectureAndroid architecture is a software stack of components to support mobile device needs. Android software stack contains a Linux Kernel, a collection of c/c++ libraries which are exposed through application framework services, runtime, and application....00