[android-developers] Re: What needs to be considered about memory/management usage
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 <srikanth0...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home