Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 468 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 468 Bytes

Alpha Vantage Android Application

Intro

  • Developed a tabbed Android application providing real-time market data based on Alpha Vantage market API.
  • Populated real-time contents derived from RESTful APIs using Volley and JavaScriptInterface. Improved scrolling performance by image caching with Picasso. Implemented preference storage in SharedPreferences.
  • Customized comparators to enhance ListView. Improved loading speed by stringifying datasets with Gson.