티스토리 뷰

Android/XML

GitHub 라이브러리 사용

혀가 길지 않은 개발자 2020. 8. 31. 15:20

build.gradle (Project: KotlinProject)

allprojects {
    repositories {
        google()
        jcenter()

        maven { url 'https://jitpack.io' }
    }
}

maven { url 'https://jitpack.io' }  추가

 

 

 

 

 

 

 

build.gradle (Module: app)

dependencies {
    // MPAndroidChart
    implementation 'com.github.philJay:MPAndroidChart:v3.1.0'
}

 

 

 

 

 

 

 

해당 라이브러리 사용

https://github.com/PhilJay/MPAndroidChart

 

PhilJay/MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations. - PhilJay/MPAndroidChart

github.com

 

 

 

 

 

'Android > XML' 카테고리의 다른 글

ClipToPadding  (0) 2020.08.27
android:windowSoftInputMode  (0) 2020.08.26
<Flow>  (0) 2020.08.24
<ConstraintLayout>  (0) 2020.08.23
핸드폰 회전 시 동영상 초기화 방지  (0) 2020.08.17
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함