Valak19
Lurker
I have an EditText in Android in which I enter text and store all those text in a Custom ListView. I want to calculate the memory occupied by the String in that EditText and thereby maintain a list of space occupied by each text.
Ex: S = "My favorite movie is Inception".
The length of S is 30. How much space will it occupy in the phone and how do I calculate it?
Ex: S = "My favorite movie is Inception".
The length of S is 30. How much space will it occupy in the phone and how do I calculate it?