Andreas Agapitos
Results
1
issues of
Andreas Agapitos
Hi, I have a editText in the first viewpager's item. How I suppose to findViewById if the view is null? ``` adapter = new ViewPagerItemAdapter(ViewPagerItems.with(context) .add("Notes", R.layout.notes_layout) .add("Photo", R.layout.media) .create());...