Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Dual Diary
1. App 소개
-App소개 & 구상이유
- 핵심 기능 & 디자인
2. Activity 구성소개
-비밀번호 설정 & 확인 화면
-Main화면
-Schedule mode 날짜클릭 화면
-Diary mode 날짜 클릭 화면
-비밀번호변경 & 색상변경 설정화면
2. Activity 구성 소개
비밀번호 설정 & 확인 & 변경 화면
Main 화면
ActionBar
깡샘의 안드로이드 프로그래밍 책 참고 & 구글링
Button
1. App소개
TextView
TextView & Button
어떤 상태에서 눌렸느냐에 따라 내용 변경
버튼 클릭시 가운데 TextView 내용 변경
Calander -> ?
EditTExt
모드에 따라 다른 화면 기능 Fragment
http://recipes4dev.tistory.com/58
http://wanochoi.com/?p=1999 (이걸더추천)
암호기능 sharedPreference
실행시 -> if 저장된 정보가 있는가?
핵심기능 & 디자인
모드를 구분 !
Diary Mode 날짜 클릭 화면
Schedule Mode 날짜 클릭 화면
비밀번호 변경 & 색상 변경 화면
ActionBar
저장버튼 -> Main을 불러오면서 sharedPreference 이용
뒤로가기버튼 -> EditText에 내용이 있느냐 없느냐에 따라
다른 알림창
Button
Button 터치시 이미지 변경
- 핸드폰으로 작성하는 다이어리
- 암호 설정 가능
- 일기를 적을수있는 모드와 일정을 표시할 수 있는 모드 구분
- 색상 변경 가능
사진첨부기능 -> ?
EditText
-사용자 사진첩에 접근
http://jeongchul.tistory.com/287
http://superwony.tistory.com/5
TextView
RadioButton
색상 변경 기능 -> radiobutton chcked 값을 받아 shredpreference 저장, 저장값에 따라 버튼 색상과
actionbar색상 조절
EditText
감사합니다!♥