Forums de discussion

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

Kishan Pawar, modifié il y a 7 années.

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

New Member Publications: 6 Date d'inscription: 02/06/16 Publications récentes
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, modifié il y a 7 années.

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

New Member Publications: 6 Date d'inscription: 02/06/16 Publications récentes
Thank you David, it is very helpful documentation and I successfully completed my work. emoticon
Neva Toussaint, modifié il y a 7 années.

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

New Member Envoyer: 1 Date d'inscription: 22/08/16 Publications récentes
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