Skip to content

mqprichard/tvm-client-android

Repository files navigation

Running the AWSAndroidDemoTVM Sample
============================================
This sample demonstrates interaction with the AnonymousTVM.  It is assumed that you were able to 
previously run the AWSAndroidDemo sample.  Also, you need to be running an AnonymousTVM which this
sample App will connect to.  

To run this specific sample you will need to do the following:

1. Import the project into Eclipse 
   * Go to File -> Import.  Import Wizard will open.
   * Select General -> Existing Projects into Workspace.  Click Next.
   * In Select root directory, browse to samples directory.  List of all samples projects will appear.
   * Select the projects you want to import
   * Click Finish.

2. Update your App configuration:
   * Open the AwsCredential.properties file located in src/com/amazonaws/demo/anonymous.
   * Edit the file and provide:
     + The DNS domain name where your Token Vending Machine is running (ex: tvm.elasticbeanstalk.com)
     + Set useSSL to "true" or "false" based on whether your configured your Token Vending Machine with SSL or not.

3. Run the project:
   * Go to Project ->  Clean.
   * Go to Project ->  Build All.
   * Go to Run -> Run.

About

Android client for TVM example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages