Fórum

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

Kishan Pawar, modificado 7 Anos atrás.

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

New Member Postagens: 6 Data de Entrada: 02/06/16 Postagens Recentes
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, modificado 7 Anos atrás.

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

New Member Postagens: 6 Data de Entrada: 02/06/16 Postagens Recentes
Thank you David, it is very helpful documentation and I successfully completed my work. emoticon
Neva Toussaint, modificado 7 Anos atrás.

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

New Member Mensagem: 1 Data de Entrada: 22/08/16 Postagens Recentes
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