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.
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
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?
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
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
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 .
Thanks,
it was very helpful.
Glad it was helpful
Great!
Dimple, could you please make a video on HIDL/AIDL implementation, like how we can add a new HIDL service.
Thank you . Will try ..
Beautiful ❤️.
Can you also please include some real time examples for better understanding.
Thank you !
Sure .. will do
@@dimples_android_geek Thanks
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.
Thanks
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
Thank you very much .. no particular resource in such .. I refer to developer.android.com
Hi @Dimple S, Do you have any video or library to implement local profile assistants (LPAs) on eSIM-enabled Android devices
Sorry I don't have idea about eSIM framework
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?
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
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
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 .
Refer documents provided by google
THANK YOU .
You are welcome!
I have doubt If hidl will be replace by aidl then OTA from A10 to A11 will be possible Without any issue ?
I need to understand it as its new feature ... Will let you know
Correction required ?
You said HIDL is deprecated and replaced by aidl..
From Oreo onwards HIDL was introduced.. but now Google is replacing it with AIDL .. so from A11 onwards AIDL will be used
@@dimples_android_geek ohh great..
Thank you..
We need to know only aidl for ipc 😍
Hi dimple
Hi
I think HAL is replaced by HIDL
HIDL is an interface for existing HAL