Month: October 2015

  1. Home
  2. chevron_right
  3. 2015
  4. chevron_right
  5. October

Android @IntDef Annotation Example

Tutorial
Android has some helpful annotations in the support library so, in this post, I will show you an example of how to use @IntDef annotation. You can use this annotation (or @StringDef annotation) instead of Enum.…