繁体   English   中英

拉动刷新以刷新Android中的动态表布局

[英]pull to refresh up and down refresh for dynamic table layout in android

TableLayout下的活动中添加动态视图。如何进行上拉和下拉刷新。

TableLayout tl =(TableLayout)findViewById(R.id.myTableLayout);
LayoutInflater vi =(LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);

遵循此问题:)肯定会帮助您:)祝您好运

Android PullTo在ScrollView上刷新

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM