Computer Science, asked by TOUFICKMONDAL, 5 months ago

How many files will be included in a single android activity ?

1

2

3

4

Answers

Answered by rakshitawalake
8

Answer:

If you are looking to write modular, reusable and portable code, one activity is the way to go. Activity is an Android-only concept. The main flow and the business logic of any well-designed application should be platform-independent

Similar questions