Android Intent: Flag Android2018년 08월 19일2018년 08월 19일 by attrestThe list below is a list of flags that can be used for intents. You canContinue
Android Intent: Standard additional data Android2018년 08월 19일2018년 08월 19일 by attrestThe list below is a list of fields that can be used as additional data. UsedContinue
Android Intent: Standard Categories Android2018년 08월 19일2018년 08월 19일 by attrestA category is an attribute that specifies classification information about an intent target. You can addContinue
Android Intent: Standard Broadcast Action Android2018년 08월 19일2018년 08월 19일 by attrestListed below are the actions that the broadcast receiver can take. These actions can be definedContinue
Android Intent: Standard Activity Action Android2018년 08월 19일2018년 08월 19일 by attrestActivity Action is an attribute that specifies how to run an activity. These actions can beContinue
Android: Type of Activity Android2018년 08월 18일2018년 08월 18일 by attrestActivities are the most utilized components of Android components. However, because the Activity class provides onlyContinue
Android: Activity life cycle Android2018년 08월 18일2018년 08월 18일 by attrestActivities have the above life cycle. The activity will call the appropriate method according to thisContinue
Android: Enable or disable components Android2018년 03월 15일2018년 08월 19일 by attrestTypically, the main activity starts when you run the application. If you want another activity toContinue
Android notifications: toast, status bar, dialog Android2018년 03월 15일2018년 08월 19일 by attrestNotifications are a means of notifying users of events that occur in an application. The Toast,Continue
Android: Intent and Intent filter Android2018년 03월 15일2018년 08월 19일 by attrestAn Intent is a message object that delivers actions, data, and so on to a component.Continue
Android: Broadcast receiver and content provider Android2018년 03월 15일2018년 08월 19일 by attrestA broadcast receiver is a component that responds to a specific broadcast and does not haveContinue
Android: Services and Life Cycle Android2018년 03월 15일2018년 08월 18일 by attrestA service is a component that runs in the background, regardless of the specific activity. SoContinue