adobe / aepsdk-sample-app-android

Sample apps demoing how to use AEP Android SDKs
MIT License
7 stars 23 forks source link

Add tab for AEPExperiencePlatform example #3

Closed kevinlind closed 3 years ago

kevinlind commented 3 years ago

Description

Add "Platform" tab with example use of AEPExperiencePlatform. Includes built .aar of AEPExperiencePlatform as project is not publicly available yet. Includes auto generated XDM classes under com.adobe.marketing.mobile.xdm folder.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Screenshot_1601607202

Types of changes

Checklist:

yangyansong-adbe commented 3 years ago

@kevinlind I am concerned about using xdm classes (with Apache 2.0 license) in this MIT licensed project. https://github.com/adobe/aepsdk-sample-app-android/pull/3/files?file-filters%5B%5D=.aar&file-filters%5B%5D=.java&file-filters%5B%5D=.xml#diff-8554e21c54ca085a7f3d674e56b9c75bR4

kevinlind commented 3 years ago

@yangyansong-adbe I've updated the files with the MIT copyright header.

kevinlind commented 3 years ago

Closing as feedback suggests to have a simpler example of AEP Experience Platform. Will open another PR with the redesign.