Skip to content

2016-7-22(使用Recycler View替代List View)#3

Open
yuki252111 wants to merge 1 commit into
chenjiwei:masterfrom
yuki252111:master
Open

2016-7-22(使用Recycler View替代List View)#3
yuki252111 wants to merge 1 commit into
chenjiwei:masterfrom
yuki252111:master

Conversation

@yuki252111

Copy link
Copy Markdown
Contributor

使用Recycler View替代List View

使用Recycler View替代List View
@yuki252111 yuki252111 changed the title 2016-7-21 2016-7-22(使用Recycler View替代List View) Jul 22, 2016
private ArrayList<City> citys = new ArrayList<>();
public static class MyAdapter extends RecyclerView.Adapter {
private ArrayList<City> citys;
public LayoutInflater mInflater;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个没必要写public吧?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants