While I don't know how dalvik really will hand this, but I expect
that if you make a new Thread or AsyncTask as required, it's done.

Now, it's up to you to architect your app to do this in a way that
makes sense.  It does not make sense to fire off ten or twenty
different AsyncTasks just to show a dialog box.  It is also a bit
cumbersome to do an AsyncTask just to fetch one row from a
SQLite table.  Do what makes sense.

I think the multi-core aspect will really just improve the tradeoff
between all the Services you don't see, and the one Activity that
you do see at any given time.  No coding required there.

On Jan 18, 10:30 am, viktor <victor.scherb...@gmail.com> wrote:
> Hi,
>
> Is it need additional api to work with multi core processor, or
> functionality is already embedded into OS?
>
> I know that for Java VM is no matter how many cores there, but what
> about dalvik VM?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to