Re: [android-developers] Read data from android app and want to display on Web

2012-12-05 Thread Ashish Jain
Hi, This code talks about storing in DB and the code snippet is PHP. I don't want to use DB and want expose a RESTFUL webservice in android which will be consumed from web. Regards, Ashish Jain On Monday, 3 December 2012 15:31:42 UTC+5:30, Amey Bapat wrote: Hi Ashish i hope this helps you

Re: [android-developers] Read data from android app and want to display on Web

2012-12-02 Thread Ashish Jain
, Ashish Jain On Thursday, 29 November 2012 09:16:25 UTC+5:30, TreKing wrote: On Wed, Nov 21, 2012 at 7:16 AM, Ashish Jain ashish...@gmail.comjavascript: wrote: I am trying to read data from an android app and want to display on the web. I think you need to explain what you mean by that you

[android-developers] Read data from android app and want to display on Web

2012-11-28 Thread Ashish Jain
Hi, I am trying to read data from an android app and want to display on the web. As per my understanding, I need to expose through REST Webservices which can be consumed in Web Application. Sample Code I am trying: //Class representing an XML. Using SimpleXML framework jar. import

[android-developers] Maintain session over 3g and wifi

2011-04-27 Thread Ashish jain
Hi, I want to maintain session in my app when there is loss of WIFI connection and android switches to 3G automatically and also when the device is working on 3G and there is WIFI network availablity so the device would use WIFI. In this changeover of connection i want to preserve the session.