How many libraries do you use in your B4A projects?

corwin42

Expert
Licensed User
Longtime User
Question: How many libraries do you use in your B4A projects?

Answer: only a few :)

ahwlibs.png
 

MikeH

Well-Known Member
Licensed User
Longtime User
As few as possible!
 

HotShoe

Well-Known Member
Licensed User
Longtime User
What's a library?
 

Troberg

Well-Known Member
Licensed User
Longtime User
As few as possible, usually 3-5, and only when it's something so complex that it's not worth the trouble to do it myself instead.
 

sorex

Expert
Licensed User
Longtime User
line count and complexity don't always match :)

I've seen code in someone's subs of 80 lines that could be done in 5 lines or so aswell.

if the project is like the screenshot you have 20% code and 80% comments so it's only 2000 lines of code then ;)
 

Beja

Expert
Licensed User
Longtime User
I know how to write Hello World app without using the StringUtils library (specially v.1.02)
 
Top