Android app to calculate stock gains & losses.
hindstock is hosted in the following web site
https://github.com/kevinsawicki/hindstock
If you think the Android project hindstock listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of hindstock.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | http-request-1.0.jar stock-quotes-1.0.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\stocks.txt |
There are 1 image files in hindstock. The names of the image files are listed as follows.
calculate.png
The following screenshort is generated from the image listed above.
hindstock has the following Java source files.
com.github.kevinsawicki.hindstock.GainLossRequest.java com.github.kevinsawicki.hindstock.InvalidBuyDateException.java com.github.kevinsawicki.hindstock.InvalidSellDateException.java com.github.kevinsawicki.hindstock.PurchaseActivity.java com.github.kevinsawicki.hindstock.Quote.java com.github.kevinsawicki.hindstock.QuoteActivity.java com.github.kevinsawicki.hindstock.Stock.java com.github.kevinsawicki.hindstock.StockListAdapter.java com.github.kevinsawicki.hindstock.StockListLoader.java com.github.kevinsawicki.hindstock.StocksCache.java com.github.kevinsawicki.hindstock.StocksFilter.java com.github.kevinsawicki.hindstock.StocksLoader.java com.github.kevinsawicki.hindstock.SymbolLoader.java com.github.kevinsawicki.hindstock.ViewStocksActivity.java