留言板

How to insert data/records from Android app to Liferay Server?

Kishan Pawar,修改在7 年前。

How to insert data/records from Android app to Liferay Server?

New Member 帖子: 6 加入日期: 16-6-2 最近的帖子
Hello all, I am developing an android app where I need to insert data from android app to liferay server.
As I am new to this technology, any help will be appreciated. Thank you in advance.
Kishan Pawar,修改在7 年前。

RE: How to insert data/records from Android app to Liferay Server?

New Member 帖子: 6 加入日期: 16-6-2 最近的帖子
Thank you David, it is very helpful documentation and I successfully completed my work. emoticon
Neva Toussaint,修改在7 年前。

RE: How to insert data/records from Android app to Liferay Server?

New Member 发布: 1 加入日期: 16-8-22 最近的帖子
Once the appropriate Mobile SDKs are set up in your Android project, you can access and invoke Liferay services in your app. The basic steps for doing this are listed here:

1. Create a session.
2. Import the Liferay services you need to call.
3. Create a service object and call the service methods.

you can try this:
http://localhost:8080/api/jsonws
https://www.udemy.com/

Neva_Toussaint