Android的连接的MagentoAndroid、Magento

2023-09-13 01:17:49 作者:乙坂有宇

我使用Eclipse进行Android应用程序的开发。我想我的应用程序连接到Magento的。我是新的开发人员,所以我对这个没有太多的想法。

i am using eclipse for development of android application. i want to connect my application to magento. i am new developer so i have not too much idea about this.

下面我提一些问题,我想解决: -

below i mention some problem which i want to solve:-

我的数据库是在MySQL和mysql连接到Magento的。因此,如何我的应用程序连接到Magento的?

my database is in mysql and mysql connect to magento. so how my app connect to magento?

如果我连我的应用程序的Magento通过网络服务,但我不知道如何通过Web服务连接到Magento的?

if i connect my app to magento through web service but i have no idea about how to connect through web service to magento?

请帮我

推荐答案

如果任何人寻找Android应用程序的Magento的网站,你可以用这个。

If anyone looking for android application for magento site, you can use this.

的Magento提供了两种API的开发在Android中你的应用程序

Magento offers two API's to develop your app in Android

在SOAP API - http://www.magentocommerce.com/api/soap/introduction html的

REST API - http://www.magentocommerce.com/api/休息/ introduction.html

您必须在您的Magento商店创建一个新用户与roles.That您可以通过登录电子到您的管理员做的选择是系统 - > WebServices->用户放大器下;角色

You have to create a New User in your Magento Store with roles.That you can do by loging in to your Admin and the option is under the system->WebServices->User&Roles.

在说明Android的侧确保Magento的正确配置。测试在浏览器中的网址,然后先用它的应用。

Before stating Android side make sure the magento configured properly. Test the urls in browser first then use it in Application.