Issue
I've a big problem now, I really need some help, I've spent a week for it, but fail.
- create a MapActivity (A)
- start another Activity (B) from (A)
- start another MapActivity (C) from (B)
- back (C) -> (B)
- back (B) -> (A)
The first MapActivity (A) is death, never be redrawn whatever I do (zoom in, zoom out, move)
How to force MapActivity (A) work again?
Any help would be appreciated,
Thanks in advance
Solution
did you try mapview.invalidate()?
Answered By - Kevin Qiu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.