Framework for LARGER apps

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Hi all.

Wonder what people use as a framework for LARGER apps or should I say programs. I am using AHViewPager library myself but its getting quite large and wondering if its the best way for a larger app.

So.... For those larger app developers. What do you use? What has worked and what has not? Multiple activities or lots of services?

Chime in!
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
What is considered a large program?
Most of mine fall below a few thoussnd lines of code.
I have two that are about 5000 to 6000 but those are by far my largest.

I use modules on some to break the code up.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Good question WAZUMBi. My app has about 30 screens, 4 bas modules, 40 classes and 8 services. But only 1 activity.
Around 30000 lines of code
 
Top