The world's coolest Laptop

Monday, January 9, 2012

Buttons in Listbox–WP7

Its really wonderful and dynamic to have a button associated with every element of listbox. This is really advantageous if you running short of screen space (often the case in phone applications). This is an extension of data binding techniques.But how do we know which element’s button is tapped because while defining the button using binding we give a single event handler....

Sunday, January 8, 2012

Ultimate alarm pro

Ultimate alarm pro an Alarm and reminder application application built for WP7.5 .I am going to describe something about this application. Ultimate alarm pro has some incredible features that no other alarm application has for wp7. It is built using silverlight and C#. Some of the features of this application are as follows: Pop up alarms : When you set an alarm a...

Med Prompter Pro

Med prompter is a medicine reminder application. It’s a simple utility presented with an incredible user interface, Some of the features of this application are as follows Reminder for each dose of each medicine: You can setup reminders for every dosage of each medicine. The reminders are set for the time you wish to take...

Insurance emergency assistance

  Insurance emergency assistance is an app that is used to manage insurance policies and to get the services specific for insurance during emergency.This application is built using Silverlight and C#.   During emergency , say if a car accident occurs we normally tend to forget the number of the insurance fellow, policy details etc. Next, you have to run behind him...

Finance Manager beta

Finance manager beta is an application i have designed for windows phone 7. I have given a brief summary of the app here. Check it out. Finance Manger beta is an app that helps in financial management needs on the go. Combined with an user friendly interface the functionality of the app includes calculations related to loans, expense tracking and...

Item template & Data binding with listbox–WP7

ADDING PICTURES AND FORMATTING THE DATA IN LISTBOX The listbox is an element that is used to display a list of data. The default manner in which the data is presented in the listbox sucks. So we are going to format this by using a technique called data binding. I am going to show how to add pictures and do some formatting with the data. Advantages: Enables you to present...