Let's try to learn complexity with simplicity. Please Share it and don't forget to SUBSCRIBE our channel for new videos : https://www.youtube.com/channel/UCCOTcYjHr9PVwkMC-Fugk0Q
Tuesday, 24 June 2014
Thursday, 19 June 2014
WindowsPhone ListBox Search: HightLight the search result text with specific color(C#-XAML)
Introduction:
In prev post i was explained about get child items in windowsphone,this post is explained about "How to filter/search the listbox items based on text entered in SearchTextBox?" & "How to highlight the search text color in every mapped listbox items?".Oh apart from these two questions ,for the first question there is lot of resources are available to do that,in other hand second question is very interesting requirement and it is little bit complicated to dynamically highlight listbox items text color which is mapped by text entered in SearchTextBox . Because indirectly it is the way of communication between SearchTextBox & ListBox DataTemplate controls,so we need to get child items of listbox datatemplate and then dynamically format the child items text color with " Run " object element.However this post will gives you simple solution for above both two questions.Tuesday, 17 June 2014
WindowsPhone 8.0: Importance of Exclude & Include commands in Solution Explorer for Beginners (C#-XAML)
Introduction:
Have you ever use two commands "Exclude & Include" in your Solution Explorer?.if yes good,these two commands having most importance.Because when we developing a big app,in solution explorer there may be some waste of files/images which are not useful at present,but in future these are may be useful.In this case we can temporarily remove un-useful item from the project using Exclude command.And in future when it needs we can add that item using Include command.Wednesday, 11 June 2014
WindowsPhone 8.0 vs WindowsPhone 8.1:New DatePicker&TimePicker features(C#-XAML)
Introduction
In WindowsPhone 8.0 datepicker & timepicker controls are indireclty available from Windows PhoneToolkit .But fortunately now both controls are direclty vailable from windows phone 8.1 sdk toolbox,so now no need for extra toolkit references ,as well as other paid controls.This post is explained about following new key properties, events,main features.
Wednesday, 4 June 2014
WindowsPhone 8 Custom URI Scheme:Launching other own apps from your app (C#-XAML)
Introduction:
It is very easy to launch another app with your app with help of "Custom URI Scheme" concept.So it is way of promoting one app with other apps.However this post is explained about
1)How to make custom uri scheme.
2)How to communication other own installed apps with your app.
3)How to send files between two apps
Subscribe to:
Posts (Atom)