-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么获得点击的item项 #2
Comments
作者的没有联动 addressSelector.setOnItemClickListener(new OnItemClickListener() {
@Override
public void itemClick(AddressSelector addressSelector, CityInterface city, int tabPosition) {
}
}); 把city 强转成你自己的实体类 自己拉数据 |
二楼正解,或者说大家喜欢用泛型的方式的话也可以拓展 |
嗯 已解决 |
其实city强转一下就是你要的东西了,没必要新增position |
地址数据应该怎么设置?demo全是死的······· |
https://blog.csdn.net/qq_25867141/article/details/71565953 |
3级的地址数据是联动的啊,博主的数据都是写死的啊,要想实现联动的话怎么搞呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
怎么根据省获取所对应的市,
The text was updated successfully, but these errors were encountered: