//이미지 뷰를 보여줌
ImageView.setVisibility(View.VISIBLE);
//이미지뷰 안보이게(공간은 남음)
ImageView.setVisibility(View.INVISIBLE);
//이미지뷰 아예 숨기기 공간조차 없어짐
ImageView.setVisibility(View.GONE);
2. ViewPage를 이용한 페이지 만들기 : https://yoo-hyeok.tistory.com/58?category=708422
2. Customized RadioButton : https://yoo-hyeok.tistory.com/57?category=708422
2. RadioButton : https://yoo-hyeok.tistory.com/55?category=708422
2. ListView 하기..리스트를 커스컴마이즈.. : https://yoo-hyeok.tistory.com/53?category=708422
2. Customized Dialog 하기 : https://yoo-hyeok.tistory.com/51?category=708422
2. 문자만 표시하는 Dialog 하기 : https://yoo-hyeok.tistory.com/50?category=708422
2. gif 이미지 넣기(동영상보다는 gif가 좋을 듯) : https://yoo-hyeok.tistory.com/48?category=708422
2. 최근 splash 방식 : velog.io/@pish11010/Android-Splash-Screen-%EA%B5%AC%ED%98%84
2. 어플 대표 화면 넣기 : https://yoo-hyeok.tistory.com/31?category=708422
3. 백버튼 눌렀을 때 알림창. https://yoo-hyeok.tistory.com/32?category=708422
4. Json 사용 법 : https://yoo-hyeok.tistory.com/37?category=708422
5. firebase push 이용법 : https://yoo-hyeok.tistory.com/43?category=708422
'개발자 넋두리 > 안드로이드앱' 카테고리의 다른 글
[될 때까지 안드로이드] 기초 다지기4(화면 변경, 인텐트 사용법) (0) | 2019.11.09 |
---|---|
[될 때까지 안드로이드] 기초 다지기2(View 정렬방법) (0) | 2019.11.09 |
[될 때까지 안드로이드] 기초 다지기1(주요 속성 TextView, layout_weight 등) (0) | 2019.11.09 |
화면 유지 등 (0) | 2019.05.10 |