问题描述
大家好,
我是移动应用程序开发的新手。我的要求是在Andriod Apps中将数据从SQL Server数据库提取到移动设备。为了获取数据,我使用了WEBAPI并使用VS2012开发了这个WEBAPI。
使用WebService时,我从数据库成功获取数据并加载到andriod应用程序中。现在我使用WEBAPI代替WebService从数据库中获取数据。
我的问题是,如何在不使用任何第三方工具的情况下在andriod应用程序中使用此WEBAPI。
预付谢谢,
Saravanan
Hi All,
I am new to mobile apps development. My requirement is to fetch the data from SQL Server database to mobile in Andriod Apps. For fetching data, I have used WEBAPI and developed this WEBAPI using VS2012.
While using WebService, I got the data successfully from database and loaded in andriod apps. Now i am using WEBAPI instead of WebService to fetch data from database.
My Question is, how to use this WEBAPI in andriod apps without using any third party tool.
Advance Thanks,
Saravanan
推荐答案
这篇关于如何在andriod应用程序中使用WEBAPI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!