1
2
3
4
//LayoutInflater
LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View v = (View) inflater.inflate(R.layout.room_group_row, null);
TextView hsGroupTitle = (TextView) v.findViewById(R.id.hs_group_title);
cs

'Android' 카테고리의 다른 글

스피너 값넣기  (0) 2020.03.29
선택 다이얼로그 팝업  (0) 2020.03.29
안드로이드 Glide 적용 코드  (0) 2020.03.29
안드로이드 AsyncThread.java  (0) 2020.03.29
안드로이드 AsyncTask 코드  (0) 2020.03.29

+ Recent posts