Re: [android-developers] Remove '@override' annotion

2012-04-01 Thread Cristiano
I met the same questions from 2.3 update to 4.0 2012/4/2 Harri Smått > On Apr 1, 2012, at 4:19 AM, Kirupa wrote: > > After sdk updatting I got more no of errors. that Remove '@override' > > annotion > > Could you provide a bit more specific information what SDK you updated > (previous version, n

[android-developers] How do LBS apps get information?

2011-11-09 Thread Cristiano
Hi All, Now there are many LBS apps,which can show user the information around his location,such as restaurants,hotels,metro stations and so on,so how do these apps get their needed information,thanks! -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Resources.getDimension() at different densities

2011-02-03 Thread Cristiano Ribeiro
Hi all, I'm just testing Resources.getDimension() at different-density emulators. I've tested it in both 120 dpi and 160 dpi, but this method always returns 80.0 for a 80dip parameter. I've written a xml and a Activity.onCreate() method: --- 80dip float d = getResources().getDimension(R.di