모바일/Android

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

늘근이 2016. 12. 26. 20:24

- 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


- Roboelectric 유닛테스트

http://robolectric.org