Guest User

Untitled

a guest
Feb 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public View onCreateView(LayoutInflater inflater, ViewGroup container,
  2. Bundle savedInstanceState) {
  3. View view=inflater.inflate(R.layout.fragment_tab4, container, false);
  4.  
  5. String result = getPlayerList();
  6. //displaying the 'result' on this view
  7.  
  8. return view; }
Add Comment
Please, Sign In to add comment