mbiamont / google-analytics-annotations

Android library to easily use Google Analytics through annotation
Apache License 2.0
69 stars 12 forks source link

Use String from resources #5

Open amouly opened 8 years ago

amouly commented 8 years ago

There is a way to use a Resource String from resources file? For example...

@TrackScreen(name = R.string.analytics_home)

amouly commented 8 years ago

Update: I've found another library, very similar to this one, which has support for Strings from Resources:

https://github.com/dorukkangal/an-alytics