03-21-2010 12:01 PM
HI everyone !
I'm a student member of an association of travelling student and I'm looking for building a BB app that will make there trip an feedbacks easier ![]()
Here what we wanna do :
1- We have an unexploited and huge Database filled with many kinds information about the country
2- Create a UI where the student can chooe what he's looking forand query the DB for it
3- Show the results of his query.
4- We are also thinking about a funtionnality that will allow them to post a short post or comment about the location
I'm in charge of developping it, since I'm the only one who have some knowledge on computing (Php, HTML, Javascript, VBA). I also have some basis in Java but I'm getting confused by the API ![]()
So, here I'am looking for some help and support to build this.
PS : I'm not asking for outsourcing in it lol but just for some good advices about what I need to do it properly.
Anyway, I'll share the source code here to help other begginers ![]()
Thanks a lot
03-21-2010 01:52 PM
What part of the API are you getting confused with?
03-21-2010 02:16 PM
I'm actually stuck with the UI !
I use to design it with the Design menu of Netbeans which i didn't found on Eclipse. I want to add 3 listbox and "OK" "Quit" Buttons.
Is it the same process for BB app or do i have to fully write in Java ?
On the API I found the ChoiceField and the other buttons on the UI.Component but I don't really know how to use them.
Thanks for ur reply
03-21-2010 03:42 PM
Is this a "RIMlet" or a MIDlet?
If MIDlet then you can find various applications and utilities that you can use to make the GUI as RIM has not released their GUI builder yet (coming out later this year).
On the same line of thought, since there is no GUI builder right now you have to do everything in Java (unless, as stated before, you are doing MIDlet). A MIDlet is simply a wrapper around a "RIMlet" but a RIMlet will offer better customization and control.