Android Pass Data Between Fragment | RecyclerView Item Click | CheezyCode (Hindi)

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 69

  • @dhbaldha
    @dhbaldha 7 месяцев назад +1

    One of the best Android Teacher out there . . .

  • @parthpatel5486
    @parthpatel5486 2 года назад

    Bahot kuch naya sikhne ko mila
    Thank You Sir
    Lot's of love ❤️

  • @affanamin105
    @affanamin105 2 года назад +1

    I haven't seen any android development playlist like this since I started,, Thankyou very much for this contribution. My humble request is to please add room implementation too within this project,,

    • @CheezyCode
      @CheezyCode  2 года назад +1

      Thank you 😊....room will be easy to integrate but syncing is not....video content won't be worth to record..hope you understand

  • @kushal7966
    @kushal7966 2 года назад +1

    Thank you for this series sir..
    every day I am learning new things from your video 🙏

  • @TheAqib57
    @TheAqib57 2 года назад

    thanks bhai... bohat achi series theee...to the point....

  • @chiraglimbachiya2688
    @chiraglimbachiya2688 Год назад

    Nice brother..thank you so much for this wonderful series

  • @pramodkumar-zc8et
    @pramodkumar-zc8et 2 года назад +1

    Thanks for the video. Very nice explanation.

  • @chamiapps541
    @chamiapps541 2 года назад +2

    Hi Brother,It's a really nice series of tutorial and I learn lot of things about MVVM architecture.Unfortunately I can't understand your language but I watch these videos and learn lot from it.So I have a little request please do a android unit and instrumental testing using this same project or make a separate seriously of how to do TDD things for android projects.
    (If you can do these series using english language It will be very helpful to all the community)
    Cheers from Sri lanka 🇱🇰 ❤

    • @CheezyCode
      @CheezyCode  2 года назад

      Will try separate English series this time... let's see...thank you man 🤘

  • @mrdeveloper4438
    @mrdeveloper4438 2 года назад

    Nice implementation and also add testing cases .....and also waiting for next podcast...

    • @CheezyCode
      @CheezyCode  2 года назад +1

      Unit testing alag se handle karege...

  • @neeltech2704
    @neeltech2704 10 месяцев назад

    Bhot hi badhiya..🎉🎉🎉

  • @mohammadabbasabidi
    @mohammadabbasabidi 6 месяцев назад

    15:08 please make a video on the implementation of the roob database in this same project and sync service also love your content

  • @sagardeshmukh1835
    @sagardeshmukh1835 2 года назад

    Really nice series
    Learnt a lot of things

  • @rajneeshroy4538
    @rajneeshroy4538 2 года назад

    Thank you very much sir,a lot of learning.

  • @ranjeetkumaryadav3978
    @ranjeetkumaryadav3978 2 года назад

    Great series. Keep up the good work

  • @gyanendra2701
    @gyanendra2701 Год назад

    Jabardast bhai

  • @rishabhsharma2598
    @rishabhsharma2598 2 года назад

    Thanks for wonderful learning experience , just wondering if we could toch the part where we implement room with offline features

  • @asifiqbal1261
    @asifiqbal1261 2 года назад

    Thanks and appreciate for your time and effort bro.
    Request 01. Add On delete Undo functionality,
    Request 02. Pagination using Paging 3 Library,
    Request 03. Offline Caching with syncing functionality.

    • @CheezyCode
      @CheezyCode  2 года назад

      Thanks for the pointers -
      1. That can be done. Let's see.
      2. Pagination will be handled separately in different series.
      3. Offline caching is easy but syncing is going to take time. Putting effort for this on video content is not worth it. But let's see if we can discuss this in a video on how to implement this if you want to go forward with it.

  • @krishnakumar-kh5vo
    @krishnakumar-kh5vo 2 года назад

    Thanks a lot sir for your efforts....the series was awesome, you covered each and every concept clearly........ your contents are amazing , you are doing great..i don't why reach is very less....i watched many videos on RUclips but they only focus on only coding part....you are the only teacher who explained the concept very well....... please keep uploading videos....reach will increase one day..........thanks a lot sir.........
    What will be the next series ??

  • @vaishnavishimpi4362
    @vaishnavishimpi4362 6 месяцев назад

    u always rocks

  • @shaikbasha4745
    @shaikbasha4745 2 года назад

    Hi bro nice video series. Can we use safe Args for fragment navigation instead using Bundles

    • @CheezyCode
      @CheezyCode  2 года назад

      Separate video for that....navigation framework pe karte hai kuch

  • @rishikeshsingh9946
    @rishikeshsingh9946 Год назад

    Sir I want to ask one question here, why you are not create NoteAdapter() object using Hilt. and If NoteAdpter taking a parameter which is activity context type then how we can pass this during creation @Inject NoteAdapter variable in Activity??

    • @CheezyCode
      @CheezyCode  Год назад +1

      Context is available by default in hilt...you just need to specify it using qualifier - Activity Context and Application Context.
      You can inject it using Hilt

    • @rishikeshsingh9946
      @rishikeshsingh9946 Год назад

      @@CheezyCode sir I am asking why you are not creating NoteAdapter class object using Hilt
      And second can we create a ViewModel object using Hilt ?? Because the ViewModel object created by ViewModelProvider class..

  • @TheAqib57
    @TheAqib57 2 года назад

    umeed hai aap is terhan kee or series banaao gy future may...

  • @codetheandroid
    @codetheandroid 2 года назад

    hello bro i am getting error in my app like i have 3 fragments and in 2nd fragment i am getting info from 1st fragment to 2nd fragment .
    after that there is option to go to to 3rd fragment(coupon fragment) to go and select coupons and pass info after selecting coupon i navigate to 2nd fragment back
    But
    my 1st bundle got null (the info which i have got from 1st fragment- to 2nd fragment)

    • @CheezyCode
      @CheezyCode  2 года назад +1

      It will be null as 2nd fragment will be destroyed when you move from 2nd to 3rd. Try to use shared Viewmodel between 2nd and 3rd.

  • @MalikKhan-zl3cl
    @MalikKhan-zl3cl 2 года назад

    App crash hu rhe h sir plz dk kr btye ky problem h

  • @googlysahoo1397
    @googlysahoo1397 2 года назад

    When I'm trying to submit the note after editing or adding nothing is happening. Do you the possible reason for this?

    • @CheezyCode
      @CheezyCode  2 года назад

      Debug it

    • @googlysahoo1397
      @googlysahoo1397 2 года назад

      @@CheezyCode tried but nothing is happening.

    • @CheezyCode
      @CheezyCode  2 года назад

      Check the repo on GitHub - compare your code

  • @kishorramani007
    @kishorramani007 2 года назад

    Thanks 🙌

  • @ananjaygurjar
    @ananjaygurjar 2 года назад

    Great!!

  • @vikeshyadav8209
    @vikeshyadav8209 2 года назад

    Very good

  • @Sound_Of_Arpit
    @Sound_Of_Arpit 2 года назад

    Sir please add the functionality of logout and profile.

  • @cryptozink6942
    @cryptozink6942 2 года назад

    nice sir

  • @YtFunVideos1-n4t
    @YtFunVideos1-n4t 2 года назад

    Please make tutorials of compose.

    • @CheezyCode
      @CheezyCode  2 года назад +3

      Yes....abhi topics bahot h compose kar lenge...hype mei actual cheez nahi chorhni...

    • @nayannit
      @nayannit 2 года назад +2

      @@CheezyCode Agreed.. And please add Kotlin flows also in the bucket list. Btw thanks for the great work you do. Kudos 👍

    • @CheezyCode
      @CheezyCode  2 года назад +1

      Soon

  • @hackerag2940
    @hackerag2940 2 года назад

    Add reminder and alarm manager

  • @Mohit-gb9dv
    @Mohit-gb9dv 2 года назад

    👍

  • @nayannit
    @nayannit 2 года назад

    ❤️

  • @rishikeshsingh9946
    @rishikeshsingh9946 2 года назад

    awesome AllTime

  • @arsalanjibran3138
    @arsalanjibran3138 2 года назад

    Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. when hitting APIs in your app, ssl issue found.

    • @CheezyCode
      @CheezyCode  2 года назад

      I guess api is down now...heroku does not have free tier now

  • @machinemadness2145
    @machinemadness2145 2 года назад

    Bhai delete hua to main fragment ki list pe kaise upade hua apne aap hi 😳