Question

project android

Hello this has never happened with me before . I am making an online shopping android app which has become huge and complex . While developing the code I have followed all the clean naming conventions and made appropriate packages with proper suitable meaningful names . But still I find that this project has become so huge and complex that I am not able to work on it anymore . Any ways to simplify things here =D . What shall be done so that this code doesnt look like a Matrix to me =D

Was it helpful?

Solution

What you apparently failed to do is what any large project needs: project management, documentation, planning, etc. etc.
Yes, it's paperwork, it's not fun like coding, but it needs to be done.
Make sub projects, modules, split things up according to functionality, define interfaces between those sub projects, document everything, have some diagrams (UML anyone?), things like that.

That's the only way any large project remains on track, and people know what it actually does...

Licensed under: CC-BY-SA with attribution
scroll top