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
Friday, 28 November 2014
Wednesday, 26 November 2014
WindowsPhone: Image crop with rectangle ,Beginners Tutorials (C#-XAML)
Introduction:
Especially for photo apps,we may need to crop the image with rectangle which is little bit difficult to implement through the code.However i will explained very clearly in this post with help of WriteableBitmap .Monday, 24 November 2014
WindowsPhone: Drag and Drop the control within parent layout, beginners tutorials (C#-Xaml)
Introduction:
Some times we may need to drag and drop the specific control around the screen.So it may chance to control will be not visible if drag & drop meets out of screen boundaries.However we can easily resolve this issue using "built-in Windows Phone behaviors" (In our sample we are using 'Motion behaviors' ,i.e MouseDragElementBehavior).Friday, 21 November 2014
WindowsPhone: Write Text on Image (C#-XAML)
Introduction:
Recently one of my blog follower was requested for a sample as 'he want to write text on image with MouseMove event'.For this question my previous article is enough but not efficient.Because there i was set text on image at static (x,y) co-ordinates with help of WriteableBitmap. In this sample we need to write text on dynamic (x,y) co-ordinates and so i thought 'WriteableBitmapEx' library is best match for this requirement.Because this library adds more extensions to WriteableBitmap,there by we can do direct manipulation of a bitmap and could be used to generate fast procedural images by drawing directly to a bitmap.Wednesday, 19 November 2014
WindowsPhone 8.1: Wow! now its very simple to make Navigation Drawer in Phone(C#-XAML)
Introduction:
Yes i am really happy now.Because now very nice built-in 'DrawerLayout' library is available from 'Nuget'.And i am really says very thanks to 'amarmesic' for providing this layout.Before in 8.0, we need to write lot of code to make 'Navigation Drawer'.But now we can make it with very few steps.Any way for my kudos visitors, i will be discuss it in this post.Monday, 17 November 2014
WindowsPhone : Making nice custom loader/rotator with related text (C#-XAML)
Introduction:
I already posted this kind of article here.And it is very nice example for making custom loader.However we need to provide some kind of progress/loaders until user data is loaded.And it is good practices user should knowing about his data is still loading from web.In previous article i introduce loader without related text.But now I thought It's better to showing related text with loader,So user can get an idea about for which date he is waiting so far..
Subscribe to:
Posts (Atom)