Skip to content

UserListingActivity Error #4

Description

@GustavoCaramaschi

I'm getting the following errors for the following segment of code, I have been trying to figure this out but having little to no luck with it:
Errors:
error: cannot find symbol variable tab_layout_user_listing
error: cannot find symbol variable view_pager_user_listing
Segment of Code:
private void bindViews() {
mToolbar = (Toolbar) findViewById(R.id.toolbar);
mTabLayoutUserListing = (TabLayout) findViewById(R.id.tab_layout_user_listing);
mViewPagerUserListing = (ViewPager) findViewById(R.id.view_pager_user_listing);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions