Skip to content Skip to sidebar Skip to footer

Android - Spinners Inside A ListView

i have a ListView with a custom Servizio object in every row. I'm using SimpleAdapter for this and it's ok. The problem is that i can't fill the spinner inside every Servizio. This

Solution 1:

Ok the problem was that i was using getApplicationContext() instead of this. And it didn't work 'till i've deleted All the getApplicationContext() of the class.


Post a Comment for "Android - Spinners Inside A ListView"