[android-developers] How to best work with web services? REST

2010-05-31 Thread Nando Scheidecker
Are there any examples out there to best work with web service? I know that there is a port to SOAP stuff in the kSoap implementation. However, kSoap might be too heavy for me. Instead I was hopping for the device to be able to talk to RESTful services instead. Is there any good example on a RE

[android-developers] How to access and change settings

2010-05-31 Thread Nando Scheidecker
Hello, How can I get and connect to the internet Database of the device so that I can: - Obtain the phone number and other carrier information associated with the device? - Obtain email settings of the device? Is it possible to change the email settings via an app on the device? Thanks. -- Yo

Re: [android-developers] Re: HTTPS to acces my wcf from android appli

2010-05-31 Thread Nando Scheidecker
All you have to do is to specify https. For instance: HTTPRequestHelper helper = new HTTPRequestHelper(myResponseHandler); helper.performPost("https://localhost/service";, user, pass, null, null); On Mon, May 31, 2010 at 12:56 AM, Lamia Hannoun wrote: > Well i tried to change my app.config file

[android-developers] How to develop faster without the emulator?

2010-05-31 Thread Nando Scheidecker
All, Every time I have to bring the emulator (even on a fast Linux machine) to test an app is quite painful. What would you suggest to speed up the development of an app w/o usinf the emulator? I thought that JUnit for the logical parts would help. Basically, I want to be able to test the app w

[android-developers] How to get the list of all apps installed on the device?

2010-05-24 Thread Scheidecker
Hi all, I would like to know if I could access the internal device DB to fetch a list of all installed applications, their version, etc? How can I read the settings on the device as well? Like email username, server, etc? Thanks, Scheidecker. -- You received this message because you are