Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
correct data adapter class name
  • Loading branch information
passos committed Jan 20, 2015
1 parent 80e7105 commit a4bd840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ public class MyAdapter extends BaseAdapter implements StickyListHeadersAdapter {
private String[] countries;
private LayoutInflater inflater;

public TestBaseAdapter(Context context) {
public MyAdapter(Context context) {
inflater = LayoutInflater.from(context);
countries = context.getResources().getStringArray(R.array.countries);
}
Expand Down

0 comments on commit a4bd840

Please sign in to comment.