Re: [android-developers] SOAP Implementation

2011-09-28 Thread Auguste Lunang
Thanks for the link ... On Wed, Sep 28, 2011 at 1:48 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 28, 2011 at 4:45 AM, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Can some one give me a sample for SOAP implementation in Android? What is SOAP implementation in Android ?

[android-developers] looking for CS , android ebooks???

2010-02-14 Thread Auguste Lunang
Check www.dealebooks.com -- 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...@googlegroups.com

[android-developers] Can't see new apps on android market

2009-11-11 Thread Auguste Lunang
Hi, It seems that android market isnt up to date. I have the same apps since 1 month. Am in europe. Is it normal ? http://www.android.com/market/ 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] Need an invitation to google Wave?

2009-11-01 Thread Auguste Lunang
Hi, i have some google wave. invits to share. tell me if u want .. 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] How to donwload a free app from android market?

2009-10-25 Thread Auguste Lunang
HI, I want to try some free apps from the android market, how can i download it to run it on my emulator ? Thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] modify the drawable of an ImageView

2009-10-25 Thread Auguste Lunang
HI I have a gridView generated using BaseAdaptor. (and implementing methods getView() , getCount() ,...) My problem is that i want to specify a drwable image for each ImageView created using BaseAdaptor. i tried this line : myBaseAdapterInstance.getView(i, null,

[android-developers] Re: modify the drawable of an ImageView

2009-10-25 Thread Auguste Lunang
No issue? 2009/10/25 Auguste Lunang legraphi...@gmail.com HI I have a gridView generated using BaseAdaptor. (and implementing methods getView() , getCount() ,...) My problem is that i want to specify a drwable image for each ImageView created using BaseAdaptor. i tried this line

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-10-22 Thread Auguste Lunang
Hi,This is a know issue. One of the discussions you can find here: http://groups.google.com/group/android-beginners/browse_thread/thread/0206ed9cdf7adc81 . Try to use DDMS to fix your GPS coordinates. Hope it helps.. Auguste 2009/10/22 Brian Conrad brianjto...@gmail.com I've tried the geo

[android-developers] Location.getLastKnownLocation returns null

2009-10-17 Thread Auguste Lunang
Hi, I can't display my map on android emulator. i have, locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); location = locationManager.getLastKnownLocation(gps); After those lines,the Log shows null for location instead of the object location

[android-developers] Re: Location.getLastKnownLocation returns null

2009-10-17 Thread Auguste Lunang
Now it works fine. I Was just doing the requestLocationUpdates after the getting location. as you said, we first need to turn on the GPS radio . 2009/10/17 Mark Murphy mmur...@commonsware.com Auguste Lunang wrote: I can't display my map on android emulator. i have

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

2009-10-17 Thread Auguste Lunang
PLease can you invite me ... 2009/10/17 xianhao lv xianhao...@gmail.com I want one. Thank you very much. I always look for an invitation. 2009/10/16 Kenneth Adam Miller kennethadammil...@gmail.com Who wants to be in Google wave? I have 16 invitations

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

2009-10-16 Thread Auguste Lunang
Can i get one too ? Thx 2009/10/16 Jrperiod lbaile...@gmail.com I'll take one On Oct 15, 11:41 pm, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations --~--~-~--~~~---~--~~ You received this

[android-developers] test

2009-10-05 Thread Auguste Lunang
--~--~-~--~~~---~--~~ 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] geo fix command yields incorrect values!???

2009-10-04 Thread Auguste Lunang
Hi all, Using telnet and geo fix to track GPS updates, i noticed that the logCat is reporting different values from what i entered. For example , with geo fix -122.084095 37.422006, log report gives -122.0853666782 and 37.42283421665 taken from getLongitude() / getLatitude() . the final

[android-developers] geo fix command yields incorrect values!???

2009-10-04 Thread Auguste Lunang
Hi all, Using telnet and geo fix to track GPS updates, i noticed that the logCat is reporting different values from what i entered. For example , with geo fix -122.084095 37.422006, log report gives -122.0853666782 and 37.42283421665 taken from getLongitude() / getLatitude() . the final