Udacity_Project_03 : It is based on Stock Hawk Project of Android Developer Nanodegree Program.
## Project Overview You will productionize an app, taking it from a functional state to a production-ready state. This will involve finding and handling error cases, adding accessibility features, allowing for localization, adding a widget, and adding a library.
## Why this Project? Stock Hawk gives you an opportunity to diagnose problems and practice improving apps. These skills are vital to building apps users will love.
Diagnosing issues with existing apps is key to working on large apps or continuing projects in Android. Being aware of the common pitfalls in app design frees a developer to produce novel app experiences without making the same mistakes over and over.
## What Will I Learn?
In this Project , we have done :
- Diagnose existing issues with an app.
- Make an app accessible to sight-impaired users.
- Allow your app to be localized for distribution in other countries.
- Handle error cases in Android.
- Add a widget to your app experience.
- Leverage the functionality of a library in your app.
## Project Rubric : 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 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.