I am asking cause in my project Fantasy Name Generator i try too keep low memory use, so i clear/reuse list, variables, but i noticed that memory used is growing (very small amount
) each time i generate names. Maybe is an android thing, don't know, that is the reason i am asking about StringBuilder object cause i don't know it. Can initialize of a StringBuilder use more memory? The active objects i am using are List, StringBuilder and ListView.
Maybe the checking program i use read wrong (official task manager of my Galaxy S Plus phone 2.3.3)
It isn't a big deal cause my app use small base memory and the grow is small, but if i can prevent it, why not do it
Sorry for my english in advance.
Link of the application
================
Fantasy Name Generator