I'm porting an app from Android to Blackberry.
I've found some limitations...
I'm using Google Maps, but as I read, we can use an WebView with Google Maps, as pointed here to overcome this.
Sharing
I also share image and text on Android to Facebook, Twitter and Email using the ShareActionProvider (http://developer.android.com/training/sharing/shareaction.html).
Is it possible for an Android App ported to BlackBerry 10 to use something to replace this?
I was thinking about using Facebook SDK and Twitter SDK to replaced Share to those two, but what about Email?
I've read here that ACTION_SEND is also unavailable. So how can we send an email for example from an app?
Camera
Also is it possible to take a picture or access the gallery to get one? I did not found anything about this.