1. Layout 전반적 설명
https://recipes4dev.tistory.com/66
2. 회색 계열
https://encycolorpedia.kr/808080
Gray / 회색 / #808080 헥스 색상 코드
Gray / 회색 / #808080 헥스 색상 코드 페인트 칠하기:Chrysler Vapor Steel GrayVolkswagen Polar Gray 다음의 16진 색상코드를 지닌 색상 gray / 회색은 #808080 회색의 색조입니다. RGB 색상 모델에서는 #808080 다음과 같이 이루어져있습니다: 50.2% 빨강, 50.2% 녹색 및 50.2% 파랑. HSL 색상 스페이스에서는 #808080 다음의 색상을 지닙니다: 0° (도), 0% 채도와 5
encycolorpedia.kr
3.button 꾸미기 미리 보기 & 코드 짜줌
http://angrytools.com/android/button/
Android Button Maker
angrytools.com
4. 모서리나 스타일 세팅
보통 drawable폴더에서 따로 <shape></shape> 특성 안에서 설정해주고
본 xml 파일에서 불러준다. "android:background="@drawable/~"
5.Clicklistener 만드는 여러가지 방법이 설명됨
https://lx5475.github.io/2016/01/26/android-button-tutorial/
안드로이드 버튼 클릭 이벤트 처리 (Android Button Click Event)
안드로이드를 개발하면서 버튼을 클릭하면 나타나는 클릭이벤트를 구현하는 상황을 많이 마주한다! 그럴때마다 나는 구글에 검색해서 코드 복붙을 했는데, 이번 기회에 한번에 정리한다. 안드로이드 버튼 클릭 이벤트를 구현하는 방법은 다양하다. 그 중에서 4가지를 소개할텐데, 아무거나, 편한대로 쓰면된다. 버튼 xml 준비하기 activity_main.xml Activity에 구현하기 MainActivity.java activity_main.xml에 있는 버튼 이벤
lx5475.github.io
6.fragment to fragment 이동
https://stackoverflow.com/questions/6672066/fragment-inside-fragment
Fragment Inside Fragment
I need help regarding working on fragment inside fragment, actually I am facing a problem on pressing back button. Application Main screen has buttons and pressing on each button view replace with ...
stackoverflow.com
7. fragment에 대한 자세한 정보
https://guides.codepath.com/android/Creating-and-Using-Fragments
Creating and Using Fragments | CodePath Android Cliffnotes
Overview A fragment is a reusable class implementing a portion of an activity. A Fragment typically defines a part of a user interface. Fragments must be embedded in activities; they cannot run independently of activities. Understanding Fragments Here are
guides.codepath.com
'안드로이드' 카테고리의 다른 글
Android Spinner(스피너)를 이용한 드롭다운 메뉴 (1) | 2019.07.30 |
---|---|
Fragment에서 this에 빨간 줄 (0) | 2019.07.29 |