
Abstract
Video: https://images-tv.adobe.com/mpcv3/6285/c09f070e-eafd-400b-a4b6-8c5eac6a47b2_1634842665.854x480at800_h264.mp4
Example applications are a great way to explore the headless capabilities of Adobe Experience Manager (AEM). An Android application is provided that demonstrates how to query content using the GraphQL APIs of AEM. The AEM Headless Client for Java is used to execute the GraphQL queries and map data to Java objects to power the app.
How to use
Clone the aem-guides-wknd-graphql repository:
git clone git@github.com:adobe/aem-guides-wknd-graphql.git
Launch Android Studio and open the folder android-app
Modify the file config.properties at app/src/main/assets/config.properties and update contentApi.endpoint to match your target AEM environment:
contentApi.endpoint=http://10.0.2.2:4502
contentApi.user=admin
contentApi.password=admin
Download an Android Virtual Device (min API 28)
Build and deploy the app using the Android emulator.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni