Skip to content

TrendyArt is an android application that allows the user to view beautiful art pieces

Notifications You must be signed in to change notification settings

kdrosado/TrendyArt

Repository files navigation

TrendyArt

TrendyArt is an android application that allows the user to view beautiful art pieces. It was built for my final Capstone Stage 2 project, which is part of the Udacity Android Nanodegree

Screenshots

Set-Up

  1. In order to run this app you will need to create an account at the Artsy API website: https://developers.artsy.net/.

  2. Once you have created an account you will get a Client ID & Client Secret ID, which you need to get a token.

  3. To obtain a Token, type the following in a terminal window:
    curl -v -X POST "https://api.artsy.net/api/tokens/xapp_token?client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET"

(NOTE:You will receive a token that will expire in 6 days.)

  1. Place your TOKEN inside build.gradle
def apiToken = project.hasProperty('token') ? apiToken : (System.getenv('TOKEN') ?: "\"YOUR_TOKEN\"")
  1. Place your Client ID and Client Secret inside file Utils.java

  2. Place your Google Analytics Tracking ID inside file global_tracker.xml; To obtain a tracking ID follow these instructions: https://developers.google.com/analytics/devguides/collection/android/v4/

Useful Resources

About

TrendyArt is an android application that allows the user to view beautiful art pieces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages