Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Conversation

GabrielLidenor
Copy link

Making use of the new names of the methods of the lib. Also, you cannot call a reference of the Adapter class before the supertype constructor has been called. Like this:

int dataSize = 15;

public MainAdapter(Context context) {
//dataSize cannot be called here. Android Studio will give your an error
super(context, R.layout.activity_main, dataSize);
this.context = context;
}

Making use of the new names of the methods of the lib.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant