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
- fragment
- null-safety
- 인텐트
- 부가데이터
- 230503
- Adapter
- DFS
- javascript
- classList
- putextra
- DOMContentLoaded
- ViewPager
- 230508
- 안드로이드
- 생명주기
- Flutter
- serializable
- html
- C++
- 프래그먼트
- Class
- string
- 데이터 타입
- ActionBar
- 230510
- querySelector
- intent
- parcelable
- 함수 인자
- textContent
Archives
- Today
- Total
목록AlertDialog (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