관리 메뉴

꿀맛코딩

프렌드샵 2016년 본문

프로젝트

프렌드샵 2016년

soycrab 2017. 7. 3. 14:26

개발환경

IDE: AndroidStudio 2.3.3

MinSdkVersion 14

targetSdkVersion 21

version control : svn


프로젝트 기여도 70%


개발기간 : 2016년 9월 ~ 11월


사용 라이브러리 



설명 : 중국쪽을 겨냥한 쇼핑몰입니다. 쇼핑, 결재, 상품등록, 상품관리, 주문관리, 사용자관리 정산관리 기능이 포함 되어 있어서 앱 하나로 모든게 해결됩니다.


compile files('libs/android-core-3.2.0.jar')
compile files('libs/android-integration-3.2.0.jar')
compile files('libs/core-3.2.0.jar')
compile files('libs/ViewHelperLib.jar')
compile files('libs/httpclient-4.3.6.jar')
compile files('libs/httpcore-4.3.2.jar')
compile files('libs/httpmime-4.3.jar')
compile files('libs/gcm.jar')
compile files('libs/gcm-server.jar')
compile project(':lib_slidemenu')
compile project(':lib_video')
compile project(':lib_AUIL')
compile 'com.baoyz.pullrefreshlayout:library:1.2.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 'com.navercorp.volleyextensions:volleyer:2.0.1'
compile 'com.google.code.gson:gson:2.6.1'
compile 'com.jakewharton:butterknife:8.1.0'
apt 'com.jakewharton:butterknife-compiler:8.1.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 'com.ad4screen.sdk:A4SSDK-Plugin-Amazon:1.0.0'
compile files('libs/amazon-device-messaging-1.0.1.jar')



   









반응형

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

비트밋 자동투표 매크로  (0) 2020.03.05
가위 바위 보 게임  (0) 2019.08.27
레인보우 인식기(2015)  (0) 2017.06.30
리얼라인 인식기,리얼스캔 ver 1(2016년)  (0) 2017.06.30
위글위글(2015년)  (0) 2017.06.29
Comments