0
I’m having trouble popular a spinner with firebase data...
is as follows:
I have an "Activity room" with registered rooms and listed in a listview, saved in firebase... I created a new "Activity schedule" with a spinner component that is to get populated by those rooms that are in the "Activity room", only that I have no idea how to do that, ie, pass data from one Activity to another and take this data and popular in spinner. You could help me?
Load the rooms into a database as Arraylist is already getting?
– André Ozawa
that I have already managed... the doubt I have and for example I can load the rooms in the "Activity rooms" where I can already edit, delete and insert in this list. " i was wondering if in the "Scheduling Activity" in the Spinner component I have to create a new Arraylist or call that Arraylist of rooms that is already created?
– Alexandro Nogueira
Activity Scheduling you access through Activity Salas? If you do not create another Arrylist. You can leave the list in memory, but I don’t think it’s worth.
– André Ozawa