관리 메뉴

꿀맛코딩

일기장(진행중)2017년 본문

프로젝트

일기장(진행중)2017년

soycrab 2017. 6. 29. 17:18

개발환경

IDE: AndroidStudio 2.3.3

MinSdkVersion 15

targetSdkVersion 25

version control : svn

design pattern : mvvm


프로젝트 기여도 100%


사용 라이브러리 

compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.skyfishjy.ripplebackground:library:1.0.1'
compile 'com.squareup:otto:1.3.8'
compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
compile 'me.nlmartian.silkcal:library:0.1.1'
compile 'com.appeaser.sublimepickerlibrary:sublimepickerlibrary:2.1.1'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.daimajia.swipelayout:library:1.2.0@aar'


설명 : 

심심해서 만든 일기장, 출시는 하지 않았지만 디자인 패턴 학습겸 만들어 보았습니다.

mvvm 패턴 + EventBus 적용으로 초보자도 쉽게 디자인 패턴 적용과 반응형 프로그밍을 구현할수 있도록 나름대로 커스텀한 프로젝트였습니다. 








반응형

'프로젝트' 카테고리의 다른 글

리얼라인 인식기,리얼스캔 ver 1(2016년)  (0) 2017.06.30
위글위글(2015년)  (0) 2017.06.29
추억저장(진행중)2017년  (0) 2017.06.29
리얼라인2016년  (0) 2017.06.29
리얼스캔2017년  (0) 2017.06.29
Comments