I've a problem with my android. first i wrote an aplication in C language (for pc), which use lot of RAM memory - about 500 MB for tables. then I try to rewrite the same code for android in Java (eclipse)... and the problems starts
it has taking a lot of time to create (on htc desire hd) static tables (the same size = 500MB) - first I think that is working but...then somebody told me that single aplication on andriod can only use 24 MB RAM memory. it is true? how to make this size bigger? how to solve this restriction?
please help. 4future.
it has taking a lot of time to create (on htc desire hd) static tables (the same size = 500MB) - first I think that is working but...then somebody told me that single aplication on andriod can only use 24 MB RAM memory. it is true? how to make this size bigger? how to solve this restriction?
please help. 4future.