[android-developers] Re: setAccuracy vs setHorizontalAccuracy

2013-12-17 Thread gjs
Hi, Not I, but you could guess that these relate in a device, cost &/or technology independant manner about what (Location) accuracy is desired by your app. The current technologies that the OS might choose from based on your settings include GPS (fine or high accuracy), Wifi access point (med

[android-developers] ADT 22 Troubles generating R files.

2013-12-17 Thread J Handal
http://stackoverflow.com/questions/16584015/java-eclipse-no-more-r-file-ever/16584243#16584243 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: setAccuracy vs setHorizontalAccuracy

2013-12-17 Thread Mr&Mrs D
As internally accuracy just sets`mHorizontalAccuracy` I wonder why both setHorizontalAccuracy() and setAccuracy() - and no less than 6 constants - are provided. Anyone knows ? On Tuesday, November

[android-developers] Re: part of text to bold when using AlertDialog.setMessage .

2013-12-17 Thread LackeySoft
Actually, for the AlertDialog's buttons I only needed to use Html.fromHtml( "Yes") to format as bold... no CDATA required. On Tuesday, December 17, 2013 8:41:31 AM UTC-8, LackeySoft wrote: > > Your line setMessage( Html.fromHtml( ) ) works for me if I define the > string as a resource wrapping i

Re: [android-developers] Installing Android on Windows 8/8.1

2013-12-17 Thread allandt bik-elliott
yep. should be fine. Allandt Bik-Elliott | Lead Interactive Developer | Publicis London 76 Oxford St | London, W1D 1BS Office: +44 (0)20 7830 3706 | Fax: +44 (0)20 7830 3977 allandt.bik-elli...@publicis.co.uk | www.publicis.co.uk On 17 December 2013 15:10, earamsey wrote: > Does the Androi

[android-developers] Re: part of text to bold when using AlertDialog.setMessage .

2013-12-17 Thread LackeySoft
Your line setMessage( Html.fromHtml( ) ) works for me if I define the string as a resource wrapping it with CDATA like so: ** This also works with the AlertDialog's buttons. On Sunday, December 15, 2013 11:04:32 PM UTC-8, rahul kaushik wrote: > > How to set part of text to bold when using Alert

[android-developers] Installing Android on Windows 8/8.1

2013-12-17 Thread earamsey
Does the Android SDK work on Windows 8/8.1? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr..

[android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-17 Thread Muzikant
Try using the following code. It's a dirty workaround but it works (unless the process is killed via ps or DDMS - Does anyone have some sort of solution for that ???). public void onTaskRemoved(Intent rootIntent) { Intent restartServiceIntent = new Intent(getApplicationContext(), this.getClass(

[android-developers] Re: part of text to bold when using AlertDialog.setMessage .

2013-12-17 Thread Doug
Pass a custom view to AlertDialog with that view containing a TextView with the Spanned being returned from Html.fromtHtml. Don't use the AlertDialog's setMessage since that only accepts regular strings and not Spanned strings with markup. Doug On Sunday, December 15, 2013 11:04:32 PM UTC-8,

[android-developers] Re: How to Implement Ticker Component.

2013-12-17 Thread parag chauhan
Did you got any solution for this? On Monday, 2 November 2009 19:21:54 UTC+3, Gulfam wrote: > > Hi all, > >I want to make Ticker Component but i dont know how to do this. > I have seen "Marquee" but it start scroll on focus but i dont want. > I want to scroll text if it is focused or not me

Re: [android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-17 Thread Surabhi Jain
Thanks VenomVendor for giving your precious time. I have to check my code. On Tue, Dec 17, 2013 at 12:45 PM, VenomVendor™ wrote: > Black screen, > 1. Your are not adding mapv2 correctly. Visit > http://venomvendor.blogspot.com/2013/04/getting-started-with-google-mapv2-for.html > 2. If you are g