When importing data into memory do it in small chunks because you don't want to get to close to your heap limits given by: Runtime.getRuntime().maxMemory()
On Apr 5, 4:35 am, srikanth <[email protected]> wrote: > Hi , > > I wanted to know some information regarding memory management of > android while writing system level tests. > > I am new to android and android architechture. While writing test/ > cases related to system testing, what needs to be considered under > point of reference when comes to memory management through out android > from user perspective. > > Like if i want to test Contacts - I am importing several contacts via > account/vcard/etc.. Where exactly will be the chances for memory point > of view. Like wise what needs to be considered through out Android > irrelevant to application. > > Any inputs would really helpful. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

