Is it at all possible to launch the 7Digital music store on the BlackBerry Playbook using the WebWorks SDK. I would like to open the store on an album page for a given band. The Invoke API appears not to offer the store as a launch option.
Related
I am a newbie in mobile app dev. I have been given an app to write as assignment and it is suggested that I should use Java/J2ME and an android phone is required. Well, if I develop it in j2me
1. Will I be use it in android phone?
2. will I be able to place it in the Google Play Store?
3. Will I be able to place in other stores such as Apple store and use it in IOS?
4. Moreover, if it is possible to run it on android phone and I place it in play store, if I wish to monetize it, will I be able to place ads such as one provided google, the famous admob?
Is it really sound to use J2ME or is the Android API better?
No is the answer. You can create library ie as jar and use it in android. Android uses in addition to java file. xml layout.Moreover apk is an extension which is compressed binary format of resource(xml),values manifest with set of permissions to access.For eg: Internet permission means you want to use as
and every app extension file will vary. So it's better to use cross mobile platform.One code to support in many device.
Sencha Touch
Titanium
Jquery Mobile etc.,
If You are using sencha to develop your app you can deploy it in all platforms..or else you have to code seperately for android and ios..
Once your app is ready you can sell it through playstore(android) or istore(i phone) by creating an account in both..
Will I be use it in android phone?
No, unless you find some sort of "player" for J2ME.
will I be able to place it in the Google Play Store?
No, unless you find some sort of "player" for J2ME that you can license that will give you a distributable APK as output.
Will I be able to place in other stores such as Apple store and use it in IOS?
No, as iOS does not support J2ME.
Moreover, if it is possible to run it on android phone and I place it in play store, if I wish to monetize it, will I be able to place ads such as one provided google, the famous admob?
No, unless you find some sort of "player" for J2ME that you can license that will give you a distributable APK as output and allows you to embed ads.
Is it really sound to use J2ME
Only if you want to run your app on a feature phone that supports J2ME. I am not aware of any current smartphone platform that supports J2ME.
I am tasked with creating a video recording app for mobile devices (iPhone, iPad, Android) where the users are asked to record a short clip using their phones/tablets.
The video is then uploded to a server (either within the same app or a secondary app/site or via email)
Is it possible for an AIR app to record and save quality video and audio to the camera roll/gallery, or alternatively open the built-in video recorder app from the AIR app?
I am stuck between attempting this using Flash CS5.5 and deploy to iOS and Android using one code base, or building native apps and possibly duplicating my workload.
If I attempt the AIR route, will I hit problems with quality/resolution/usability etc? Or should I stick to building a native app? Time is of the essence too :)
I've done lots of research and not really found anything to swing my decision.
Thank in advance.
P
Is there a way to create a link on a web page to launch the BlackBerry native version of the Foursquare app? I'd like to open a particular venue in the app, but I can't even find a way to cause the app to launch at all.
On Android and iOS there are URL schemes to accomplish this, like on this page:
https://developer.foursquare.com/resources/client
But, that page does not address web links from BlackBerry devices. In particular, I'm interested in BlackBerry OS 6/7 handsets.
foursquare: URLs just fail with a not-supported error message, and http links to foursquare.com just open in the same browser window.
At the bottom of the page at https://developer.foursquare.com/resources/client, under "BlackBerry Native App Integration", you can find instructions on how to launch the native foursquare app from other BlackBerry apps.
I am implementing an app who should be able to stream music from ipad/iphone to a specific device over upnp. my app should be media server and control point.
i am using Platinum SDK and i managed to access itunes library from mac, but not from ipad/iphone
Any ideas about how can i make available the itunes library?
Actually i am developing one application in blackberry. In that application if i click one button it redirects to blackberry mobile volume settings. How can we do that? it supports any blackberry mobiles. like if i upload my application to any blackberry mobiles. if i click that button in my application. it intents to blackberry volume settings.
You can launch the phones profile application from within your app with the following. From there you can edit a profile and set the volume.
ApplicationManager.getApplicationManager().launch("net_rim_bb_profiles_app");