[android-beginners] Re: retreive data from servlet

2009-12-10 Thread Sam B
Hi the servlet is running on a Tomcat 6.0 server. I've retreived the
data now theres a button in my android application, when pressed i
went it to get the database data from the servlet and display in a
text view.

On Dec 7, 9:06 am, Indicator Veritatis  wrote:
> Where is this servlet running? Sun uses the term 'servlet' to mean
> something running on a Web Application Server.
>
> If it really is running on the server, have you considered making your
> own ContentProvider updated by a WebViewClient object that
> communicates with the servlet?
>
> On Dec 5, 9:28 am, Sam B  wrote:
>
> > Hi guys, ive got a servlet that is retreiving data from sql server.
> > Can anyone give me help on how to get that data into an android
> > application? Ive looked for examples but they all seem to be for
> > sending data to the servlet. Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: retreive data from servlet

2009-12-07 Thread Indicator Veritatis
Where is this servlet running? Sun uses the term 'servlet' to mean
something running on a Web Application Server.

If it really is running on the server, have you considered making your
own ContentProvider updated by a WebViewClient object that
communicates with the servlet?

On Dec 5, 9:28 am, Sam B  wrote:
> Hi guys, ive got a servlet that is retreiving data from sql server.
> Can anyone give me help on how to get that data into an android
> application? Ive looked for examples but they all seem to be for
> sending data to the servlet. Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en