Forums de discussion

Liferay Android Application Example

thumbnail
meera prince, modifié il y a 11 années.

Liferay Android Application Example

Liferay Legend Publications: 1111 Date d'inscription: 08/02/11 Publications récentes
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, modifié il y a 11 années.

RE: Liferay Android Application Example

Liferay Legend Publications: 1399 Date d'inscription: 17/09/10 Publications récentes
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, modifié il y a 11 années.

RE: Liferay Android Application Example

Liferay Legend Publications: 1111 Date d'inscription: 08/02/11 Publications récentes
Thank you James Falkner
thumbnail
Hitoshi Ozawa, modifié il y a 11 années.

RE: Liferay Android Application Example

Liferay Legend Publications: 7942 Date d'inscription: 24/03/10 Publications récentes
Nice and very useful. emoticon
thumbnail
meera prince, modifié il y a 11 années.

RE: Liferay Android Application Example

Liferay Legend Publications: 1111 Date d'inscription: 08/02/11 Publications récentes
Thank you Hitoshi Ozawa
thumbnail
Luis Mas, modifié il y a 11 années.

RE: Liferay Android Application Example

Regular Member Publications: 146 Date d'inscription: 18/05/09 Publications récentes
Thanks for sharing!!!
thumbnail
Aritz Galdos, modifié il y a 11 années.

RE: Liferay Android Application Example

Expert Publications: 416 Date d'inscription: 15/05/07 Publications récentes
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, modifié il y a 11 années.

RE: Liferay Android Application Example

Regular Member Publications: 146 Date d'inscription: 18/05/09 Publications récentes
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, modifié il y a 11 années.

RE: Liferay Android Application Example

Expert Publications: 416 Date d'inscription: 15/05/07 Publications récentes
Thanks Luis:

it's up now but there is not much info.
ram kumar, modifié il y a 10 années.

RE: Liferay Android Application Example

New Member Publications: 3 Date d'inscription: 23/07/11 Publications récentes
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, modifié il y a 9 années.

RE: Liferay Android Application Example

New Member Publications: 2 Date d'inscription: 05/05/14 Publications récentes
I want to find exact this type of postings so i feel lucky after visit this topic
Austin Ian, modifié il y a 10 années.

Liferay Android Application Example

New Member Envoyer: 1 Date d'inscription: 05/11/13 Publications récentes
Thanks for sharing this beautiful Example about Android Application !