Guest User

Untitled

a guest
Jan 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. final Array<Model> array = new Array<Model>();
  2.  
  3. SimpleListAdapter<Model> adapter = new SimpleListAdapter<Model>(array);
  4.  
  5. ListView<Model> view = new ListView<Model>(adapter);
  6.  
  7. table.add(view.getMainTable()).grow();
Add Comment
Please, Sign In to add comment