Posts by Daniel Gherard • 21 points
3 posts
-
0
votes1
answer109
viewsA: Exchange of information between Recycleviews
For that you will need two things. First: Modify your application code. Every time a request is answered, you must remove it from the received set and place it in the answered set. That is, let…
-
1
votes1
answer1389
viewsA: Recover Data from Firebase in Recyclerview
Try to use Firebaseui: https://github.com/firebase/FirebaseUI-Android It’s much simpler than creating your own Recyclerview. First, you add the dependency to your build.gradle. As follows: //…
-
1
votes3
answers2068
viewsA: PYTHON- Program that prints on screen all numbers divisible by 7 but not multiples of 5, between 3000 and 3200 (inclusive)
What exactly is the problem? Why is your code not working the best way? I changed your code a little. First, I had to copy the value of the variable number, since it was printed at the end to tell…
python-3.xanswered Daniel Gherard 21