Is possible to write language agnostic Robotium tests? For example, if you use a PreferenceActivity, by definition there is no way to get an R.id reference to it.
Is there a mechanism to support this? Or maybe a way for Robotium to read from the String file?
Thank you.