• submit to reddit
Senthil Kumar04/06/11
2895 views
0 replies

New IDE for Mobile App Developers ( Windows Mobile , Android , Apple iOS )

Just found this interesting video when searching through IDE’s in googleHello World Hello Meme IDE from Meme Apps on Vimeo. Joe Gregory has been working on a new IDE for Windows Mobile , Android and Apple IOS  . The IDE is named as “MEME IDE”...

Den Delimarsky04/06/11
7418 views
1 replies

Developing SevenDrops - A Dropbox-based photo uploader for Windows Phone 7 [5/6]

It's now time to work on the actual upload mechanism for the application. It still relies on OAuth, but as it was shown in the previous article, the foundation for it is already created.The first thing that I did is create the Upload method - the one that...

Sudheendra Kovalam04/05/11
3454 views
0 replies

My Experiences in Silverlight 4 : Writing re-usable Controls

These days I am working on Silverlight and creating Custom controls which would be re-usable in another projects. And when you set out to write re-usable Silverlight controls, Silverlight toolkit is the best code to look up to.

John Blanco04/05/11
3632 views
0 replies

Top 10 Annoyances XCode 4 Fixed For Me

XCode 4 is a radically subtle re-think of the XCode interface. The biggest changes are the switch to a single view as well as the overall workflow for running and deploying apps to the App Store. Here are some of my favorite improvements over XCode 3.

Den Delimarsky04/05/11
5863 views
0 replies

Developing SevenDrops - A Dropbox-based photo uploader for Windows Phone 7 [4/6]

Time to get further with OAuth, and now it gets a little bit more complicated because we'll have to deal with request signing (which might be a headache for some beginners). As I showed in my previous article, we already have the token and the secret needed...

Terrence Ryan04/04/11
2585 views
0 replies

Holy Crap I’m a Mobile Developer: Desktop to Mobile

In this last video installment, I'll show you how to take your desktop AIR application and turn it into a mobile one: Flash Catalyst for Mobile Development 3 from Terry Ryan on Vimeo.

Den Delimarsky04/03/11
7371 views
0 replies

How to sniff web traffic from Marketplace-based Android applications

There are cases when it is necessary to track the outgoing and incoming traffic related to Android applications. However, Android as a platform is not really friendly towards this kind of operations. The most common way I am analyzing the traffic that is...

Terrence Ryan04/03/11
1739 views
0 replies

Holy Crap I’m a Mobile Developer: Idea to Prototype

For my first video in this series, I'll show you how to take an idea from one of Adobe's design tools (Fireworks) to a working prototype using Flash Catalyst Flash Catalyst for Mobile Development from Terry Ryan on Vimeo.

Alessandro Giorgetti04/03/11
3992 views
0 replies

Silverlight, M-V-VM ... and IoC - part 3

It’s time to go on with this series, at this point we know the basic principles of MVVM and we have a set of base classes and interfaces we can use. We need to put it in action and see how we can implement the View and the ViewModel and how we can tie...

Per Ola Sæther04/03/11
4135 views
5 replies

My favorite Windows Phone 7 development resources

When I develop Windows Phone 7 apps I use a lot of online and offline resources to learn best practices, tips and tricks from other developers. Why use a lot of time figuring out how to do things that already have been done. This post is a collection of...

David Kelley04/02/11
4897 views
0 replies

Dirty Dirty Silverlight Hack... - Silverlight 4 Hack: Use Native/Desktop CLR Without COM Registration

Here is a hack of the month. Jeremiah is probably my favoriate Silverlight Prodagy and he has done it again with this wonderful hack, 'Use Native/Desktop CLR Without COM Registration' I like the first line, "WARNING: Information and code here can...

Axel Rauschmayer04/01/11
6288 views
2 replies

JavaScript: an overview of the regular expression API

This post gives an overview of the JavaScript API for regular expressions. It does not, however, go into details about regular expression syntax, so you should already be familiar with it.

Terrence Ryan04/01/11
5815 views
0 replies

Holy Crap I’m a Mobile Developer

I'm starting up new little series entitled "Holy Crap, I'm a Mobile Developer." The idea is that somewhere along the way I developed the ability to build applications for mobile devices, specifically Android. Sadly I can't take any credit for...

Simone Chiaretta04/01/11
4824 views
0 replies

The Importance of Performance Testing in a Windows Phone 7 Application

A few months I described how I handled the encoding bug of the WebBrowser control in WP7. Unfortunately it was not just a problem with the “smart quotes” but also with all non western characters, and the naïve solution to the problem caused a...