留言板

Liferay Android Application Example

thumbnail
meera prince,修改在11 年前。

Liferay Android Application Example

Liferay Legend 帖子: 1111 加入日期: 11-2-8 最近的帖子
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,修改在11 年前。

RE: Liferay Android Application Example

Liferay Legend 帖子: 1399 加入日期: 10-9-17 最近的帖子
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,修改在11 年前。

RE: Liferay Android Application Example

Liferay Legend 帖子: 1111 加入日期: 11-2-8 最近的帖子
Thank you James Falkner
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Liferay Android Application Example

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Nice and very useful. emoticon
thumbnail
meera prince,修改在11 年前。

RE: Liferay Android Application Example

Liferay Legend 帖子: 1111 加入日期: 11-2-8 最近的帖子
Thank you Hitoshi Ozawa
thumbnail
Luis Mas,修改在11 年前。

RE: Liferay Android Application Example

Regular Member 帖子: 146 加入日期: 09-5-18 最近的帖子
Thanks for sharing!!!
thumbnail
Aritz Galdos,修改在11 年前。

RE: Liferay Android Application Example

Expert 帖子: 416 加入日期: 07-5-15 最近的帖子
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,修改在11 年前。

RE: Liferay Android Application Example

Regular Member 帖子: 146 加入日期: 09-5-18 最近的帖子
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,修改在11 年前。

RE: Liferay Android Application Example

Expert 帖子: 416 加入日期: 07-5-15 最近的帖子
Thanks Luis:

it's up now but there is not much info.
ram kumar,修改在10 年前。

RE: Liferay Android Application Example

New Member 帖子: 3 加入日期: 11-7-23 最近的帖子
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,修改在9 年前。

RE: Liferay Android Application Example

New Member 帖子: 2 加入日期: 14-5-5 最近的帖子
I want to find exact this type of postings so i feel lucky after visit this topic
Austin Ian,修改在10 年前。

Liferay Android Application Example

New Member 发布: 1 加入日期: 13-11-5 最近的帖子
Thanks for sharing this beautiful Example about Android Application !