possible code, libraries, etc. pre-work, pre-coding
Project Name :
Team Name :
Team Members : Anthony Fermin, Jaellys Bales, Sufei Zhao, Luke Lee, Kadeem Maragh
Date :
There are higher chances that we might need to create user accounts and connect with other apps.
This repo is for preparing all the libraries, skills we might need so we can save our time.
For a design perspectve as well, feel free to add icons, drawables so we can use them later.
facebook login api : https://developers.facebook.com/docs/facebook-login/android/v2.4
facebook development hash key : $ keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%.android\debu g.keystore | openssl sha1 -binary | openssl base64 M61nf+aC69kCXmFY1ejcX83rDNc=
NYC Open Data : https://nycopendata.socrata.com/
Aunt Bertha : https://www.auntbertha.com/
Robin Hood : https://www.robinhood.org/about
We might want to use Glide instead of Picasso if image loading takes too much time : http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en
Neither Glide nor Picasso is perfect. The way Glide loads an image to memory and do the caching is better than Picasso which let an image loaded far faster. In addition, it also helps preventing an app from popular OutOfMemoryError. GIF Animation loading is a killing feature provided by Glide. Anyway Picasso decodes an image with better quality than Glide.
Must-Have-Libraries : https://github.com/codepath/android_guides/wiki/Must-Have-Libraries
ALL ABOUT ANIMATION : https://github.com/daimajia/AndroidViewAnimations
http://kinlane.com/2014/01/23/it-is-a-start-irs-enables-americans-to-download-tax-transcripts/
https://www.data.gov/developers/harvesting
- Square's Picasso
- Square's Okhttp
- Square's Butter Knife
- https://github.com/Ereza/CustomActivityOnCrash
- omg this is also crazy : https://github.com/frankiesardo/icepick
- Custom Views
- RetroFit
- Login/Accounts