Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, September 07, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > WAP
Search:
What's New - What's Hot
Listings for Add-Ons Add-Ons (3)
Listings for Mobile Applications Mobile Applications (29)
Listings for Mobile Control Mobile Control (16)
Listings for Security Security (1)
Listings for Tips & Tricks Tips & Tricks (7)
 


Writing Your Own GPS Applications: Part I        
Total Hits: 5  |  Today: 0 Author: Jon Person       Rating:  
Read Reviews | Write Review |   Your Rating: 

What is it that GPS applications need to be good enough to use in a commercial environment, such as in-car navigation? Also, how does the process of interpreting GPS data actually work? In this three-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today....

Writing Your Own GPS Applications: Part 2        
Total Hits: 8  |  Today: 0 Author: Jon Person       Rating:  
Read Reviews | Write Review |   Your Rating: 

In Part 1 of this article, I described how to write an interpreter for raw GPS NMEA data. The article included source code in VB.NET which harnessed the power of GPS satellites to determine the current location, synchronize the computer clock to atomic time, and point to a satellite on a cloudy day. The interpreter also works with hand-held devices and supports international developers. Yet, the interpreter was really not suitable for commercial use because it did not monitor precision. Without ...

New Version Offers Revamped Platform Builder, Improved Tools, Enhanced API, and Source Code        
Total Hits: 8  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows CE .NET, the newest member of the .NET family, includes a number of improvements over previous versions of Windows CE. For example, there are quite a few new APIs and enhancements to security and connectivity, the user interface, the kernel, and the emulator. In addition, DirectX support has been added and C++ in Windows CE .NET now supports C++ exceptions, STL, and runtime type information. In this article the author takes a tour of Windows CE .NET, starting with the New Platform Wizard...

.NET Mobile Web SDK: Build and Test Wireless Web Applications for Phones and PDAs        
Total Hits: 7  |  Today: 0 Author: Eric Griffin       Rating:  
Read Reviews | Write Review |   Your Rating: 

Cell phones, PDAs, and other wireless devices that connect with the Internet enjoy growing popularity, making wireless applications more important and especially useful to companies with remote employees. This article presents an overview of the .NET Mobile Web SDK for building wireless apps. The technologies and design decisions that influence the development of mobile Web applications are discussed along with specific strategies for setting up a development environment using an emulator and bu...

Create Compact, Robust Mobile Apps with SQL Server CE 2.0 and the .NET Compact Framework        
Total Hits: 8  |  Today: 0 Author: Mark Brown and David Meunier       Rating:  
Read Reviews | Write Review |   Your Rating: 

Developers have myriad options when it comes to creating solutions for mobile devices. One of the greatest challenges facing mobile developers is finding a compact yet robust local storage solution. SQL Server CE 2.0 promises to deliver on both fronts. This new release represents a tremendous leap in terms of features and performance over its predecessor. This article will review some of the platform and tools choices developers have today. The authors will compare and contrast the significant n...

Design Robust Apps that Take Advantage of Windows CE-powered Smartphone Devices        
Total Hits: 6  |  Today: 0 Author: Chris Dellinger       Rating:  
Read Reviews | Write Review |   Your Rating: 

Smartphone applications promise to be at the crest of a new wave of cell phone advances as the familiar process of using Microsoft dev tools can produce cutting-edge mobile phone applications. Because Smartphones are Windows-powered devices, developers can easily and inexpensively extend both new and time-tested business applications to mobile users. These applications will possess the necessary levels of enterprise functionality while integrating mobile phone features through the use of several...

Provisioning Mobile Devices        
Total Hits: 6  |  Today: 0 Author: Mike Calligaro       Rating:  
Read Reviews | Write Review |   Your Rating: 

Welcome to Going Places—a new column devoted to mobile device development. The main focus will be on Windows Mobile® phones and Tablet PCs, although any topic related to mobility is fair game. My name is Mike Calligaro, and I've been a developer at Microsoft for 14 years. Aside from a two week stint in the Windows® desktop group, I've spent my entire career in what is now the Windows Mobile division. I've worked on a wide range of products, including an early version of interactive TV, the Sega ...

C# Remote Control using the Audio Port        
Total Hits: 8  |  Today: 0 Author: Michael Wolski       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the most exciting aspects of a mobile device is its ability to let you to interact with your surroundings. This article takes a look at a method of controlling consumer appliances (stereo, DVD player, VCR, television, hobby robots, etc...) using their built-in infrared (IR) receivers. There are several good applications available that allow you to send/receive IR signals from your Pocket PC, but they all suffer from the same problem: the IRDA port on most models is too weak to produce a c...

Infrared Communication with your Mobile Phone        
Total Hits: 8  |  Today: 0 Author: Daniel Strigl       Rating:  
Read Reviews | Write Review |   Your Rating: 

My English is not very well and so I hope everyone can understand this article. Still if questions should exist, I will gladly answer those. And if someone should find some errors, please send me the correct version of the wrong text - thanks for the help in improving my English knowledge ;-). For data exchange, most of the new mobile phones and Pocket PCs possess an infrared (IRDA) port. So, why not use this infrared connection to communicate between these two devices?...

Pocket PC TV Remote Control        
Total Hits: 8  |  Today: 0 Author: Nick Deacon       Rating:  
Read Reviews | Write Review |   Your Rating: 

I recently lost the TV remote for my old Sony TV. In itself that was no problem, as I bought a replacement remote which did the job. However, when the TV lost its colour setting, I had a problem as it could only show pictures in black and white, and the replacement remote didn't have the buttons for colour adjustment. I decided to write a program on my old Jornada 525 Pocket PC to send the correct codes to the TV using the IR port....

Pocket 1945 - A C# .NET CF Shooter        
Total Hits: 6  |  Today: 0 Author: Jonas Follesø       Rating:  
Read Reviews | Write Review |   Your Rating: 

Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# targeting the .NET Compact Framework. This article is my first submission to Code Project and is my contribution to ongoing .NET CF competition. As well as being my first article this is also my first game ever. My every day work consists of building data centric business applications, so game writing is something completely different. So, go easy on me. One of my goals when starting this project was to...

Tetris for Pocket PC        
Total Hits: 9  |  Today: 0 Author: Marcelo Ricardo de Oliveira       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple version for Pocket PC of the worldwide awarded game Tetris (perhaps the most popular electronic game of all times?) In this article I'll present some techniques used to develop the game, providing also the source code. I hope the reader enjoy it, because for me it was a real treat. I should say that I was motivated mainly by the fabulous work of Jonas Follesø in his article Pocket 1945 - A C# .NET CF Shooter. That article was uploaded to The Code Project in 2004 and is still imp...


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net