Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concept_lessons/_android_introduction.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Let's go 1 by 1 into each of these components and get more details about them.
This is the first Android component you will encounter as soon as you open an Android app. An Android app should have at least one Activity in it.

* So what exactly is Activity ? Every screen in an Android app is an Activity.
Activity will always have a User Interface (abbreviated as UI). It is not possible to have an Activity without a UI.
Activity will always have a User Interface (abbreviated as UI). It is not possible to have an Activity without an UI.

* Any Android app has one or more Activities. Out of these, one Activity will act as the entry point. The Activity will show up when the app starts.
This is usually referred to as the launcher Activity or the main Activity too.
Expand Down