Foros de discusión

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

Kishan Pawar, modificado hace 7 años.

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

New Member Mensajes: 6 Fecha de incorporación: 2/06/16 Mensajes recientes
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 hace 7 años.

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

New Member Mensajes: 6 Fecha de incorporación: 2/06/16 Mensajes recientes
Thank you David, it is very helpful documentation and I successfully completed my work. emoticon
Neva Toussaint, modificado hace 7 años.

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

New Member Mensaje: 1 Fecha de incorporación: 22/08/16 Mensajes recientes
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