https://developer.android.com/reference/android...
Android Developers · Essentials. More. Design & Plan. More. Develop. More. Google Play. More. Community · Android Studio. Android API Reference. Overview.
https://metanit.com/java/android/2.2.php
27 нояб. 2023 г. ... Для своего создания Intent в конструкторе принимает два параметра: контекст выполнения (в данном случае это текущий объект MainActivity) и класс ...
https://developer.alexanderklimov.ru/android/th...
Намерение (Intent) - это механизм для описания одной операции - выбрать фотографию, отправить письмо, сделать звонок, запустить браузер и перейти по указанному ...
https://habr.com/ru/companies/solarsecurity/art...
26 сент. 2017 г. ... Intent — это сообщение, которое указывает системе, что нужно «сделать» (например, открыть данный URL, написать письмо на данный адрес, позвонить ...
https://developer.android.com/guide/components/...
An intent filter is an expression in an app's manifest file that specifies the type of intents that the component would like to receive.
https://learn.microsoft.com/ru-ru/dotnet/api/an...
Намерение предоставляет объект для выполнения последней привязки среды выполнения между кодом в разных приложениях. Его наиболее важное использование ...
https://startandroid.ru/ru/uroki/vse-uroki-spis...
24 окт. 2011 г. ... Первая новость. Intent Filter может содержать в себе несколько action. Тем самым Activity дает понять, что она способна на несколько действий.
https://dzen.ru/a/ZLlLG4o7fycm4yCU
Статья автора «Android Head First» в Дзене ✍: В Android, Намерение (Intent) - это объект, который используется для связи между различными компонентами ...
https://stackoverflow.com/questions/8971160/wha...
23 янв. 2012 г. ... Hey I think I answered my own question :) In my Android SDK directory, under /platforms/android-x/data (x being the API level) I've found ...
https://www.geeksforgeeks.org/android/what-is-i...
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.
Intents and intent filters | App architecture | Android Developers
developer.android.com
What is Android Intent and Types of Intent - EyeHunts
tutorial.eyehunts.com
Android Intents - Tutorial
www.vogella.com
Start a New Activity using Intent in Android using Jetpack Compose ...
www.geeksforgeeks.org
Android Intent and Intent Filters - Learn to Implement in Android ...
data-flair.training
Android Intent and Filter - TechVidvan
techvidvan.com
android tutorial - intent in android | Android Intent Tutorial - By ...
www.wikitechy.com
Intent Tutorial in Android With Example And Types | Abhi Android
abhiandroid.com
Intent in Android. Android uses Intent for communicating… | by Ashfaque ...
medium.com
YouTube • January 25, 2025 •
Android Intent Example Tutorial | Simplified Guide for Beginners
YouTube • May 4, 2020 • 25:26
In this Android tutorial you will learn about Android Intents i.e. Explicit Intent and Implicit Intent. Differences between Explicit and Implicit Intents with examples and we will also learn how to manage broadcast receiver and Services in Android. . . Free Android Development Course by Certified Developer in Hindi: https://www.youtube.com ...
YouTube • July 13, 2016 • 04:47
WHAT IS AN INTENT IN ANDROID | EXPLICIT AND IMPLICIT INTENT TUTORIAL. In this video you will learn 1. What is an intent 2. Types of Intent 3. Various use of Intent So intent is basically use communicate between two activities in Android. Intent can be bascially used to communicate between 2 activities inside the same app or to communicate ...
YouTube • June 5, 2023 • 10:55
Welcome to Android Knowledge! In this video, we will understand what is intent, explicit intent and implicit intent in android studio with examples using kotlin. Join our Telegram Group: https://t.me/androidknowledge Instagram: https://www.instagram.com/android_knowledge/ My Best Laptop for Android Development: https://amzn.to/3wVfgnE Website ...
YouTube • June 28, 2023 • 25:36
In this video you'll learn about explicit & implicit intents as well as intent filters. ⭐ Learn all the professional technologies applied in the industry ⭐ 100% money back guarantee for 30 days ⭐ Become an industry-ready Android developer now: https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default ...
YouTube • September 18, 2025 • 19:00
Learn everything you need to know about Android Intents in this comprehensive Kotlin tutorial for 2025! 🚀 We'll break down the core concepts of Explicit and Implicit Intents and build a fully functional Android app from scratch. In this video, we'll create a two-screen application. The first screen will launch a contact form (Explicit Intent ...