Skip to content

This is an android app built with Java on Android Studio which have many features as the website, and an additional feature for a favorite section for user to store their liked artists.

Notifications You must be signed in to change notification settings

centaurusyu/artsy-android-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The backend server with google cloud project ID: artsy-server:

  1. https://artsy-server.wl.r.appspot.com/centaurus/artist_list/ + userInput

    []: {name : ... , id : ... , picURL : ... }

  2. https://artsy-server.wl.r.appspot.com/centaurus/artist_info/ + artist_id

    {name : ... , birthday : ... , deathday : ... , nationality : ... , bio : ... }

  3. https://artsy-server.wl.r.appspot.com/centaurus/artwork_list/ + artist_id

    []: {artwork_id : ... , artwork_name : ... , artwork_date : ... , artwork_picURL : ... };

  4. https://artsy-server.wl.r.appspot.com/centaurus/gene/ + artwork_id

    []: {gene_name : ... , gene_picURL : ... , gene_description : ... }

About

This is an android app built with Java on Android Studio which have many features as the website, and an additional feature for a favorite section for user to store their liked artists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published