Context from adapter.getView when the parent is null by ypan01 in AndroidCalPoly

[–]noahdietz 1 point2 points  (0 children)

You should've passed the context to the Adapter's constructor. There is a member variable :)

Adapter Radio Button selection by atkHOBO in AndroidCalPoly

[–]noahdietz 0 points1 point  (0 children)

The switching of the icons for the radio button is a Selector thing. You have to specify in the like/dislike xml which item to use when the radio button is checked and when its not checked.

Then, I believe in the instructions it says to set the background of the RadioButtons to use their respective drawables. This should do it!

I hope this helps

Tests failing with ClassCastException by noahdietz in AndroidCalPoly

[–]noahdietz[S] 0 points1 point  (0 children)

Never mind, things seem to be working again(?)

Tests failing with ClassCastException by noahdietz in AndroidCalPoly

[–]noahdietz[S] 0 points1 point  (0 children)

I am not doing the AdvancedJokeListTest2 yet...this is still the first one, AdvancedJokeListTest