Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modularity in Android application [closed]

I'm developing Android application in which complexity and features are increasing. Since I'm new I android develop (object programming in general) I need some methods for building modular android application in order to reduce the effort required for any modifiy.

Are there patterns commonly used for this purpose? Can you suggest the most followed guideline, modus operandi, or even books or manual?

like image 564
GVillani82 Avatar asked Jun 26 '26 12:06

GVillani82


1 Answers

Try taking a course at a local community college if available.

Some books:

  • "Head First Object-Oriented Analysis & Design" by Brett McLaughlin; Gary Pollice; David West
  • "Java™: How to Program, Ninth Edition" by Paul Deitel, et al

As Gabe says this question is too general.

like image 166
M. Betzer Avatar answered Jun 29 '26 03:06

M. Betzer