Maybe a silly question but ...
One app with two activities. The first does lots of things, one of which is taking a screenshot, saving to a file and passing the filename to activity 2. Activity 2 processes the bitmap intensively and returns a list to the first activity.
My question, would activity 2 be better as a class. What benefit would I get from a class?
One app with two activities. The first does lots of things, one of which is taking a screenshot, saving to a file and passing the filename to activity 2. Activity 2 processes the bitmap intensively and returns a list to the first activity.
My question, would activity 2 be better as a class. What benefit would I get from a class?