Effective December 8, 2014, the ESPN API is no longer active.
A native-Android mobile app to get current Fantasy Football news from ESPN experts.
- 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.
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.