In my last post i gave the general overview to get started with mobile applications using netbeans.
Please refer it if you haven't already so that you can continue with this post.
First Tutorial
After viewing the previous screencast ,i realized it is far more simpler to understand from a screencast and even more easy to explain rather then writing . So i made this screencast (my first) .Hope you enjoy and gain something from this.
For your ease i am writind the basic code lines which you can directly copy and paste into your program.
1 ) private Form form1 = new Form("Any text you like");
2 ) Display.getDisplay(this).setCurrent(form1);
(instead of form1 just replace it with the form name you gave in code line 1)
To View video Online CLICK HERE
Not satisfied with online quality.Download flash video and play it with any flash player (Ex-Jet audio)
Download it from here :-
Note:- Flash videos are best viewed in full screen Next tutorial
video is not so clear..plz upload the good one..
ReplyDeletethanx
Sorry for not so good quality video.
ReplyDeleteThis is my first ever screencast video tutorial,that's why lacks quality .
The tutorials in following posts are better than this so plz cooperate with a single low quality video.
hello, thanks for this video.. Actually, video is clear. But, this resulation is to bad when you use full-screen on your browser.. if you can resize your browser when you watch this video, then you'll watch it so nice :)
ReplyDeleteTHANX FOR TUTS ! BUT I AM GETTING ERROR IN A MIDLET WHICH I DEVELOPED SAME AS PER UR VIDEO THE ERROR IS ON LINE :
DeletePLZ HELP IT OUT !