Thanks @Guru
OnScrollListner is a better choice.
On 10月13日, 下午11时43分, Mark Murphy wrote:
> wangxueming wrote:
> > Now I want to make a ListView,with 20 items,
> > Then when it scroll to the end,
> > I get new data and add to the end of ListView dynamic.
>
> >
Now I want to make a ListView,with 20 items,
Then when it scroll to the end,
I get new data and add to the end of ListView dynamic.
Just Like ListView in Android Market.
Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goo
@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
if (keyCode == KeyEvent.KEYCODE_BACK) {
//do what you want
return true;
}
return super.onKeyDown(keyCode, event);
}
On Aug 28, 12:24 am, cindy wrote:
> In current activi
3 matches
Mail list logo