[android-developers] Meet problem when back from sub activity to map activity

2008-04-10 Thread areslp
I have a map activity with several overlays,and I start a sub activity, and when the work has done in sub activity, I set the result code and finish the sub activity. In map activity's onActivityResult() method,I got the resultEvery thing goes well until now,but I find that the map view

[android-developers] Re: Plz Help!!

2008-04-07 Thread areslp
to filter them out of the general logcat output). Think of the second argument as what you actually want to see in the log. On Apr 6, 7:21 am,areslp[EMAIL PROTECTED] wrote: Boolean t = flags.get(position); Log.e( + position, getView_flag

[android-developers] Re: Plz Help!!

2008-04-07 Thread areslp
yes,it's ugly, it's just for test:) On Apr 7, 3:16 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Woaw, this must be one of the worst pieces of code i have recently seen. On Apr 6, 4:21 pm,areslp[EMAIL PROTECTED] wrote: Boolean t = flags.get(position

[android-developers] Plz Help!!

2008-04-06 Thread areslp
Boolean t = flags.get(position); Log.e( + position, getView_flag: + t.booleanValue()); if (t.booleanValue()==true) { Log.e(postion:true + position, );