Expand my Community achievements bar.

SOLVED

Retrieve Specific information from Article - AEMM

Avatar

Level 2

Hi All,

Below requirements are for AEM - Mobile (AEMM)

Please help us in implementing this

1 ) We are trying to get one article thumbnail image details from another article. Is this possible.?

2) Is there any local storage which can be used in AEMM. WE wanted to read a profile data from third party application and save it locally, is this possible?

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Thejus,

1)  You can use the method getThumbnailImage of the JS API for a HTML article - more details on this here :  https://helpx.adobe.com/digital-publishing-solution/help/app-runtime-api.html

2)  You can use the File System plugin from Cordova, which allows the users to read/write files on the device , have a look here :

Use Cordova plug-ins in AEM Mobile

You can use localStorage as well, but you are limited to max. 10 MB

Andrei

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi Thejus,

1)  You can use the method getThumbnailImage of the JS API for a HTML article - more details on this here :  https://helpx.adobe.com/digital-publishing-solution/help/app-runtime-api.html

2)  You can use the File System plugin from Cordova, which allows the users to read/write files on the device , have a look here :

Use Cordova plug-ins in AEM Mobile

You can use localStorage as well, but you are limited to max. 10 MB

Andrei