Connecting Tech Pros Worldwide Forums | Help | Site Map

make a software (hello world)

Newbie
 
Join Date: Mar 2007
Posts: 4
#1: Sep 4 '08
Hello everybody

I am new in mobile development and i want make a simple software for a real mobile not emulator or simulator (nokia or anything else).

can anybody tell me how can stared. I use Visual studio 2005 C#, Borland 2006 C++ and NetBeans 4.1 and 6 (Java).

Thanks!!

markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Sep 4 '08

re: make a software (hello world)


Hi,

For C# you will need a windows mobile device. This must be connected to your PC for a straight-to-device deployment.

Download and install the Windows Mobile 5/6 SDK and install this.

Visual Studio > New Project > New Smart Device Project >

Drag a button onto your form from the toolbox

Double click on it

Expand|Select|Wrap|Line Numbers
  1. MessageBox.Show("Hello World");
Use the dropdown to select "Windows Mobile 5 Device" for deployment

Hit the ">" button and deploy...

Click your button.. HURRAH!

Ta Da!
Newbie
 
Join Date: Mar 2007
Posts: 4
#3: Sep 9 '08

re: make a software (hello world)


Thanks

But I don want make for a PDF or a htc but for a mobile like Nokia or erricson or other. PDF has windows for Op. System and i think it is easy to make a application (hello world) for windows.




Quote:

Originally Posted by markmcgookin

Hi,

For C# you will need a windows mobile device. This must be connected to your PC for a straight-to-device deployment.

Download and install the Windows Mobile 5/6 SDK and install this.

Visual Studio > New Project > New Smart Device Project >

Drag a button onto your form from the toolbox

Double click on it

Expand|Select|Wrap|Line Numbers
  1. MessageBox.Show("Hello World");
Use the dropdown to select "Windows Mobile 5 Device" for deployment

Hit the ">" button and deploy...

Click your button.. HURRAH!

Ta Da!

markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#4: Sep 10 '08

re: make a software (hello world)


Quote:

Originally Posted by antranik

Thanks

But I don want make for a PDF or a htc but for a mobile like Nokia or erricson or other. PDF has windows for Op. System and i think it is easy to make a application (hello world) for windows.

If you want to do this for a Nokia, you will need to download an appropriate dev environment, such as Carbide C++ (look here for some more info) and then the Symbian SDK (i.e. S60 SDK) there is a free version of carbide available, but you need to pay for a developer version if you want the UI designer. The Symbian S60 SDK has a built in sample for "Hello World" that you could look at.

See here for my example: http://screencast.com/t/QQE5vycRLCf

Hope that helps,

Mark
Newbie
 
Join Date: Mar 2007
Posts: 4
#5: Sep 11 '08

re: make a software (hello world)


Thanks Mark.

That are what I need.

I downloaded Carbide C++ for 21 days and i hope make a hello world application :)




Quote:

Originally Posted by markmcgookin

If you want to do this for a Nokia, you will need to download an appropriate dev environment, such as Carbide C++ (look here for some more info) and then the Symbian SDK (i.e. S60 SDK) there is a free version of carbide available, but you need to pay for a developer version if you want the UI designer. The Symbian S60 SDK has a built in sample for "Hello World" that you could look at.

See here for my example: http://screencast.com/t/QQE5vycRLCf

Hope that helps,

Mark

Newbie
 
Join Date: Sep 2008
Posts: 2
#6: Sep 11 '08

re: make a software (hello world)


Try using www.mobilestudio.com for developing mobile sites.
Reply


Similar Mobile Development bytes