Often when creating documents you need to insert some of the top established collection items, which after using certain gestures are sug...
Thursday, August 30, 2012
Tips and Tricks for C# WP8 Developer
As an experienced developer, you do not have bug. Never. At least on your computer. And when sometimes (so rarely that you can barely rem...
Passwords & Secrets (Encryption & Observable Collections)
Passwords & Secrets is a notepad-style app that you can protect with a master password. Therefore, it's a great app for storing a...
HOWTO: SQLite with Windows 8 apps
I've previously posted a few things about SQLite including a HOWTO on how to build from their source code. If you still want to build...
Objective-C Literals
Three new features were introduced into clang at the same time: NSNumber Literals provide a syntax for creating NSNumber from scalar l...
iOS Resources: Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D
A great example on using the Chipmunk physics engine with Cocos2D. You can find the tutorial with an example project on the Heyalda...
Open Source iOS Control For Creating Map Kit Style Callouts In Other Views
Now you can add the same callouts outside of an MKMapKitView. You can find the control on Github here . You can read more about the co...
iOS Resources : Open Source iOS Library And Example For Creating A Drum Beat Maker
For anyone looking to create a drum beat maker on the iOS platform. Also included is a great example that could be used as a starting poi...
RadControls for Metro (XAML)–Date and Time Pickers
The RadControls For Metro suite of controls includes a very flexible DatePicker and TimePicker control that I'll illustrate in this...
First Look at RadComboBox and RadAutoComplete for Windows 8 - HTML
Have you ever wanted to create a Metro Application that had a more powerful ComboBox with functionality such as auto-complete or placehol...
Wednesday, August 29, 2012
Basis Topics of interview questions for Beginner or 1 Year experience in .Net
For 1 year you have to prepare all basics of .net (c# or vb,sql server, asp.net ). Mainly OOPs concepts. a.Abstraction b.Encapsulati...
Open Source C# (Mono Compatible) Library for Sending Push Notifications To iOS Apps
Another good alternative for sending push notifications. You can find the library PushSharp on Github here . You can find a tutor...
Today Android Development Resources and Articles
1. Surface View Animation Example in Android This example shows how you can animate your view using OpenGL in android. Algorithm: 1.) Cre...
Today iPhone Development Resources and Articles
1.A Utility App for iPhone On the iPhone, the Utility Application template creates an app with a two view controllers. The second view co...
Today Window Phone Development Resources and Articles
1.Custom Drawing Book in Windows Phone This example will show how you can create Drawing book or Notepad type app in windows phone. Algor...
How to Create Air hockey Game for Mobile Phones iPhone and Android
Have you ever played Air Hockey? Air Hockey is a fairly popular game in game centers and other places where people hang out. Not that man...
Reusable collapsable table view for iOS
I was once working on an iPhone application that shows a large number of inputs, grouped into various categories, in a UITableView. To ch...
Open Source iOS Grid View Control With Automatic Dynamic Layout Changing
A very useful control for displaying images of different sizes. You can find the control BDDynamicGridViewController by Norez Ora...
Tuesday, August 28, 2012
How to Share Internet Connection from WP7 Device?
Do you know that, you can easily share the internet connection of your Windows Phone 7 device to your Laptop? Yes, you can share the phon...
Today iPhone Development Resources and Articles
1- Open Source Unity 2D Game Framework With A Flash/Cocos2D Like Syntax A new framework from Matt Rix known as Futile for creating 2D gam...
Bing Maps in Windows Phone
Nowadays, Mobile applications are getting more and more success. Their most important advantage is mobility which is realized thanks to s...
Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App
Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App A very interesting UITableView customization. You ...
Today iPhone development Resources and Articles
1- Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D A great example on using the Chipmunk physics engine with Cocos2D. ...
Today Android Development Resources and Articles
1. View Pager Example in Android Development This example shows how you can create an image pager in android. Algorithm: 1.) Create ...
Today iPhone Development Resources and Articles
1.Custom Table View Cells in iPad Programming The UITableViewCell class can be configured to display in a variety of standard ways, but...
Today Window Phone Tutorials and Articles
1.Hyperlink Example in Windows Phone development This example explains how to create and handle hyperlink button in windows phone. Algo...
Open Source iOS Control For Creating Springboard Style Icons With Alert Badges
Open Source iOS Control For Creating Springboard Style Icons With Alert Badges A very useful control if you're looking to add a spring...
Monday, August 27, 2012
Targeted .NET Framework in Visual Studio 2012
Did you install Visual Studio 2012 in a fresh new environment and willing to target your project for .NET Framework prior to Framework 4 ...
Visual Studio 2012 Metro Styles for WPF
Although there are still serious discussions about whether the "Metro" design concept from Microsoft is good or not, WPF develo...
Extending Visual Studio Part 2 - Creating Addins
This is the second in my series of articles on extending Visual Studio. In this article we're going to look into a way to extend Visu...
A Beginner's Tutorial on String Comparison in C#
Usually in our applications when we want to compare two strings we use the equality operator. Under most scenarios this will work properl...
Step by Step Creating UserControl : DataGridView With Paging
I have Created this UserControl for those who are looking for DataGridView paging functionality. So many times we are using DataGridView ...