开发者

Android Map View

In my application if i press a button map is loaded in my layout.again i press the button i got err开发者_运维技巧or like this.

onlu one map is added to a single map activity . how to solve this.


you can use a programming trick to avoid this.

booleanVar = false; onButtonClick

if(! booleanVar){

load the map . set a booleanVar to true. }

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜