Guest User

Untitled

a guest
Jan 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. FirebaseListOptions<paylasimlar> options = new FirebaseListOptions.Builder<paylasimlar>()
  2. .setLayout(R.layout.paylasimlar_gorunum)
  3. .setQuery(paylasimdataRef.orderByChild("tarih"), paylasimlar.class)
  4. .build();
Add Comment
Please, Sign In to add comment