I want to use a Master-Detail-Flow with a GridView on the left (master) side.
According to the documentation, GridView
has a method setItemChecked(position, value)
that was added in API level 1. Eclipse however states that the method requires API level 11.
Which one is true? If I want to have checked items in my GridView, do I need to implement the logic (with background changes etc) myelf?