Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(position == 0)
  2. {
  3.  
  4. InventoryAdaptor pa = new InventoryAdaptor(context.getApplicationContext(), R.layout.catrecord, items);
  5. ListView mainView = new ListView(context);
  6. mainView.setAdapter(pa);
  7. pa.notifyDataSetChanged();
  8. ((ViewPager)pager).addView( mainView, 0 );
  9. return mainView;
  10. }
Add Comment
Please, Sign In to add comment