You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buggaboo
changed the title
Refactor @AndroidResources to use native #getString (also #getText?)
Refactor @AndroidResources to use native #getString
Jan 28, 2016
As I coded it, I did not leverage the existing methods for getting strings from resources.
Activity#getString
Fragment#getString
So we have some code duplication with the basic SDK.
The active annotation
@AndroidResources
should determine whether the decorated type's aFragment
orActivity
.The text was updated successfully, but these errors were encountered: