BitcoinChecker
BitcoinChecker copied to clipboard
Add IDEX exchange
Resolves https://github.com/mobnetic/BitcoinChecker/issues/774 & https://github.com/mobnetic/BitcoinChecker/issues/819
API docs - https://github.com/AuroraDAO/idex-api-docs#returnticker Exchange URL - https://idex.market/
@ashishnitinpatil Can you please guide me which IDE to use here ? I know Java but this seems Android project and I did not have much experience here. I wanted to fix Koinex parsing issue. Any basic tutorial link will be also fine. :) Thanks in advance.
@Hiren879 This was my first time working on Android, so I may not be the best adviser, but I (and know at least couple more experienced Android folks) used Android Studio. Don't heed to all it's suggestions (upgrade versions for this project) but do install all dependencies, etc. Once you've done the installing and make required changes, just connect your phone via USB in "debugging mode" and hit "Run" on Android Studio to test your changes, it will install the app on your phone in the test mode.
@ashishnitinpatil Thanks a lot mate. I will try out that. I was just curious if I can run the same in Eclipse but it seems Android project so as per your advice, Studio is the best tool to debug and make small changes.
Thanks. :)
Go