在Android中为动态表格布局提供刷新上下刷新功能

时间:2012-07-09 09:56:29

标签: android

我在我的活动中添加了动态视图,该视图位于TableLayout下。如何进行pullup和pulldown refresh。

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

1 个答案:

答案 0 :(得分:0)

关注此问题:)它肯定会帮助你:)祝你好运

Android PullTo Refresh on ScrollView