모바일/Android 58

mpchart 창고

https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexamplehttps://github.com/PhilJay/MPAndroidChart https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample/src/com/xxmassdeveloper/mpchartexample 라인데이터 데이터 세팅과정은,일단 LineChart 로 객체를 하나 만들고,x와 y좌표를 담고있는 Entry를 가진 리스트를 하나 만든다. 다만 이 리스트들은 데이터종류 하나에 대한 설명인데 콤보차트나 ㄹㅏ인ㅡ의 경우는 여러개의 설명해야할 데이터가 또 여러개있을수있다.위의경우는 company1 만 존..

모바일/Android 2017.01.03

Android 개발시 참조할 라이브러리

- Realm 모바일 데이터베이스 https://realm.io/kr/docs/java/latest/ - Guava 자바용 구글 코어 라이브러리https://github.com/google/guava - lombok 자바 에노테이션 효율적 활용 라이브러리 (게터 세터등)https://projectlombok.org/download.html설명 - http://edoli.tistory.com/99 - ButterKnife 안드로이드 뷰 등 바인드 쉽게http://jakewharton.github.io/butterknife/ - Dagger2 의존성주입https://google.github.io/dagger/ - Mockito 테스트용 목업 객체 생성http://site.mockito.org - Roboel..

모바일/Android 2016.12.26