what is an activity in Android programming
Answers
Answered by
2
Explanation:
An activity represents a single screen with a user interface just like window or frame of Java. Android activity is the subclass of ContextThemeWrapper class. If you have worked with C, C++ or Java programming language then you must have seen that your program starts from main() function
Similar questions