I want a BasicEditField with rounded border and white background fill. This is my code public class BasicField extends BasicEditField {
We are doing some tests with HTML 5 geolocation and our code already works really well on Android and iPhone browsers: we get a continuous update of our precise position on Google maps. You can check
Let\'s say I have a typical Blackberry app: public class MyApp extends UiApplication { public static void main(String[] args) {
I’m just starting black berry development using eclipse and jre version 6.0. What would be a good black berry device used to test the apps.I went to amazon and the prices ranges between
I\'ve developed a web application for mobile. As I\'m new to mobile web development I\'m little worried about the support for cookies in smart phones. Application is targeted to be viewed in iPhone,An
I want to implement a SharedPreferences kind of thing in my BlackBerry application similar to what is available开发者_开发问答 in Android. What i want to do is store the login details after authentica
I\'m working on a BlackBerry application that uses a MapView. At the moment, I\'m only showing the MapView, nothing more.
I am creating a mobile site and was thinking jQuery Mobile would be the right platform. However, in getting through the requirements it seems what\'s needed is CSS for styling - nothing extreme, HTML
I am creating an app for Blackberry. Throughout most of the time this app is used it will need to be in Display.DIRECTION_EAST orientation. But there is some setup that needs to be done the very first
Is there some standard email validator开发者_如何学Go code sample for Java ME or BlackBerry?public static boolean validateEmailID(String email) {