Fórum

Liferay Android Application Example

thumbnail
meera prince, modificado 11 Anos atrás.

Liferay Android Application Example

Liferay Legend Postagens: 1111 Data de Entrada: 08/02/11 Postagens Recentes
Hi Liferay developers i did Liferay Andorid application. I am calling life ray json web services and i populated data in android mobile application.

The following is link where you can get all the information.

Liferay Android ApplicationLiferay Android Application

Regards,
Meera Prince
thumbnail
James Falkner, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Liferay Legend Postagens: 1399 Data de Entrada: 17/09/10 Postagens Recentes
meera prince:
Hi Liferay developers i did Liferay Andorid application. I am calling life ray json web services and i populated data in android mobile application.

The following is link where you can get all the information.

Liferay Android ApplicationLiferay Android Application

Regards,
Meera Prince


Nice work Meera.. one tip: when running in the emulator, localhost doesn't loopback to the localhost (as you found) - but if you use 10.0.2.2 as your target IP address it will work (it's a special loopback address that works like localhost or 127.0.0.1). See the Using the Android Emulator.
thumbnail
meera prince, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Liferay Legend Postagens: 1111 Data de Entrada: 08/02/11 Postagens Recentes
Thank you James Falkner
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Nice and very useful. emoticon
thumbnail
meera prince, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Liferay Legend Postagens: 1111 Data de Entrada: 08/02/11 Postagens Recentes
Thank you Hitoshi Ozawa
thumbnail
Luis Mas, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Regular Member Postagens: 146 Data de Entrada: 18/05/09 Postagens Recentes
Thanks for sharing!!!
thumbnail
Aritz Galdos, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Expert Postagens: 416 Data de Entrada: 15/05/07 Postagens Recentes
Hi Guys!

Nowadays, Liferay and Android are two fields I am really interested in. And so, I tried to get them closer developing a lib

I called it Lifedroid and it is published in GitHub as free and open source

https://github.com/aritzg/Lifedroid

Feel free to fork and modify it.

Basically, Lifedroid is based on MODEL, REST CLIENT, and PERSISTENCE LAYER

MODEL
There is an abstract class, which must be extended with a class, which represents a Model in Liferay. For example, the User

REST CLIENT
There is an abstract REST client to be extended and parameterized with a MODEL object for each model we want to share via rest between Liferay and our Android App

PERSISTENCE LAYER

And tehre is a persistence layer, which one aims to make easy, persisting this objects in the device database.

Fell free to contact me in case someone need further info

Regards!
thumbnail
Luis Mas, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Regular Member Postagens: 146 Data de Entrada: 18/05/09 Postagens Recentes
Aritz Galdos:
Hi Guys!

Nowadays, Liferay and Android are two fields I am really interested in. And so, I tried to get them closer developing a lib

I called it Lifedroid and it is published in GitHub as free and open source

https://github.com/aritzg/Lifedroid

Feel free to fork and modify it.

Basically, Lifedroid is based on MODEL, REST CLIENT, and PERSISTENCE LAYER

MODEL
There is an abstract class, which must be extended with a class, which represents a Model in Liferay. For example, the User

REST CLIENT
There is an abstract REST client to be extended and parameterized with a MODEL object for each model we want to share via rest between Liferay and our Android App

PERSISTENCE LAYER

And tehre is a persistence layer, which one aims to make easy, persisting this objects in the device database.

Fell free to contact me in case someone need further info

Regards!


Aritz, the web you refer in Github: http://www.sareweb.net/es/web/lifedroid, seems to be down.

I opened some days ago a LSUG proposal, but based in Liferay Social Office: http://issues.liferay.com/browse/LPS-30719.

Regards, Luis
thumbnail
Aritz Galdos, modificado 11 Anos atrás.

RE: Liferay Android Application Example

Expert Postagens: 416 Data de Entrada: 15/05/07 Postagens Recentes
Thanks Luis:

it's up now but there is not much info.
ram kumar, modificado 10 Anos atrás.

RE: Liferay Android Application Example

New Member Postagens: 3 Data de Entrada: 23/07/11 Postagens Recentes
There is a android app available on google play I found is "LiferayMob" :
https://play.google.com/store/apps/details?id=in.componence.liferaymob
sarah zohar, modificado 9 Anos atrás.

RE: Liferay Android Application Example

New Member Postagens: 2 Data de Entrada: 05/05/14 Postagens Recentes
I want to find exact this type of postings so i feel lucky after visit this topic
Austin Ian, modificado 10 Anos atrás.

Liferay Android Application Example

New Member Mensagem: 1 Data de Entrada: 05/11/13 Postagens Recentes
Thanks for sharing this beautiful Example about Android Application !