Update README.md

This commit is contained in:
fknives 2020-09-12 04:58:37 +03:00 committed by GitHub
parent 708b08f6eb
commit dcedca7a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@ Simple App to extract the list of ticker symbols from R
## IF you need only the file: last updated at 2020.09.11 ## IF you need only the file: last updated at 2020.09.11
file: [stock_list_1599869417144.csv](https://github.com/fknives/Stock-List-Extract-Android/blob/dev/stock_list_1599869417144.csv) file: [stock_list_1599869417144.csv](https://github.com/fknives/Stock-List-Extract-Android/blob/dev/stock_list_1599869417144.csv)
## Setup:
- create a config.gradle file
- give the needed resource ids. you may figure it out with the syncservice
- I don't want them to be in the repo, I don't know if it would cause any trouble
## Usage: ## Usage:
- install the application on your phone - install the application on your phone
- Start the application - Start the application
@ -21,4 +26,4 @@ file: [stock_list_1599869417144.csv](https://github.com/fknives/Stock-List-Extra
## Notes: ## Notes:
- the app does not have internet permission, so you don't have to worry that something is leaving your device that you do not want to - the app does not have internet permission, so you don't have to worry that something is leaving your device that you do not want to
- after finishing the sync the AccessibilityService is disabled (at least above api 24, if you have a solution below please let me know) - after finishing the sync the AccessibilityService is disabled (at least above api 24, if you have a solution below please let me know)
- the file format is CSV meaning the tickers are separated by comma, easy to include into google sheets or other programs. - the file format is CSV meaning the tickers are separated by comma, easy to include into google sheets or other programs.