AvailableAnnotations - PerfectCarl/androidannotations GitHub Wiki
This page contains the list of all the annotations provided by AndroidAnnotations, with links to their documentation.
If you find a missing annotation, a broken link, or anything that's not up to date, please let us know by creating an issue.
Enhanced components
- @EActivity
- @EApplication
- @EBean
- @EFragment
- @EProvider
- @EReceiver
- @EIntentService
- @EService
- @EView
- @EViewGroup
Injection
- @AfterInject
- @AfterViews
- @App
- @Bean
- @Extra
- @FragmentArg
- @FragmentById
- @FragmentByTag
- @FromHtml
- @HttpsClient
- @NonConfigurationInstance
- @RootContext
- @SystemService
- @ViewById
Event binding
- @TextChange
- @AfterTextChange
- @BeforeTextChange
- @FocusChange
- @CheckedChange
- @Touch
- @Click
- @LongClick
- @ItemClick
- @ItemLongClick
- @ItemSelect
- @OptionsItem
- @SeekBarProgressChange
- @SeekBarTouchStart
- @SeekBarTouchStop
Threading
Misc
- @InstanceState
- @WindowFeature
- @Fullscreen
- @NoTitle
- @CustomTitle
- @OptionsMenu
- @OrmLiteDao
- @RoboGuice
- @Trace
- @Transactional
- @OnActivityResult
- @HierarchyViewerSupport
- @ServiceAction
- @Receiver
Resource injection
- @StringRes
- @AnimationRes
- @ColorRes
- @DimensionPixelOffsetRes
- @DimensionPixelSizeRes
- @DimensionRes
- @BooleanRes
- @ColorStateListRes
- @DrawableRes
- @IntArrayRes
- @IntegerRes
- @LayoutRes
- @MovieRes
- @StringArrayRes
- @TextArrayRes
- @TextRes
- @HtmlRes