Is there a way to apply a some sort of tag to an Android (and other platform) views? The thing is that if one wants to functional test it then an id is required. Applying Id might not be trivial because the resources have to be generated but setting Tag should work.
I can imagine View.Tag property that would be applied to native controls (in case of Android it could be Tag).