Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » mobile   (RSS)
SPRINT Samsung Epic 4G First Impressions / HTC EVO Returned Yesterday
      A Little History Let me start off by saying that the HTC EVO has raised my expectations of what to expect from a smart phone.  About two years ago, I switched to one...

This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
Thoughts on Windows Phone 7 - Android - iPhone - Blackberry
Now, we're 8-9 months down the road from my last posts on Windows Phone, Google Android, and the general mobile marketplace. Wow, how things have changed. First off, Google Android has really taken off in its number of units in the marketplace. While Read More...
Upcoming Microsoft Phone 7
I'm a mobile device guy. I've done various mobile development projects over the past 10 years. Really excited about them. As you might remember, or not, I've been very critical of Microsoft and Google's attempts to compete in the market Read More...
The iPhone 20 second rule
If you didn't know it, the iPhone has two twenty second rules that developers need to pay attention to: The iPhone has a startup timer. If an application takes longer than 20 seconds to start up, it is killed by the iPhone OS. The iPhone OS will kill Read More...
One thing I don't like about MonoTouch applications
With .NET, executables are fairly small. Every application shares the .NET Framework, so the applications don’t have their own copy of the framework. MonoTouch is not built into the iPhone. MonoTouch applications must have their own copy of the framework. Read More...
Safari and WebKit Development for iPhone OS 3.0
I bought this book a few weeks ago. I've been reading it and trying to absorb the features in the iPhone's version of Safari. I'm impressed. This book contains a huge amount of information about Safari on the iPhone. So, why is this important Read More...
UIAlertView - the alert box for the iPhone
There are times when the user needs to be presented with some information or question. MonoTouch has a UIAlertView object. The UIAlertView is instantiated with a set of parameters. On the object instance, the .Show() method is called. For .NET developers, Read More...
Opening another application on the iPhone using NSUrl
The NSUrl class is what allows an application to open other applications within the iPhone OS while passing parameters. The calling sequence is fairly simple. There are two steps to making this call: 1. When the NSUrl class is instantiated, a string representing Read More...
UIPicker in the iPhone with MonoTouch
The UIPicker is visually different than the drop down listbox that most .NET developers are familiar, however, it is designed to perform the same type of function. It allows users to select from a fixed set of data isntead of typing in data in a text Read More...
The Mono / MonoTouch Soft Debugger
Honestly, I thought that it was really cool when the Novell guys put a soft debugger into Mono/MonoTouch so that it is possible to debug an application running on the iPhone Simulator or on the actual device. Basically, its a set of code inside of MonoTouch Read More...
Putting a Point on a Map in the iPhone
I wrote the following code to put a point on a map on the iPhone. It works pretty well. Basically, I draw a map, then I inherit from the MKAnnotation object and create a new constructor, go out to geocoder and get a lat lon to senter the map on, and finally, Read More...
.NET Talks in 2010
I've worked up the following talks for 2010. If you are interested, get ahold of me. Contacting me through LinkedIn and Twitter are the best. iPhone Development for .NET/C# Developers. The iPhone is the smartphone leader in mindshare and the amount Read More...
My thoughts on MonoTouch as we enter 2010
What a wild and crazy last 6 months its been for my personal development direction. I've always been excited about mobile development. Every couple of years, I ask somebody at Wrox about a book on mobile development. Every time, the response is along Read More...
10 Commandments of Mobile Development
I see all kinds of problems with mobile development and companies trying to do mobile development and I've boiled them down into my 10 Commandments of Mobile Development: Thou shalt realize that the mobile environment is a diverse ecosystem with many Read More...
We need Microsoft and Google phones
I just finished writing why Microsoft and Intel are having problems with tablets and kinda threw mobile into my thoughts . I now want to go one step further and that is to ramble a little bit on what Microsoft and Google need to do in the phone marketplace. Read More...
More Posts Next page »