|
-
Feb 8th, 2008, 07:57 AM
#1
Thread Starter
New Member
-
Feb 8th, 2008, 08:11 AM
#2
Re: How do I start the first mobile app
Welcome to the forums. 
Then even before you get started you need to be aware that you are limiting your audience.
Phones that can use your app have to be a windows moble phone. Although I don't know all of them, I believe there are some Noika models that do not fit this criteria.
For those phones that do, they need to run the moble compact .net framework. This is a subset of the full .net framework, so you would need to make sure your application does not call any .net framework calls that are not in the compact version.
I would suggest you take a moment and step away from the app and do some research into what phones are capable of running the compact version of the .net framework.
Java might be a better way to go actually (J2ME)
-
Feb 9th, 2008, 03:10 AM
#3
Frenzied Member
Re: How do I start the first mobile app
Hi,
Express editions don't allow you to develop applications - http://msdn2.microsoft.com/en-us/vst...vPlatformTools
You need at least the 'Pro' version for smart device development.
Strider put together an excellent set of resources for beginning mobile development here
-
Feb 9th, 2008, 03:31 AM
#4
Re: How do I start the first mobile app
 Originally Posted by petevick
Strider put together an excellent set of resources for beginning mobile development here
Unfortunately, all of the MSDN Links in this link are no longer valid.
-
Feb 9th, 2008, 03:49 PM
#5
Re: How do I start the first mobile app
 Originally Posted by petevick
This is incorrect. The standard edition of 2003 and 2005 allow you to develop for windows mobile. I would imagine it's the same with 2008 but I haven't used standard so I wouldn't know for sure.
Also, if you really wanted to you could work in Express to do this. You'd just have to manually compile your application and you wouldn't get all of the great intellisense features.
-
Feb 9th, 2008, 11:34 PM
#6
Thread Starter
New Member
Re: How do I start the first mobile app
Thank you Hack very
Java might be a better way to go actually (J2ME)
Actually may prefer to use Java instead of VB.Net and now
So
What are the tools that need is there. and books or links explaining this subject
Last edited by mohey.elbaz; Feb 9th, 2008 at 11:41 PM.
-
Feb 9th, 2008, 11:37 PM
#7
Thread Starter
New Member
Re: How do I start the first mobile app
 Originally Posted by petevick
Thank you for Link
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|