Welcome to

w3study.github.io





Intents introduction and importance, types of intents in Hindi

Introduction to Intents:

Importance of Intents:

Types of Intents:

1. Explicit Intent

Example: (Java code)

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

2. Implicit Intent

Example: (Java code)

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://www.google.com"));
startActivity(intent);


  • Development of Android Applications Notes in Hindi

  • Request:

    हैलो दोस्तों! उम्मीद करता हूं आपको हमारा यह content/post पसंद आया होगा। अगर आपको हमारा ये content/post पसंद आई हो तो अपने दोस्तों के पास भी share करे। और अगर आपको कोई problem या कोई specific content हिन्दी में चाहिए है तो आप हमें नीचे दिए गए Email या whatsapp number के जरिए बता सकते है।

    अगर आप CCC/diploma/polytechnic/MCA/BCA etc कर रहे है तो ये website स्पेशली आपके लिए ही है, जो student हिंदी में पढ़ाई करते है।

    Contact Us

    Email: deepanshuranjan8057@gmail.com

    Whatsapp: +91 8057754706



    Follow Us

    Facebook Logo    Instagram Logo