On Tue, Jan 4, 2011 at 8:48 AM, Emre A. Yavuz <[email protected]> wrote:

> Is anybody aware of a link or a tutorial on the web that explains what
> happens in detail when MapView's invalidate() method is called ?
>

This method is just inherited from View, so just read the docs. If you need
more detail, read the source.
http://developer.android.com/reference/android/view/View.html#invalidate()


>   Isn't the onCreate() method in the MapActivity class recalled ?
>

Step 1: Put a log statement in onCreate().
Step 2: At some point, call invalidate().
Step 3: Question answered.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to