Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 데이터 타입
- DFS
- DOMContentLoaded
- classList
- html
- null-safety
- putextra
- 함수 인자
- 230508
- intent
- 부가데이터
- fragment
- javascript
- 프래그먼트
- C++
- querySelector
- parcelable
- 230503
- string
- Adapter
- 생명주기
- 230510
- 인텐트
- serializable
- ActionBar
- 안드로이드
- ViewPager
- textContent
- Flutter
- Class
Archives
- Today
- Total
목록snapbar (1)
나만의 개발노트
[안드로이드] inflate, toast, snapbar, AlertDialog
inflate : 안드로이드에서 xml에 표기된 레이아웃들을 메모리에 로딩된 후 객체화 시키는 과정 -> layout에 다른 layout을 넣을 수 있음 Button button = (Button) findViewById(R.id.button); button.setOnClickListener(new View.OnClickListener(){ @Override public void onClick(View v){ LayoutInflater inflater = getLayoutInflater(); //toastborder : xml파일, toast_Layout_root : toastborder.xml의 최상위 레이아웃 id View layout = inflater.inflate(R.layout.toastbor..
[안드로이드]/[안드로이드] 공부 기록
2023. 9. 25. 02:18