• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. C

    Adapter and ViewPage2 error: incompatible types: ViewPager2 cannot be converted to ViewPager

    Hi, I'm trying to build a hello world app with tabs. The problem I'm encountering now is that I get some errors, using adapter on ViewPager2. I updated from ViewPager to ViewPager2. Here's the code: app > java > MainActivity.java public class MainActivity extends AppCompatActivity {...