Become a member
Sign in
Anderson Silva
Anderson Silva

Anderson Silva

113 Following
80 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Anderson Silva

See more

From TabLayout and ViewPager in your Android App. Dubai Tour Guide App #3. by Justyna Goławska

… // Give the TabLayout the ViewPager
TabLayout tabLayout = (TabLayout) findViewById(R.id.sliding_tabs);
tabLayout.set
… // Give the TabLayout the ViewPager
TabLayout tabLayout = (TabLayout) findViewById(R.id.sliding_tabs);
tabLayout.setupWithViewPager(viewPager);
}
}

Claps from Anderson Silva

See more

Design Better Forms

Andrew Coyle

Mastering Kotlin standard functions: run, with, let, also and apply

Elye

ViewModel with Dagger2 (Android Architecture Components)

Mario Sanoguera de Lorenzo