Pass Data between Activities using intent | Android Studio | Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 46

  • @sandeep_kr007
    @sandeep_kr007 2 ปีที่แล้ว +1

    The video is very helpful. If you don't skip any step you get no error while running the app. Thank you very much bro ❤️❤️

  • @farond13
    @farond13 4 ปีที่แล้ว +4

    You save my life. Tks man!

  • @Alex_Z95
    @Alex_Z95 3 ปีที่แล้ว +5

    Super helpful!! Simple and to the point...thank you very much!

  • @carlosquintero7038
    @carlosquintero7038 2 ปีที่แล้ว +1

    Bro, you are the best!!!!!

  • @UKAFSHOHAIL
    @UKAFSHOHAIL 3 ปีที่แล้ว +1

    Amazing content bhai.dil se shukriya💖💖💖💖💖

  • @SYBCA
    @SYBCA 2 ปีที่แล้ว +1

    Zazhkallah bro dil se

  • @zimmykhumalo6036
    @zimmykhumalo6036 3 ปีที่แล้ว +1

    Thank You ❤️ From South Africa 🇿🇦

  • @zakariaalghamdi2454
    @zakariaalghamdi2454 ปีที่แล้ว +1

    Thank you man that was very helpful 👍🏻👍🏻👍🏻👍🏻👍🏻

  • @PT-Tl1
    @PT-Tl1 4 ปีที่แล้ว +2

    Thanks Bro...Was a great help

  • @RALZGOW
    @RALZGOW 4 ปีที่แล้ว +2

    tks

  • @joahcyrusperez4706
    @joahcyrusperez4706 2 ปีที่แล้ว +1

    really useful, thanks man

  • @ganapathynaikar1075
    @ganapathynaikar1075 5 ปีที่แล้ว +1

    Thanks Atif bro

  • @flakysob
    @flakysob 2 ปีที่แล้ว +1

    Thank you!

  • @anjasroo4450
    @anjasroo4450 4 ปีที่แล้ว

    what do you can add radio button widget.. in your project bro..?

  • @CUPAXXHD
    @CUPAXXHD 5 ปีที่แล้ว +1

    Thanks My Bro

  • @naveenareddy4176
    @naveenareddy4176 3 ปีที่แล้ว +1

    it'll show error at second activity
    like this: cannot find symbol class second activity

  • @aboudejeber1976
    @aboudejeber1976 3 ปีที่แล้ว +1

    Thank you sir 🙏

  • @tonmoyahmed1985
    @tonmoyahmed1985 6 ปีที่แล้ว +1

    sir, can i pass data from one activity to 3rd activity or more activities?

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      you can pass data to any activity

    • @gohar_maliiik9073
      @gohar_maliiik9073 6 ปีที่แล้ว

      how we can pass data in third activity???

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว +1

      in intent write the name of class of activity in which you want to pass data:
      For example if your 3rd activity name is ThirdActivity.java then
      Intent intent = new Intent(MainActivity.this, ThirdActivity.class);

  • @yucelozyazgan
    @yucelozyazgan 6 ปีที่แล้ว +1

    if we have 3 activities and they are working in order : 1. Activity , 2. Activity and 3. Activity..
    how can we pas a data from 1. activity to 3.activity ?
    How can i store a data to use later ?

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      put data with starting activity 3 and get data on activity 3 using same method as in this video
      you can save the data for later use using shared preferences and get and display from shared preferences.

  • @rosoftwares3757
    @rosoftwares3757 2 ปีที่แล้ว +1

    Sir, i have 3 activity..
    Activity 1
    Activity 2
    Activity 3
    ★★i pass data from activity1 to Activity2..
    Now can i receive sama data from activity 3...
    Please sir help me

  • @kamya.S.C.
    @kamya.S.C. 2 ปีที่แล้ว

    intent function is not working in my android studio there is no error while running but the other activity does not open

    • @AtifSayings
      @AtifSayings  2 ปีที่แล้ว

      Have you called
      startActivity and passed the intent in it as param

  • @configureunex545
    @configureunex545 4 ปีที่แล้ว

    Please Reply Fast sir
    Hi sir
    AAPT: error: not well-formed(invalid token)
    AAPT: error: file failed to complete.
    Please Reply Fast
    Reply

  • @tayyabakhalid9248
    @tayyabakhalid9248 4 ปีที่แล้ว

    Assalam o Alaikum sir...!
    how can i pass data of edit text from one activity to 4th activity..?

  • @akshatsharma632
    @akshatsharma632 4 ปีที่แล้ว

    the app keeps on crashing once i press the button . please help

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      kindly check logcat/run tab of Android Studio to see the reason of crash
      make sure to use keys with same spellings in intent

    • @akshatsharma632
      @akshatsharma632 4 ปีที่แล้ว

      @@AtifSayings E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008cdf

    • @akshatsharma632
      @akshatsharma632 4 ปีที่แล้ว

      E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824

    • @akshatsharma632
      @akshatsharma632 4 ปีที่แล้ว

      @@AtifSayings sir these are the errors occuring

    • @akshatsharma632
      @akshatsharma632 4 ปีที่แล้ว

      @@AtifSayings Emulator: emulator: INFO: QtLogger.cpp:68: Critical: Uncaught TypeError: Cannot read property 'update' of undefined (qrc:/html/js/location-mock-web-channel.js:130, (null))

  • @No.Name___
    @No.Name___ 3 ปีที่แล้ว +1

    what if we have to pass more data like (name, email ,contact ,age, gender, qualifications ) then we have to write a lots of code isn't there some another method to pass data.

    • @AtifSayings
      @AtifSayings  3 ปีที่แล้ว +1

      i don't think so its too much just need to do putExtra for each input field

  • @blochsalma7138
    @blochsalma7138 4 ปีที่แล้ว

    Asslam o Alaikum sir, me kit ne din se three activity app like this prnt.sc/sj40fy banana charahu lekin nahi barahi hai sir please madad kariye na aapke replay ka intzar rahe ga.

  • @beyondboundaries996
    @beyondboundaries996 3 ปีที่แล้ว

    agar bol k samjha skte to aur bhter hota