Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 742 Bytes

Binance Price Ticker

Android application implemented with Kotlin to fetch real-time crypto currency price from Binance websocket api and presents them on UI.

More details of Binance API can be reachable from the link

Compiled sdk version is 30.

Dependencies

// WebSocket  
implementation "org.java-websocket:Java-WebSocket:1.5.1"  

// Moshi - To parse json response to model
implementation 'com.squareup.moshi:moshi:1.12.0'  
kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.12.0'

Home Search

Not focused on UI design, aim of the project is usage of websocket stream api and fun.