Skip to content

jonesguy14/pokemongosocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemongosocial

Pokemon Go: Social!

The Android App for socializing with fellow Pokemon Go players.

A typical post

More Screenshots: http://imgur.com/a/6wCl0

Dependencies:

Uses Volley for network requests. Uses SearchableSpinner Run 'gradlew' to get the stuff

Database Schema:

###Users:

  • username
  • password (hashed)
  • profile_image_path (should be just _pic.jpg but I left it here just in case)
  • team (Instinct, Valor, or Mystic)
  • time_joined (DATE_TIME)
  • reputation (integer, like karma)

###Posts:

  • post_id (int, primary key auto increment)
  • user_id
  • title
  • caption
  • time
  • latitude
  • longitude
  • likes (positive or negative based on thumbs up/down)
  • user_team
  • only_visible_team (1 or 0 if it is public or only for their team)

###Actions:

  • action_id (int, primary key auto increment)
  • user_id
  • post_id
  • content
  • likes
  • time

About

Pokemon Go: Social!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published