Backendless.Files.upload comes with a Uploadcallback to indicate upload percentage done, Backendless.Files.Android.upload doesn’t.
Android.upload comes with the opportunity to compress the bitmap before uploading which is nice. If I want to achive this with the file upload function I would need to create a second file (like Whatsapp does and it’s really annoying to always have 2 files on the phone).
Any chances adding the upload listener to the bitmap Upload func?