What data types are supported by AIDL?
Answer / maanya
AIDL supports following data types:
-string
-List
-Map
-charSequence
and
-all native Java data types like int,long, char and Boolean
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a buildtype in gradle? And what can you use it for?
What virtual machine android runs on?
What does the intent filter do in android?
Explain apk format in android? How to make an apk file?
Which dialog boxes that are supported in android?
How do I override a method in android?
Can android run javafx?
What is an Intent?
Logging methods require two strings, what does each string represent?
How is nine-patch image different from a regular bitmap?
What are android components?
What does adb stands for & what is it’s primary function?