Skip to content
Droid Bits

Droid Bits

Notes on Android Development

Find Droid Bits

Main components of an Android app

Categories: Android GenericTags: activity, Android, app, Broadcast Receiver, component, Content Provider, Service

The 4 main components of an Android app are:

  • Activities
  • Services
  • Broadcast Receivers
  • Content Providers

Find the full definitions of these here