0 votes
in JQuery by
What is an Activity in Andriod?

1 Answer

0 votes
by

An activity provides the window in which the app draws its UI. This window typically fills the screen, but may be smaller than the screen and float on top of other windows. Generally, one activity implements one screen in an app. For instance, one of an app’s activities may implement a Preferences screen, while another activity implements a Select Photo screen.

Related questions

0 votes
asked Jun 23, 2020 in JQuery by AdilsonLima
+1 vote
asked Aug 3, 2020 in JQuery by Hodge
...