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

2012-12-05 Thread Mustafe Osman
dear all i want to learn anthroid and i never learn for my life please could you tell the easiest way to learn anthroid application and where can i find could you help me again On Mon, Dec 3, 2012 at 1:01 PM, Amey Bapat amey.n.ba...@gmail.com wrote: Hi Ashish i hope this helps you..

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

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

2012-12-03 Thread Amey Bapat
Hi Ashish i hope this helps you.. http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php http://www.basic4ppc.com/forum/basic4android-getting-started-tutorials/8339-connect-android-mysql-database-tutorial.html On Mon, Dec 3, 2012 at 6:38 AM, Ashish Jain

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

2012-12-02 Thread Ashish Jain
Hi, There are 2 things: 1) I want to expose a RESTFUL webservice by reading data from android app (where android app is having data that is read from a specific device like washing machine). 2) I want to read and consume the exposed RESTFUL webservice from web (internet/intranet). Regards,

[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

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

2012-11-28 Thread TreKing
On Wed, Nov 21, 2012 at 7:16 AM, Ashish Jain ashish.jai...@gmail.comwrote: 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 are trying to read data from an Android app. Read it how? Also let me how to consume