[FEATURE REQ] Support Storage libraries on Android
Is your feature request related to a problem? Please describe. Currently there is no support for storage libraries on Android.
The android azure storage sdk is in process of being deprecated. https://github.com/Azure/azure-storage-java
And the azure sdk for java (blob storage) doesn't support Android. https://github.com/Azure/azure-sdk-for-java
This leave us without options going forward. I opened an issue to azure sdk for java team and their recommendation was "but feel free to open a feature request on the Android repository for supporting the Storage service" https://github.com/Azure/azure-sdk-for-java/issues/27742 https://github.com/Azure/azure-sdk-for-java/issues/27742#issuecomment-1355975095
Describe the solution you'd like I would like that azure-sdk-for-android support Azure.Storage.Blobs specially How to Upload, download and list blob. https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/BasicExample.java
Describe alternatives you've considered An alternative would be to make azure-sdk-for-java Android compatible. https://github.com/Azure/azure-sdk-for-java
Additional context N/A
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [x] Description Added
- [x] Expected solution specified