About 399,000 results
Open links in new tab
  1. Intents and intent filters | App architecture | Android Developers

    Dec 17, 2025 · If another app targets Android 13 (API level 33) or higher, it can handle your app's intent only if your intent matches the actions and categories of an <intent-filter> element in that …

  2. Complete Guide to Android Intents with Definitions, Examples

    May 30, 2025 · Complete Guide to Android Intents with Definitions, Examples, and Code Intent Types with Definitions 1. Explicit Intents Definition: Explicit intents is an intents that specifies...

  3. What is Intent in Android? - GeeksforGeeks

    Jul 15, 2025 · Intents , in general, are used for navigating among various activities within the same application, but note, is not limited to one single application, i.e., they can be utilized …

  4. Android Intents - Tutorial - vogella

    Nov 11, 2025 · Using Intents in Android. This tutorials describes the usage of intents to communicate between Android components.

  5. Intent (Android) - Wikipedia

    An Intent in the Android operating system is a entity for inter-components communication. [1][2] An Intent is a messaging object [3] which provides a facility for performing late runtime binding …

  6. Mastering Android Intents: Understanding, Use Cases, and …

    Jun 3, 2025 · Run the App: Build and run the app on an emulator or a physical device. Clicking a button in MainActivity should open SecondActivity with the passed data. Experiment with …

  7. Mastering Intents in Android SDK for Developers | MoldStud

    Sep 14, 2025 · Explore the fundamentals of Intents in the Android SDK. This guide provides developers with clear explanations and practical examples for efficient mobile app development.

  8. Intent | API reference | Android Developers

    Security Safeguard users against threats and ensure a secure Android experience. Overview Privacy Permissions Identity Fraud prevention Develop Gemini in Android Studio Your AI …

  9. Activities, Intents, and Fragments in Android: A Complete Guide …

    Learn how to use activities, intents, and fragments to build modern Android apps. Clear explanations, examples, and optimized architecture.

  10. Intents and Intent Filters | Android Developers

    Three of the core components of an application — activities, services, and broadcast receivers — are activated through messages, called intents. Intent messaging is a facility for late run-time …