Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.03 KB

Update

Effective December 8, 2014, the ESPN API is no longer active.

Fantasy Feed

A native-Android mobile app to get current Fantasy Football news from ESPN experts. Screenshot

Technical

  • Written in Java with the Android SDK and optimized for handheld devices.
  • Uses Fragments, native ActionBar, and is backwards-compatible to Android API level 10.
  • Communication handled off the main thread by extension of AsyncTask.
  • Values (Strings, colors, and dimensions) are referenced in respective files, reducing future efforts for localization and alternate UIs.
  • The main ListView consists of custom list items and selector states.

Credits

Developed by Eric Sepulvado with data provided by ESPN's "Headlines API." Thanks to James Smith for Smart-ImageView, which allows images to be loaded and cached via URL.