Android Instant Apps allow users to access certain app features without installing the full app. They are built using a feature module structure and trimmed down to under 4MB in size to optimize for discovery, performance, and privacy. Developers can refactor existing apps into this model by identifying core features, removing unused resources and dependencies, and following best practices for instant app UX and architecture. Unsupported features include background services, broadcast receivers, and externally accessible content providers.