Skip to content

Example sample app that uses the flyer kit api's and sfml skit library to render storefronts

License

Notifications You must be signed in to change notification settings

wishabi/android-skit-example-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-skit-example

This sample project utilizes the Flyer Kit API and SFML SKit library to render storefronts. Please review the wiki for more information.

Getting started

  1. Clone the project.
git clone https://github.com/wishabi/skit2demo
  1. Obtain username and password credentials to access our JFrog Artifactory.
  2. Replace the username and password placeholders in the ./settings.gradle file.
username = "{{ FLIPP_PROVIDED_JFROG_USERNAME }}"  
password = "{{ FLIPP_PROVIDED_JFROG_PASSWORD }}"  
  1. Obtain a Flyer Kit API token to access Flipp backend services.
  2. Replace the api token placeholder in the build.gradle file.
buildConfigField("String", "FLYER_KIT_API_TOKEN", "{{ FLIPP_PROVIDED_FLYER_KIT_API_TOKEN }}")
  1. Run the Gradle build command:
./gradlew clean build

About

Example sample app that uses the flyer kit api's and sfml skit library to render storefronts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages