[Android Development]Web service in android

  • Replies:4
nguyen quoc
  • Forum posts: 15

Jan 17, 2016, 3:15:37 PM via Website

The most buzzing questions among Android developers are:

  1. How to call webservice in Android applications that has been created using Java or Dot Net?
  2. How to invoke RESTful webservice in Android applications?
  3. How to call SOAP webservice in Android applications?

I have already discussed lot about using Webservice in Android applications.
Now, I will guide you to create a app android using Webservice.

Step 1 : Create a simple web service

Step 2 : Upload webservice to host (using somee.com)

Step 3 : Create a simple app android (data simple)

Step 4 : Create a simple app android (data complex)

Thanks you for watching my video !!

Reply
David Smith
  • Forum posts: 32

Feb 16, 2016, 8:29:27 AM via Website

Hi,

Thank you for sharing this amazing post.

Reply
Wesley Shan
  • Forum posts: 7

Mar 3, 2016, 3:20:44 AM via Website

good tutorial

Reply
AppiGuru
  • Forum posts: 11

Dec 20, 2016, 6:22:01 AM via Website

You can use Volley (developed by Google), it is the best library to consume web services in Android and very simple to implement.

Reply