Skip to content

frknyldz/binance-price-ticker-kotlin

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages