App for Android Developer Nanodegree program. Stock Hawk was partially written. The task is to diagnose problems and practice improving apps.
- Stocks widget
- Stock values graph
- A lot minor changes see below
- 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.
- Stock Hawk app supports layout mirroring using both the LTR 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.
MIT License
Copyright (c) 2016 Karolis Vycius
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.