[android-developers] test

2016-12-21 Thread Eden Shalom
test -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

[android-developers] In app billing testing issue...

2014-11-05 Thread Eden
application thanks for your your help eden -- 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] How to use the GPS receiver without using the internet?

2011-08-08 Thread Eden Lloyd
I am an newbie Android developer, and I am planning to use GPS enabled android phones to create an application that will not use internet to access the users current position, what i need to know is how to code it on eclipse. Can you share a piece of code in java that will return the longitude and

[android-developers] Re: How can i get js variable value from a HTML form ? is it possible ?

2011-03-21 Thread Eden
a sample of code please ? On 19 mar, 07:42, lbendlin l...@bendlin.us wrote: yes. Use the DOM to extract the value. On Mar 18, 7:09 pm, Eden clement.mart...@gmail.com wrote: hi, How can i get js variable value from a HTML form (via a webview maybe) ? is it possible ? thx

[android-developers] Re: How can i get js variable value from a HTML form ? is it possible ?

2011-03-21 Thread Eden
a sample of code please ? On 19 mar, 12:42, lbendlin l...@bendlin.us wrote: yes. Use the DOM to extract the value. On Mar 18, 7:09 pm, Eden clement.mart...@gmail.com wrote: hi, How can i get js variable value from a HTML form (via a webview maybe) ? is it possible ? thx

[android-developers] How can i get js variable value from a HTML form ? is it possible ?

2011-03-18 Thread Eden
hi, How can i get js variable value from a HTML form (via a webview maybe) ? is it possible ? thx eden -- 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

[android-developers] Data list for Autocompletion

2010-01-27 Thread Eden
I'm looking for how i can have an acess to a data list for autocompetion TextView ? or where could i find a word data list ? For example the list of the HERO device or the way to have it, i see a few apps which use Hero autocompletetextView. Thanks for help -- You received this message

[android-developers] Data Words to feed a AutoCompleteListView ?

2010-01-26 Thread Eden
Where can i find some data words to complete a AutocompleteListView ? Can i have a access to the HERO provider for example ? thx -- 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] Black screen with translucent transparent background on HTC Hero

2010-01-26 Thread Eden
Why i get a Black screen with a translucent transparent background on my HTC Hero ? I used the code sample... It is OK with the emulators 1.5 and 2.1 Is there a way to have it on my Hero ? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Data Words to feed a AutoCompleteListView ?

2010-01-26 Thread Eden
I meant AutocompleteTextView ! On 26 jan, 15:37, Eden clement.mart...@gmail.com wrote: Where can i find some data words  to complete a AutocompleteListView ? Can i have a access to the HERO provider for example ? thx -- You received this message because you are subscribed to the Google

[android-developers] Re: Black screen with translucent transparent background on HTC Hero

2010-01-26 Thread Eden
:40 PM, Eden clement.mart...@gmail.com wrote: Why i get a Black screen with a translucent transparent background on my HTC Hero ? I used the code sample... It is OK with the emulators 1.5 and 2.1 Is there a way to have it on my Hero ? -- You received this message because you

[android-developers] Re: Google wave invitations...?

2009-10-18 Thread Eden
me me me me thx --~--~-~--~~~---~--~~ 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] verifyError with maps add-on

2009-10-08 Thread Eden
I need Help for this issue : http://code.google.com/p/android/issues/detail?id=4006 tnx --~--~-~--~~~---~--~~ 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] Re: how to obtain a virgin map ?

2009-07-14 Thread Eden
connection (90% more) ? On Jul 14, 4:48 am, John Smith deltafoxtrot...@gmail.com wrote: 2009/7/12 Eden clement.mart...@gmail.com Is there a way to obtain a virgin map with the Google Map Api or other API (no city and country names, i want only country borders) ? The osmdroid map code

[android-developers] Re: how to obtain a virgin map ?

2009-07-14 Thread Eden
thanx John !! i need to examine your solution, but if i use getResources ().openRawResource(R.raw.tile), i could retrieve my own tile or i'm mistaken ? On Jul 14, 4:07 pm, John Smith deltafoxtrot...@gmail.com wrote: 2009/7/14 Eden clement.mart...@gmail.com yes thx i found it but this code

[android-developers] how to obtain a virgin map ?

2009-07-13 Thread Eden
Hi, Is there a way to obtain a virgin map with the Google Map Api or other API (no city and country names, i want only country borders) ? thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] virgin map

2009-07-13 Thread Eden
Hi, Is there a way to obtain a virgin map with Google Map Api or other API (no city and country names, i want only countries borders) ? thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Retrieving data from a USSD command

2009-06-10 Thread Terence Eden
On Jun 10, 8:36 am, PI9 ch.castel...@gmail.com wrote: Hello! Have you got any results for your problem ? Indeed i'd like to do the same thing but so far i haven't been able to find any help on this matter No, sorry. There are some USSD commands that you can intercept via the API (call

[android-developers] Retrieving data from a USSD command

2009-05-18 Thread Terence Eden
I want to call a USSD (http://en.wikipedia.org/wiki/USSD) command and have the reply returned as a String. I can make the device automatically dial the USSD - like so // String encodedHash = Uri.encode(#); String ussd = * + encodedHash + 105 + encodedHash; startActivityForResult(new