Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka

  • edureka!
  • 2012-10-18
  • 5269
Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka
android Conceptsandroid Basicsandroid Tutorialandroid Courseandroid Introductionandroid Lectureandroid for BeginnersAdvanced android Tutorialandroid Video TutorialLearn androidWhat is androidedurekaandroid Fundamentalsandroid Classedureka androidandroidandroid Trainingandroid Lesson
  • ok logo

Скачать Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Android Tutorial Prologue - Intents, Intent Types (Part - 6) | Edureka

Join us and Take a FREE Webinar on Android : http://www.edureka.co/android-develop...

This android tutorial talks about Intents in detail:
Read more about Android Intent at :

http://www.edureka.co/blog/android-tu...

Android Intent Details :
--------------------------------

Intents can be simply defined as synchronous messages by which one Android Component can request functionality of other component.
An intent can even open a web-browser for you. Any activity can send an intent by which new activity can be started.

Sample code -
Intent intent = new Intent(MainActivity.this, SecondActivity.class);
startActivity(intent);

Suppose on your Facebook Account you are on the news feed screen (which is one Activity), and want to view a pic posted by our friend. When you click on the photo, the intent associated with the click event of photo is fired which communicates the message, and the Photo page opens (which is a new Activity).


***Think of intent as a message to communicate an action. It is a description of what you want done, example: VIEW VIDEO, PLAY GAME etc.

***They are commands which when called would act as communicators between the three core components of Android, i.e. Activities, Services and Broadcast Receivers.

***While you are interacting with one activity, you might want to switch to another one; this is done by defining a proper Intent for the action. Here one Activity uses Intent to request the launch of another Activity. Thus, it is evident that using intents, one Android component can request action from the other components of Android.

Intent Types
-----------------

Delving further, Intents can be Explicit or Implicit.

----Explicit Intent:

An Explicit Intent is exactly what it means literally: an "explicit intention" to perform an action. Simply put, in this case, we define explicitly the Android component (Activity, Service or Broadcast Receiver) that needs calling.

----Implicit Intent

Here we do not specifically define the component that needs to be called. However, the Intent contains enough information to direct the system to fetch the correct one.

-------------------------------------------------------------------------
Please write back to us at [email protected] or call us at +91-8880862004 for more information.
http://www.edureka.co

Use the link to watch all videos of this session :
   • Android Tutorials - Android For Beginners ...  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]