[android-developers] hi friends

2012-12-31 Thread sree android
Happy New Year to One And All. Please suggest me, The above attached image,How can i display that items.How can i add items particularly in Today or Tomarrow Textviews and also the line below of Today textview. Please send me replay with which concept is used and how. -- You received this messa

[android-developers] Network File browser

2012-12-31 Thread satish bhoyar
hi all, Happy new year to all of you. I am trying to make application like file browser. the constraint is I want to browse the files that are shared on the network in my company. My android device is in LAN and in my app I want to give ip of pc and app should search that PC and if i click in it I

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-31 Thread bob
Thanks. By the way, I tried your Deadly Chambers game. It is impressive. I like how the guy's name is Chambers. Very funny. On Saturday, December 29, 2012 12:46:49 PM UTC-6, Robert Green wrote: > > Yes, texture mapping is fairly standard and is very well supported. > > BAI means "Binary Ass

[android-developers] Re: Setting Widget B/G Color of the B/G Resource

2012-12-31 Thread Jake Colman
I don't think it helps to get access to the drawable resource and use setColorFilter to set its background color since I don't see a way to set the modified drawable resource as the background resource for the view. Am I missing something obvious? I did google before posting but that doesn't mea

Re: [android-developers] How to set multiple theme in an application at run time.

2012-12-31 Thread TreKing
On Mon, Dec 31, 2012 at 12:35 AM, monty wrote: > Is there any way to choose one particular theme from list of theme's at > run time and apply it to entire activities in an application. Have you done any research on this topic yourself yet? A quick Google search shows many Stack Overflow question

Re: [android-developers] help me urgent

2012-12-31 Thread TreKing
On Mon, Dec 31, 2012 at 12:49 AM, sree android wrote: > how please convert it and give solution, > This is not "urgent", nor does it have anything to do with Android development. - TreKing

Re: [android-developers] Unable to delete a PendingIntent with AlarmManager

2012-12-31 Thread TreKing
On Mon, Dec 31, 2012 at 12:42 AM, Giuseppe wrote: > I have uninstalled the app, restarted the device, the function is still > working and every minute sending an email. Is there anything in the logs when the alarms go off?

[android-developers] Setting Widget B/G Color of the B/G Resource

2012-12-31 Thread Jake Colman
I have written code to select at runtime whether my widget should use a background PNG image or just select a background color in place of the image. This code works fine but is not esthetically pleasing. The problem is that when I set just the background color in lieu of the image the entire gr

Re: [android-developers] Re: Bad View Behavior with Changing ListViews

2012-12-31 Thread Evan Ruff
Guys, Thanks so much for your suggestions. I had tried all of the notify* and invalidate* methods on the adapter and list to no avail. The easiest solution for me was removing the swapCursor( null ) call. After doing this, the "orphaned" views no longer persist and everything is working as expecte

[android-developers] Re: Order latitude/longitude list by distance to my current location

2012-12-31 Thread lbendlin
If the locations are roughly in the same geographical area then you can use a corrective factor for the longitude difference. The latitude is always the same distance per degree but the longitude distance per degree depends on the latitude (biggest at the equator,zero at the poles). For a latitu

[android-developers] Re: Order latitude/longitude list by distance to my current location

2012-12-31 Thread Spiral123
If you mean straight line distance and if the locations are reasonably close and/or reasonably well distributed then just do a straightforward trig calculation. If you want more accuracy use a great circle distance calculation (just Google it). Assuming you just need a ranking rather than acc

Re: [android-developers] Re: How to compile Android Launcher source code?

2012-12-31 Thread Mark Murphy
On Sun, Dec 30, 2012 at 11:43 PM, galapogos wrote: > I'm specifically trying to first get the > ICS AOSP launcher to install on any ICS phone, and then modify it with some > features. You are welcome to copy the source code out of AOSP, import it into an Android SDK project, and hack away to get

[android-developers] Order latitude/longitude list by distance to my current location

2012-12-31 Thread Nelson André
Hello all, I have a JSON list that I retrive from one website I have that gives me the following fields: - Name - Latitude - Longitude This list has around 200 items. I want to order the list by distance to my current location, closer locations on top. How may I do this calculation

Re: [android-developers] Install failing with Android SDK Manager

2012-12-31 Thread Dev Guy
Carlos thanks, that's what I did and got things working! On Sun, Dec 30, 2012 at 6:24 AM, Carlos A. M. dos Santos < unixma...@gmail.com> wrote: > On Sun, Dec 30, 2012 at 3:53 AM, Dev Guy wrote: > > Hello I am getting the following error after I run the Android SDK > Manager: > > > > Installing

Re: [android-developers] Barometer reading changes throughout the day while on same altitude.

2012-12-31 Thread Lew
sebouh00 wrote: > Sorry, but you're just repeating what Mark said. It's not helpful. > >> >> I repeated it because you clearly did not assimilate it. I also asked questions, which you chose not to answer. "It's not helpful" means "I have decided to reject what you say". There's nothing wrong

[android-developers] Re: CTS error - Invalid CTS build provided.

2012-12-31 Thread NimeshChanchani
sorted Stupid path error! On Friday, 28 December 2012 16:57:14 UTC+5:30, NimeshChanchani wrote: > > I get the CTS window when run the batch file , but when try to enter the > cts command “run cts” it shows. Any clues? > > > > cts-tf > run cts > > 12-28 12:13:02 E/InvocationThread: Invalid

Re: [android-developers] Barometer reading changes throughout the day while on same altitude.

2012-12-31 Thread sebouh00
Thanks guys. I now understand more. I will have to do some more testing with this information in mind, but from what I've understood, achieving the day long accuracy I'm looking for will require GPS and frequent base reference updates. -- You received this message because you are subscribed to

Re: [android-developers] Barometer reading changes throughout the day while on same altitude.

2012-12-31 Thread Steve Mills
As a pilot I can tell you that we get a MSL (Mean Sea Level) pressure reading and key that into the altimeter which compares it with current pressure and gives altitude to +50ft/-75ft accuracy. The MSL is provided by the local airport, is adjusted to ensure any regional error puts us higher tha

Re: [android-developers] Barometer reading changes throughout the day while on same altitude.

2012-12-31 Thread Ifor
The method I use for calibrating the barrometric altitude functionality in my biking app is to use the gps to get a location I then use Googles Elervation API to get an altitude for this location and adjust my reference pressure to ge