I'm developing an application for access to twitter. But the code grew and was hard to understand. One reason for the complexity is that I have tried to reduce as much as possible the size of the code. I took advantage pieces of code in various routines.
Well, my question is as follows:
what is the impact on performance of an application made in B4A if the source code be greater because some repetitions of internal routines? If the performance impact is not significant is more interesting to keep it greater in favor of a easily understood.
When running, my application uses 14 mb memory. Had some technical reference?
I did some routines that access to external library twitter4j, and ABTwitter. The performance is greatly reduced when using another layer.
For example, by replacing external calls routines the program performance has been significantly improved.
I would like to share some experiences about it.
Thanks !
Well, my question is as follows:
what is the impact on performance of an application made in B4A if the source code be greater because some repetitions of internal routines? If the performance impact is not significant is more interesting to keep it greater in favor of a easily understood.
When running, my application uses 14 mb memory. Had some technical reference?
I did some routines that access to external library twitter4j, and ABTwitter. The performance is greatly reduced when using another layer.
For example, by replacing external calls routines the program performance has been significantly improved.
I would like to share some experiences about it.
Thanks !