use findviewbyid in fragment

Solutions on MaxInterview for use findviewbyid in fragment by the best coders in the world

showing results for - "use findviewbyid in fragment"
Leona
12 Apr 2019
1View view = (View)getView().findViewById(R.id.view);
Mariana
11 Jul 2019
1//java,how use findViewById in fragments,Android studio,2021/09/23
2
3TextView textView;
4textView=getView().findViewById(R.id.textView);
5
6//use getView(). with it