Foren

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

Kishan Pawar, geändert vor 7 Jahren.

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

New Member Beiträge: 6 Beitrittsdatum: 02.06.16 Neueste Beiträge
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, geändert vor 7 Jahren.

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

New Member Beiträge: 6 Beitrittsdatum: 02.06.16 Neueste Beiträge
Thank you David, it is very helpful documentation and I successfully completed my work. emoticon
Neva Toussaint, geändert vor 7 Jahren.

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

New Member Beitrag: 1 Beitrittsdatum: 22.08.16 Neueste Beiträge
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