Sometimes you might want to 'lock' the screen, better say: disable touch input. For example, if you put the device in a pocket, to a...
Thursday, September 27, 2012
Android - Stock Market Watch (COINS) in C# using Visual Studio 2010
"COINS Mobile" allows you to watch Stock Market Data. It illustrates proper application architecture layering and uses a common co...
Wednesday, September 26, 2012
Robust MVC
In development of a sizable software product there are a number of aspects to consider: overall architecture, physical layout, object lifeti...
ColorPicker - a jQuery UI Widget
This project is a web color picker which looks like the one in Microsoft Office 2010. It can be used inline or as a popup binded to a text b...
Today's iOS Developer Resources
1.Open Source iOS Library Providing Quick And Easy Encryption Of Any NSCoding Compatible Object A library that allows for easy encryptio...
What is the difference between Finalize() and Dispose()
Some quick points on Finalize() and Dispose() in C#: 1. Finalize() is the C# equivalent of destructor ~Object() syntax in C#. In VB.Net you ...
Garbage Collection in .NET
The inclusion of Garbage Collection in the .NET runtime removes the need to track and release memory allocations. When programming in the ma...
Garbage Collection in .NET - A deeper look for the beginners
Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in different ways...
Tuesday, September 25, 2012
Today's iOS Developer Resources and Articles
1. Open Source iOS Control For Easily Making Popovers Using UIViews, Strings And More An open source control for creating native looking pop...
DESIGNING RETRO LOOKING GAMES FOR WINDOWS 8
When people talk about "retro" games, they usually refer to most games made for the 1st to 4th generation of gaming consoles. The ...
Sunday, September 23, 2012
Tutorial: How To Create An iOS 6 UICollectionView Using Storyboards
Today's iOS Developer resource is a tutorial on how to use the new UICollectionView grid style view component added by Apple in iOS 6. ...
Today Android Development Resources and Articles
Android Tutorial | Android SDK Development & Programming 1. Sound Pool Example in Android Development This example shows how you c...
A TableView based menu for iPad
iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog A TableView based menu for iPad Menuing in iPad is typically h...
Color Animation Example in Windows Phone
Windows Phone Tutorial, Development & Programming Blog Color Animation Example in Windows Phone This example shows how you can creat...
Rad Spell Checker in Silverlight 5
Today, in this article let's play around with one of the interesting and most useful concept in Silverlight with rad controls. Questio...
Top 30 Ways to Earn Money Online on Internet in Urdu
Top 30 Ways to Earn Money Online on Internet in Urdu If you remember, I recently wrote an article about Earning Money Online In Urdu. Th...
Saturday, September 22, 2012
WCF 4.5 features: Simplified Generated Configuration Files
In this post we will discuss one of the most important feature of WCF 4.5. WCF 4.5 generates simplified configuration file at the client sid...
Friday, September 21, 2012
Open Source UICollectionView Replacement For Maintaining Compatibility With Older iOS Versions
Open Source UICollectionView Replacement For Maintaining Compatibility With Older iOS Versions Today's iOS Developer resource is an ...
Thursday, September 20, 2012
Android Sample Apps
The Android SDK includes many sample apps that can help you learn Android by inspecting how different APIs are used to build a mobile app...
Create a dynamic shelfview in Android?
As you know, Android doesn't support ListView with horizontal view feature. There is some way for make it such asgallery or TableLayo...
Touch handling in Android
There is already a lot of information available about touch and multi-touch on Android. Consequently, I don't have the illusion to be...
Beginning Android Application Development - Hello, Android!
Here is my first Android Application Development Tutorial. Since it's my first tutorial, I just want to show you how to begin deveopm...
Android Tutorial - How To Make A Simple Phone Call Application
Welcome to my Android tutorial. This time, I'd like to show you how to make a simple phone call application. Is that important? Yes, ...
Wednesday, September 19, 2012
Best & Cheapest Web Hosting in Pakistan
Best & Cheapest Web Hosting in Pakistan We've many times talked about how to make a new website. There are dozens of tutorials ...
Open Source Popover Style Color Picker Control Perfect For iPad Apps
Today's iOS Developer resource is an open source iOS objective-c control for creating a color picker that looks like a native popover...
Tuesday, September 18, 2012
Tutorial: How To Create An iOS Drawing App With Image Sharing And Saving
Today's iOS Developer resource is a tutorial on how to create a drawing app using Objective-C. The tutorial contains a nice simple d...
Windows 8 XAML Tips - Detect App Deactivation
Detecting when a Windows 8 Store app is deactivated isn't as easy as you would expect. In the Windows Phone project templates, you wi...
Windows Store App: Working with HTML 5 Menu Flyout
Windows Store applications target the Windows 8's new runtime, WinRT. They can be programmed using JavaScript, C#, VB.NET , C++ etc. ...
Innovation Across Multiple Screens and How Your App Idea Fits In
It is truly an exciting time to be a developer on the Microsoft-based platform. Microsoft has been talking about the vision known as ...
WP Context Menu using MVVM
When I used ContextMenu in my application for the very first time, my applications were not using MVVM. Therefore, I had to add a context...
iOS SDK: UIView Animations
This iOS Quick Tip will teach you how to easily animate objects with UIKit. Whether you need sliding menus or flying monkeys, it's ea...
iOS SDK: NSNotification
In today's quick tip, you'll learn about the NSNotification class while building a demo project to monitor changes in the devi...
Monday, September 17, 2012
Performing Bulk Copy Operations on Database
There can be situation when we need to copy large amount of data from one location to another. For example, you have created a backup co...
Finding Handled Exceptions while debugging time
This article mainly focus on how to find handled exceptions. While debugging code, we easily find unhandled exceptions. But how to find ...
Mini Xcode Plugin For Working Without The Gigantic Xcode Toolbar
Today's iOS Developer resource is an Xcode for plugin made for working with the large toolbar at the top removed. This plugin provides ...
Sunday, September 16, 2012
Blogger SEO: How to Optimize Images & Permalinks
Blogger SEO: How to Optimize Images & Permalinks There were many new Blog optimization features added to Blogger new interface and w...
Saturday, September 15, 2012
Getting started with Windows Phone and MVVM Light
Getting started with Windows Phone and MVVM Light - Part 1 of 2 CodeProjectA few days ago, Rich Dunbar wrote a post about how to get started...
How to Build a Picture Gallery app for Windows Phone – Source Code Available
Software development, like many other things, is learned by studying theory and applying that theory to practice. While practicing however, ...
Today's iOS Development OpenSource and Libraries
Today's iOS Developer resources include an open source control for easily creating status bar messages, and a library for creating graph...
Today Android Development Tutorials and Samples
Android Tutorial | Android SDK Development & Programming 1. Data Fetching in Android This is a sample activity which shows How t...