양쪽 이전 판이전 판다음 판 | 이전 판 |
가계부_애플리케이션 [2014/08/30 00:27] – [참고자료] lindol | 가계부_애플리케이션 [2015/03/22 13:02] (현재) – lindol |
---|
| |
지출 내역을 입력하는 화면의 컨셉 | 지출 내역을 입력하는 화면의 컨셉 |
| |
| {{:cashbook:concept_of_cashlog_in_mainactivity.png?200|}} |
| |
| 지출 내역을 보여주는 화면의 컨셉2 |
| |
| 현재 날짜에 대한 지출 내역의 합계 금액, 현재 달에 대한 지출 내역의 합계 금액, 어제, 오늘, 내일의 내역으로 이동할 수 있는 버튼을 추가함. |
| |
| ===== 개발 내용 ===== |
| |
| 소스 저장소 페이지: https://github.com/lindolsang/My-Cashbook |
| |
| 구현 예정 |
| |
| * <del>달에 대한 지출 합계</del> |
| * <del>앱 종료 버튼 추가</del> |
| |
| |
| 애플리케이션 스크린샷 |
| |
| {{:cashbook:main_screen.png?200|}} |
| |
| 메인 화면 |
| |
| {{:cashbook:add_cashlog_screen.png?200|}} |
| |
| 사용 내역을 추가하는 화면 |
| |
| ===== 고려중인 기능 ===== |
| - 엑셀 문서로 내보내주는 기능 - 재민이가 이야기 해줌. --- //[[lindolsang@nate.com|박주연]] 2015/03/22 13:01// |
| |
====== 참고자료 ====== | ====== 참고자료 ====== |
* [[http://jwandroid.tistory.com/158|[안드로이드/Android] 안드로이드 레이아웃 RelativeLayout]], 티스토리 블로그 | * [[http://jwandroid.tistory.com/158|[안드로이드/Android] 안드로이드 레이아웃 RelativeLayout]], 티스토리 블로그 |
* [[http://stackoverflow.com/questions/2698817/linear-layout-and-weight-in-android|Linear Layout and weight in Android]], 비율로 뷰를 배치하는 방법. | * [[http://stackoverflow.com/questions/2698817/linear-layout-and-weight-in-android|Linear Layout and weight in Android]], 비율로 뷰를 배치하는 방법, StackOverflow |
* [[http://joejeon.tistory.com/643|Align Text in TextView]] | * [[http://joejeon.tistory.com/643|Align Text in TextView]], TextView의 텍스트 정렬 방법, 티스토리 블로그 |
| * [[http://mwultong.blogspot.com/2006/11/java-3-comma-commify.html|Java 숫자 쉼표 콤마 찍기]], 천 단위에 콤마 넣어 표시하는 방법, Blogspot |
| * [[http://stackoverflow.com/questions/1919742/android-editview-done-button|Android editview done button]], Input type에 ime done 옵션을 넣는 방법 |
| |
| |