관리 메뉴

꿀맛코딩

리얼라인2016년 본문

프로젝트

리얼라인2016년

soycrab 2017. 6. 29. 16:49

개발환경

IDE: AndroidStudio 2.3.3

MinSdkVersion 14

targetSdkVersion 23

version control : svn


프로젝트 기여도 70%


개발기간 2016년 11 ~ 1월 


사용 라이브러리 


compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.google.firebase:firebase-core:9.4.0'
compile 'com.google.firebase:firebase-messaging:9.4.0'
compile 'com.firebase:firebase-client-android:2.5.2'
compile 'com.baoyz.pullrefreshlayout:library:1.2.0'
compile 'com.navercorp.volleyextensions:volleyer:2.0.1'
compile 'com.google.code.gson:gson:2.6.1'
compile 'com.jakewharton:butterknife:8.4.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'jp.wasabeef:glide-transformations:2.0.1'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
compile 'com.commit451:PhotoView:1.2.4'
compile 'com.github.rahatarmanahmed:circularprogressview:2.5.0'
compile 'com.joooonho:selectableroundedimageview:1.0.1'
compile 'commons-io:commons-io:2.4'
compile 'com.rideaweming:lib_qr:2.0.5'
compile 'com.squareup:otto:1.3.8'
compile project(':chatmodule')
compile project(':lib_video')
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
compile group: 'com.kakao.sdk', name: 'kakaotalk', version: project.KAKAO_SDK_VERSION
compile group: 'com.kakao.sdk', name: 'kakaolink', version: project.KAKAO_SDK_VERSION
compile('org.apache.httpcomponents:httpmime:4.3.3') {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
compile('org.apache.httpcomponents:httpcore:4.3.3') {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}



설명 :  나만의 판매 유통망을 활용할 수 있는 폐쇄형 플랫폼입니다

나만의 앱을 통해 상점을 만들어 상품을 등록, 판매할 수 있고 사용자 관리, 구매/판매 주문, 마케팅과 홍보 모두를 리얼라인에서 할 수 있습니다.

대략 2번정도의 리뉴얼 작업을 거치면서 만들어졌습니다. 

기획 변경과 디자인 변경으로 대략 100페이지 정도 가까이 되는 큰 프로젝트가 2번정도 갈아엎다 보니 

가장 힘이들었던 프로젝트였습니다.












전국의 웨이샹을 대상으로 제작


다운로드 : https://play.google.com/store/apps/details?id=com.rideaweming.reallineshop


반응형

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

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