Android Framework - Introduction to HIDL in Android

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Hi All,
    In this video I have explained the concept of HIDL in android

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

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

    One update, as per my understanding, c/c++ have many libraries so it is not avoidable.
    C/cpp is fast, memory efficient etc.
    Java is easy to learn compared to c/cpp, also jni support c/cpp by default. In java gc doesn't clear memory always. So java used by google because it's easy and have more libraries tutorial etc.
    Google created kotlin as oracle filed for royalty. Now case is in favor of google so android is supporting mainly c/cpp/java/kotlin
    Python has much popularity, larger library but is not supported officially. It may be because of it's performance issues.

  • @gani3676
    @gani3676 2 ปีที่แล้ว +3

    Beautiful ❤️.
    Can you also please include some real time examples for better understanding.
    Thank you !

  • @rk-eg3km
    @rk-eg3km 2 ปีที่แล้ว +3

    Great!
    Dimple, could you please make a video on HIDL/AIDL implementation, like how we can add a new HIDL service.

  • @rajendranm2204
    @rajendranm2204 ปีที่แล้ว

    Thanks,
    it was very helpful.

  • @sandeepkumarmishra7267
    @sandeepkumarmishra7267 8 หลายเดือนก่อน

    Hi Dimple your videos are great 👍, I'm also learning AOSP. How you got such deep knowledge? I know it's come from experience & exploring but if there is any resources which you can share that will be very helpful.
    thank you

    • @dimples_android_geek
      @dimples_android_geek  5 หลายเดือนก่อน

      Thank you very much .. no particular resource in such .. I refer to developer.android.com

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

    Hi Dimple, Thanks for posting video like this. Its very useful for me. I have an issue in hwBinder for "null pointer dereference" in AOSP 10. Its reason for using HIDL instead of AIDL?

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

      Thank you, no using AIDL is not mandatory, only on your need basis you can switch . This error will not have anything to do with IDL/AIDL. Need to check from your code end

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

    Correction required ?
    You said HIDL is deprecated and replaced by aidl..

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

      From Oreo onwards HIDL was introduced.. but now Google is replacing it with AIDL .. so from A11 onwards AIDL will be used

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

      @@dimples_android_geek ohh great..
      Thank you..
      We need to know only aidl for ipc 😍

  • @ajaykeshri971
    @ajaykeshri971 ปีที่แล้ว

    Hi @Dimple S, Do you have any video or library to implement local profile assistants (LPAs) on eSIM-enabled Android devices

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

    I have doubt If hidl will be replace by aidl then OTA from A10 to A11 will be possible Without any issue ?

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

      I need to understand it as its new feature ... Will let you know

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

    THANK YOU .

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

    Hii, need help
    I am trying to use chkbugreport-0.4-185.jar tool, but it is not creating index.html
    the following message is appearing on the CMD
    "java.io.FileNotFoundException: (The system cannot find the specified path) "
    Data folder and raw folder were created
    but the index.html was not created

  • @HarishKumar-vc2jg
    @HarishKumar-vc2jg ปีที่แล้ว

    hi, from where i can learn about android framework development? i find it very interesting and want to do job related to it. currently i am android developer .

  • @balalvl
    @balalvl 8 หลายเดือนก่อน

    Hi dimple

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

    I think HAL is replaced by HIDL