Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is the latest fork. 2019-03-28

awatto/StockHawk-2

 
 

Repository files navigation

Stock Hawk

 

See the bottom of this readme for more images.

Summary

This app is about doing rudimentary debugging on already existing application written by a different developer and adding the final polish to an app before release. Additional features are added like a widget, graphs of stock data, and persisting stocks to display how they’ve changed over time. Adding messages about loss of network connectivity, out of date data, and invalid user input. There are a number of libraries used in this app and I’m not fond of all of them, but using software selected by a different developer was an import part of this project.

Specifications

Common Requirements
• Follow Java style guide, git style guide, core app quality guide, and tablet app quality guide.

Required Components
• Each stock quote on the main screen is clickable and leads to a new screen which graphs the stock's value over time.
• Stock Hawk does not crash when a user searches for a non-existent stock.
• Stock Hawk Stocks can be displayed in a collection widget.
• Stock Hawk app has content descriptions for all buttons for accessibility support.
• Stock Hawk app supports layout mirroring using both the RTL attribute and the start/end tags.
• Strings are all included in the strings.xml file and untranslatable strings have a translatable tag marked to false.

Libraries
• App using previously selected libraries for development to handle networking, data persistence, and user interface.

Issues

• Yahoo's public API is no longer available. May replace it or make a fake verson. Unless I use this app to demonstrate adding Android architecture components to an old app this likely won't happen. • Repo should be merged with the other demo applications for convenience.
• Upload Java style guide used.
• Upload Git style guide used.
• The above guides should be written as an html doc styled like the Android developer docs.
• Add RTL images.
• Add better app widget images.

Images

Screenshots are from a API 16 ZTE Reef and a 7th generation Kindle Fire because device diversity is important.

 
 

 

About

This is the latest fork. 2019-03-28

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%