PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Development

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-19-2010, 06:20 PM
Grandboy3000's Avatar
PPCGeeks Regular
Offline
Pocket PC: Htc touch diamond
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 100
Reputation: 160
Grandboy3000 is keeping up the good workGrandboy3000 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Exclamation help with making apps

hey i just got microsoft visual studio professional 2008 and is this the best program to make applications? also, i am learning c# is this the best? can someone help and make a tutorial on how to make nice apps.

EDIT: now i have made my first app using visual basic. i am now going to use visual basic for a while, for the simple reason that it is easier to me. i have found some tutorials now, although i still want u guys to post any you find here. here are the tutorials i found:
http://www.youtube.com/watch?v=brCb_AHbc5I
http://www.youtube.com/watch?v=Sdyu3dRJams
http://www.youtube.com/watch?v=LDkeEqiqA58
environmentalnerd and all of his videos.

thats all and theres a whole bunch more if you search. i still have not found a video yet that explains visual basic and codes and stuff like that. please post any more if you find them.


thanks for your time.
__________________
Dont forget to hit THANKS! if i helped you!

Get to all of my windows mobile applications easily! Click Here!

Last edited by Grandboy3000; 02-23-2010 at 07:23 PM. Reason: need help with creating apps
  #2 (permalink)  
Old 02-19-2010, 08:20 PM
D/\SH's Avatar
VIP Member
Offline
Pocket PC: touch pro, tp2, epic, evo x2
Carrier: D/\SH_SPEED
Location: Grand Rapids,Michigan
 
Join Date: May 2007
Posts: 1,557
Reputation: 3122
D/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIPD/\SH is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: help with making apps

Quote:
Originally Posted by Grandboy3000 View Post
hey i just got microsoft visual studio professional 2008 and is this the best program to make applications? also, i am learning c# is this the best? can someone help and make a tutorial on how to make nice apps.


thankks for your time.
theres not really a tutorial to coding for the most part. you have to watch out for syntax errors especially. loose code that routes all over the place is going to casue lag and memory leaks while tighter code is going to be better sicne not jumping from top to bottom. to tell the truth i would like to see you go after more of C++ for the pocketpc playform. right through visual basic you can download the emulator of the device so you can test on there first and not ruin your device... if you want to send me a pm i can get you some more information with the tutorials i used to learn a couple years back.
__________________
JOIN MY PPC YOUTUBE CHANNEL FOR ALL THE LATEST MODS, RELEASES. AND DEVICES http://www.youtube.com/user/iamdasht19
FOLLOW ME ON TWITTER http://www.twitter.com/DASH_SPJ
FRIEND ME ON FACEBOOK AT smartphonejunkie dash spj
This post has been thanked 1 times.
  #3 (permalink)  
Old 02-20-2010, 11:00 PM
JCerna's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Pro2, Pro, Diamond, Touch, Mogul
Carrier: Sprint
Location: San Diego CA
 
Join Date: Feb 2008
Posts: 156
Reputation: 290
JCerna is becoming a PPCGeeks regularJCerna is becoming a PPCGeeks regularJCerna is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: help with making apps

Have you written any applications before? If you have not then start with something simple don't do a mobile app just start coding like a calculator. C is a great code to write with as your apps will be really light but if you want to start writing apps for the future of mobile phones keep an eye out for MIX 2010. Search online for the SDK for win mobile 6, 6.5, and after Mix 2010 7 Series. The only way to learn is set a goal and start small like a calculator clock etc. Once you have something like that you can begin on a bigger app. Also start learning silverligth as it will be future of all apps mobile and windows.

If you get stuck on something find a good forum for developers like experts exchange. There are many samples online. The only problem is the compact .net is not really the same as the full .net so some of the code in some of the examples may not work on a mobile phone.

Hope this helps you get started, and have fun.
__________________
If I help you out please say Thanks
Need a Bill, Tip, Tax Calculator
JCerna Your Bill Whiz
This post has been thanked 1 times.
  #4 (permalink)  
Old 02-22-2010, 07:45 PM
Grandboy3000's Avatar
PPCGeeks Regular
Offline
Pocket PC: Htc touch diamond
Carrier: Sprint
Threadstarter
 
Join Date: Apr 2009
Posts: 100
Reputation: 160
Grandboy3000 is keeping up the good workGrandboy3000 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: help with making apps

thanks for the help guys. anyone else who would like to post a link here to a tutorial or something please do so it will help me very much.


Thanks
  #5 (permalink)  
Old 03-01-2010, 09:57 PM
Kliptik's Avatar
Two-Time Mafiosi
Offline
Pocket PC: HTC Thunderbolt
Carrier: Verizon
Location: Austin, TX
 
Join Date: Feb 2009
Posts: 1,041
Reputation: 4790
Kliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributionsKliptik should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Kliptik
Re: help with making apps

Quote:
Originally Posted by Grandboy3000 View Post
thanks for the help guys. anyone else who would like to post a link here to a tutorial or something please do so it will help me very much.


Thanks
MSDN

Tons of info, tutorials, forums, practice app walkthroughs, etc.
__________________
  #6 (permalink)  
Old 03-02-2010, 01:22 AM
AL_CAPONE_187's Avatar
PPCGeeks Regular
Offline
Pocket PC: Tp2
Carrier: Sprint
 
Join Date: Sep 2007
Posts: 120
Reputation: 55
AL_CAPONE_187 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: help with making apps

this looks interesting
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Development

Tags
apps, how to make games, visual studio 2008

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:35 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com