Skip to content
Snippets Groups Projects
Commit ce347686 authored by hyunholee's avatar hyunholee
Browse files

Merge branch 'master' of git.ajou.ac.kr:open-source-2018-spring/Awsome_Android_Global_Calender

parents a233cb85 ef976cd8
Branches
No related tags found
No related merge requests found
......@@ -3,19 +3,21 @@
### introduce
* 나라에 맞게 공휴일 & 기념일 설정이 가능한 달력입니다.
* 기존 달력에 국가선택 및 다른 기능을 추가
* 해외 여행 & 글로벌 인턴 시 원하는 나라에 맞춰 캘린더 활용가능
* 기존 달력에 국가선택 기능.
* 그 외에도 다른 기능 추가.
* 해외 여행 & 글로벌 인턴 시 원하는 나라에 맞게 캘린더 활용가능.
### Summary
> <p> 1.해외여행 증가.</p>
> <p> 2.기존 안드로이드 기본 달력에는 국가설정이 없음.</p>
> <p> 3.기타 다양한 기능 추가.</p>
> <p> 이런 점에서 모티브를 얻어 달력에 기능 추가.</p>
> <p> 이런 점에서 모티브를 얻어 달력에 기능 추가</p>
### opensource&tools
* Android Calender
* Airsaid/AccountBook
* kotlin
* android
......@@ -35,8 +37,22 @@
> <p> 1.나라별 변경 완료.</p>
> <p> 2.기능 한글화.</p>
> <p> 3.나라별 공휴일 한글화 완료.</p>
> <p> 4.D-day 기능 구현(예정)</p>
> <p> 5.GPS 국가 자동 변경 기능 완료</p>
> <p> 6.가계부 기능 추가 구현(예정)</p>
> <p> 4.D-day 기능 구현(예정).</p>
> <p> 5.GPS 국가 자동 변경 기능 완료.</p>
> <p> 6.가계부 기능 구현(예정).</p>
### ScreenShot
<p> Basic</p>
![basic](/uploads/eb97cb4f5ef7f9887ee3843ff5882e17/basic.png )
<p> View</p>
![view](/uploads/f1c7e5c368fee876449528b7fa74dd59/view.png)
<p> Class</p>
![class](/uploads/57e587f7b847a6ebaf20a9daec9d04f6/class.png)
......@@ -13,6 +13,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment