[android-developers] get city name by latitude and longitude

2010-01-02 Thread star double
Hi, all I am making a weather widget now , and there is a problem that how can I get some city name after getting latitude and longitude from google map. because I think we can't get weather data if can not get city name . any advice is welcome, thanks a lot ! -- You received this message becaus

[android-developers] Re: How to dismiss Spinner's Dialog automatically

2009-08-30 Thread star double
Hi , guy you can add below code in your AndroidManifest.xml to ignore the change of orientation . hope it can help you . 2009/8/30 dweebo > > Yes same problem here, figure it out yet? > -Peter > > On Jul 30, 8:56 am, Gery wrote: > > Hi group, > > > > I am sure that everybody can easily r

[android-developers] Re: some issue about SystemProperties.set(String key , String value)

2009-08-30 Thread star double
Thanks for Mark Murphy response for My development is not base on SDK but all android source code ,so I can use this interface . 2009/8/30 Mark Murphy > > star double wrote: > > I encounter a problem when use the interface of SystemProperties.set > > (String key , S

[android-developers] some issue about SystemProperties.set(String key , String value)

2009-08-30 Thread star double
Hi , all I encounter a problem when use the interface of SystemProperties.set (String key , String value) . for instance , when I set a value by SystemProperties.set(String key , String value) ,and then I can not get the value I set just now ,but it still return the original value by SystemProp

[android-developers] Re: error msg after run a thread

2009-08-19 Thread star double
My god, you must change your UI in main thread but not your new thread , it is android's rule . 2009/8/20 tstanly > > hi all, > > I write a thread, and do show() after thread complete, > but I always get the error msg bellow, > and this show() function is ok, because I put it on other locatio

[android-developers] Re: How to hide the scrollbar, please

2009-07-13 Thread star double
android:scrollbarStyle="insideOverlay" may be it can help On Jul 11, 1:11 pm, 单单 wrote: > The requirements is the scrollbar of a list is usually unvisible. > Only when user scroll it, the scrollbar shows. > > Could anyone tell me how to achieve this? > > Any help will be highly appriciated!

[android-developers] Re: How to hide the scrollbar, please

2009-07-13 Thread star double
android:scrollbarStyle="insideOverlay" may be it can help you On Jul 11, 1:11 pm, 单单 wrote: > The requirements is the scrollbar of a list is usually unvisible. > Only when user scroll it, the scrollbar shows. > > Could anyone tell me how to achieve this? > > Any help will be highly appriciat