https://github.com/fekri8614/dunipool
DuniPool
https://github.com/fekri8614/dunipool
android api chart kotlin online swipe-refresh
Last synced: 2 months ago
JSON representation
DuniPool
- Host: GitHub
- URL: https://github.com/fekri8614/dunipool
- Owner: fekri8614
- Created: 2023-01-13T10:02:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T11:25:35.000Z (over 3 years ago)
- Last Synced: 2024-04-24T07:27:57.501Z (about 2 years ago)
- Topics: android, api, chart, kotlin, online, swipe-refresh
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💲 DuniPool
A simple application to know Diagital Currency as online.
# 📚 Used
Android View, Kotlin-Parcelize, Retrofit2, RecyclerView, Spark-Chart, Sipe-Refresh, Glide, ...
# 📑 Dependency
Add below codes to `build.gradle(:app)`:
in `plugins` part:
id 'kotlin-parcelize'
in `android` part:
buildFeatures {
viewBinding true
}
in `dependencies` part:
`Retrfot2`:
def retrofit2_version = "2.9.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit2_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit2_version"
`Show Chart(SparkView)`:
implementation 'com.robinhood.spark:spark:1.2.0'
`Show Refresh-action(SwipeRefresh)`:
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
`show/load images(Glide)`:
implementation 'com.github.bumptech.glide:glide:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
# 📝 Usesage
to update, check, make change you can go to `master` branch
# ✨ View :-)
![Uploading img_show1.jpg…]()
![Uploading img_show2.jpg…]()
![Uploading img_show3.jpg…]()
![Uploading img_show5.jpg…]()