Posts by marcossilvajnr • 65 points
3 posts
-
1
votes1
answer251
viewsA: How to load a Recycleview with a list?
Dude, check the official documentation of android, follow the link: https://developer.android.com/training/material/lists-cards.html Use google and look for some tutorial, try to adjust the layout…
-
5
votes1
answer516
viewsQ: Android - Different ways of "setar" a system in objects
Is there a different way (Syntax) to "set" a Switch on an object on Android ? For example, I only know this way: btn.setOnClickListener(new OnClickListener() { @Override public void onClick(View v)…
-
0
votes1
answer1086
viewsQ: Android - Return method using thread
Hello guys I am developing an android application that uses the library Volley (google) to perform my requests http. I have a method that returns a Boolean and depends on the return of the request,…