Application for BlackBerry beginners [closed] - blackberry

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Which kind of application would anyone suggest to start working on/developing for a novice BlackBerry who has hardly spent 4-5 days checking out the API's and the simulator.

If you want to write some simple application, you may port small open source game from J2ME. You will not have to think about business logic and resources.
My first BlackBerry application was plain puzzle.
There are several articles about writing fully functional applications:
Creating a Blackberry Game by Toni Westbrook
Thinking BlackBerry - GPS application
CodeProject - End-to-End Real World BlackBerry Application By MiamiCoder
Also I recommend the complete BlackBerry Java Development Environment Labs.

http://supportforums.blackberry.com/t5/Java-Development/Useful-links-for-novice-and-experienced-programmers/td-p/116924

Hello world might be a nice start.
My first BlackBerry Java Application.

A Stack Overflow application! ;^)

Related

Mobile test automation tool selection for iOS [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We are currently evaluating the mobile test automation tools for our reputed client. So far we have discovered that the following tools are popular. We want to perform POC of one open source and one licensed tool and perform the comparison study in terms of the best fitment to the client requirements. The client used iOS bid time.
Please let me know the Pros and Cons of each tool documented below and provide the recommendation. Based on your inputs, we will go ahead and perform the POC. The applications to be automated are enterprise applications. This is the first time we are doing the Mobile test automation, so please excuse if this question is too basic in nature.
List of tools we are aware of:
ZAP-Fix
Egg plant
M-eux
Fonemonkey
Appreciate all your inputs / assistance.
The better is to take a look at Frank or Calabash

How to convert a Delphi application into a web application? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
We have a POS Software developed with Delphi 7 and we like to know how to convert this Delphi application into a web application. We did a lot of research but most of the information is from years ago. Maybe there is something new (2012).
You cannot convert a desktop Delphi application to a web application. You will have to rewrite it. You can write a web application using Delphi, but the controls and strategy you will use are quite different from a desktop application. If you choose Delphi as your web development environment you will be able to reuse any non-visual code. Using Delphi to develop web applications is not very common.
Yes you can!
http://www.athtek.com/web-application-kit.html
"It can easily transfer your C/S type software to browser side to be an internet application effectively"
Online demos:
http://www.athtek.com/web-application-kit/demos.html

How to develop my first app for Mac? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Now am working for iPhone/iPad applications. Am interesting to develop apps for Mac OS X also. I searched some tutorials for developing app for Mac in Google and i need to learn something about Mac apps. Can anyone please suggest me any tutorials, links, blocks to create a simple mac apps? Thanks in advance.
Use apple documentation for mac os library in your xcode..It is the best way to learn developing applications for mac... http://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Sample%20Code
Go through the tutorials at Cocoa Dev Central and you'll be up to speed in no time.

What is a good framework for creating interactive books on the iPad? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!
If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.
cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.

How to get started with Blackberry programming in J2ME? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to Blackberry development and having problems getting started.
Could anyone guide me to relevant resources like tutorials and/or simple sample programs?
Start here
a tutorial with a general approach and a Hello World code snippet.
or if you are already familiar with J2ME programming in general, Polish supports some parts of the BlackBerry API, too. See here.
When I'm starting my Blackberry development for the first time, I'm downloading all samples in the Blackberry Developer site, and load in my Eclipse (with Blackberry Java plugin 1.3)
If you are using Eclipse with Blackberry Java Plugin as the editor too, you can go to menu
Blackberry > Import > Blackberry Samples
It should download all blackberry samples that you can review and learn, including the simple Hello World application demo.
If you are using Blackberry JDE, after install, go to the installation directory, you will find "samples" folder. you can get all the samples too.

Resources