BroadcastReceiver
-
Android ArchitectureMobile/Android 2020. 6. 2. 15:39
1. Architecture 1.1 Android Activity Lifecycle 1.2 State Lifecycle 2. Component Component Description Activities They dictate the UI and handle the user interaction with the smartphone screen. Services They handle background processing associated with an application. Broadcast Receivers They handle communication between Android OS and applications. Content Providers They handle data and database..