Sign in
Alex Yakhnin's Blog
Development and architecture for Windows Mobile devices. And a few useful tips on the way...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Feed Reader
FeedPoint
Functional programming
Gestures
List Picker
ListView
Message Control
Metro
MVC
Notable
Picker Box
Progress Dialog
Round Button
Silverlight
Subclassing
Tips
Toolkit
UI
Webcast
Windows 8
Windows 8 Development
WinRT
WM 6.5 SDK
WP7
WP7 Performance
Archive
Archives
January 2013
(1)
October 2012
(3)
September 2012
(4)
August 2012
(4)
July 2012
(1)
June 2012
(1)
November 2011
(1)
October 2011
(2)
June 2011
(1)
May 2011
(1)
April 2011
(1)
March 2011
(1)
February 2011
(1)
January 2011
(2)
December 2010
(3)
November 2010
(3)
October 2010
(4)
September 2010
(10)
August 2010
(6)
July 2010
(2)
May 2010
(1)
April 2010
(2)
March 2010
(5)
January 2010
(1)
December 2009
(4)
October 2009
(1)
August 2009
(2)
June 2009
(3)
May 2009
(2)
April 2009
(4)
March 2009
(3)
February 2009
(3)
January 2009
(3)
December 2008
(1)
November 2008
(6)
October 2008
(4)
June 2008
(1)
May 2008
(2)
March 2008
(2)
February 2008
(1)
November 2007
(2)
October 2007
(1)
September 2007
(1)
August 2007
(5)
June 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Alex Yakhnin's Blog
Windows 8 store apps designs fiesta.
Posted
4 months ago
by
Alex Yakhnin-MSFT
1
Comments
If you are developing Windows 8 apps you'd be interested in these 50 (!) design templates: http://blogs.msdn.com/b/malaysia/archive/2013/01/08/windows-8-design-templates-is-now-ready-for-all-the-developers.aspx Better yet - they all come with...
Alex Yakhnin's Blog
FeedPoint Window 8 Store app is released.
Posted
6 months ago
by
Alex Yakhnin-MSFT
0
Comments
My FeedPoint app for Windows 8 Store has been released. You can get it from here: http://apps.microsoft.com/webpdp/en-US/app/feedpoint/19a4c655-5547-4f08-81e1-a67d8d87ad2a Description FeedPoint is not just another Google Reader client app...
Alex Yakhnin's Blog
Would you like to debug your apps on your Surface RT?
Posted
6 months ago
by
Alex Yakhnin-MSFT
1
Comments
Tim Heuer has got a blog post on how to do it: http://timheuer.com/blog/archive/2012/10/26/remote-debugging-windows-store-apps-on-surface-arm-devices.aspx
Alex Yakhnin's Blog
Tip: How to avoid missing icon for your app in the store.
Posted
6 months ago
by
Alex Yakhnin-MSFT
0
Comments
When submitting your Windows 8 store app for certification don't forget to update the StoreLogo.png file otherwise it will come up as a default app icon (cross). In order to do that you just need to go to the last tab in the dialog for your Package.appmanifest...
Alex Yakhnin's Blog
Charts for your Win8 app.
Posted
7 months ago
by
Alex Yakhnin-MSFT
0
Comments
One of the Microsoft employees Mahmoud Medhat Mousse has created an open source project on codeplex.com which implements chart controls such as Pie Chart, Stacked Bar , Stacked Column , Stacked Line , Line Chart , Area Chart for the Modern UI which as...
Alex Yakhnin's Blog
The video of the FeedPoint.
Posted
8 months ago
by
Alex Yakhnin-MSFT
2
Comments
I've made a good progress in my work to port the FeedPoint app for Win8. Functionality wise it should be 95% feature complete. I've recorded a short video of app's UX:
Alex Yakhnin's Blog
Excellent Win8 Labs for developers.
Posted
8 months ago
by
Alex Yakhnin-MSFT
0
Comments
An excellent labs for developers learning how to develop for Win8 have just been published . It's a step by step walk through on how to create Contoso Cookbook application. I've been using these labs for the last few months when working with customers...
Alex Yakhnin's Blog
How to restore scroll position of the GridView when navigating back.
Posted
8 months ago
by
Alex Yakhnin-MSFT
2
Comments
When developing WinRT applications which utilize GridView or ListView controls you'd come to the situation when navigating back to a page, you need to restore the scroll position of aforementioned controls. The solution that you can employ in this case...
Alex Yakhnin's Blog
Unity for WinRT
Posted
8 months ago
by
Alex Yakhnin-MSFT
1
Comments
If you're In need for a DI and IOC container framework, you can get a port of the Unity for WinRT here: http://unity.codeplex.com/releases/view/92699
Alex Yakhnin's Blog
How to display charms on a top of the WebView.
Posted
9 months ago
by
Alex Yakhnin-MSFT
6
Comments
I've been moving along in my development of the FeedPoint app to WinRT. And as a good citizen of the Modern UI I needed to implement app contracts such as search, share and settings which become available for a user via charms. When displaying Accounts...
Alex Yakhnin's Blog
How to emulate Navigating event in the WebView.
Posted
9 months ago
by
Alex Yakhnin-MSFT
2
Comments
While working on the Win8 version of the FeedPoint app , I've encountered the situation when I needed to be able to intercept a navigation in the WebView control via the link click from the user and show a full browser window instead. Unfortunately the...
Alex Yakhnin's Blog
More details on how to use SQLite with Windows 8 apps
Posted
9 months ago
by
Alex Yakhnin-MSFT
0
Comments
Tim Heuer has posted a walkthrough on how to install the SQLite runtime package for your WinRT apps and how to use it from your managed or native code: http://timheuer.com/blog/archive/2012/08/07/updated-how-to-using-sqlite-from-windows-store-apps...
Alex Yakhnin's Blog
FeedPoint app for Win8 Metro.
Posted
9 months ago
by
Alex Yakhnin-MSFT
0
Comments
While on vacation I've finally found some time to start working on the FeedPoint version that runs on Win8 Metro. I've recently been involved into UX design and development of the Metro apps for the customer and decided to take this experience that I...
Alex Yakhnin's Blog
SQLLite database for WinRT
Posted
11 months ago
by
Alex Yakhnin-MSFT
2
Comments
You should have probably noticed that when developing Metro apps for Win8, the WinRT currently doesn't include any access to embedded relational database such as SQL CE. However there's a light at the end of tonnel in the form of the SQLLite - an open...
Alex Yakhnin's Blog
FeedPoint for Windows 8.
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
I've recently made an early holiday gift for myself - Samsung Series 7 Tablet . It looks great, with the excellent LED screen, good performance and I love it. Since I installed Windows 8 Preview bits on it, I couldn't pass an opportunity to learn the...
Alex Yakhnin's Blog
FeedPoint updated for Mango
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
I've finally published the update for my FeedPoint app for Mango. It's got a few bug fixes as well as Mango specific functionality such as ability to pin live tiles for your feeds which get updates via a background agent. The tiles would get updated...
Alex Yakhnin's Blog
ProfileItem control for WP7
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
In the number of the applications that I'd worked on I had to create a screen to display information about a person such as phone, address, email etc... So the screen essentially'd look like the as profile in the people hub: So I have created the...
Alex Yakhnin's Blog
Sketchflow for Windows Phone 7.
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
Would you like to be able to create your scetchflow designs for the Windows Phone 7? Now you can: http://www.uxmagic.com/blog/post/2011/06/08/Sketchflow-for-Windows-Phone-7.aspx
Alex Yakhnin's Blog
Reactive for Compact Framework.
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
Have you heard about Reactive (Rx) Framework ? If you have been developing for Windows Phone 7, Silverlight or a desktop and had to deal with asynchronous code, the Rx Framework has been a life saver for you. I love it's power and flexibilty. However...
Alex Yakhnin's Blog
FeedPoint updated.
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
I've updated the FeedPoint app with the a few requested features: - The feed list screen now has the "mark as read" button. You don't need to expand the menu for this. - It now allows sorting the feeds by time they were created, such as "sort by...
Alex Yakhnin's Blog
Avis app
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
1
Comments
A few months ago I spend some time with folks from Avis to help them to get started on the development for Windows Phone 7. Their app has recently been published on the marketplace and has already gathered a very good reviews from the users.
Alex Yakhnin's Blog
The recent release of the Windows Phone Developer Tools January 2011 Update
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
Here's some useful information from the documentation team: The recent release of the Windows Phone Developer Tools January 2011 Update includes bug fixes, a new emulator, and utilities. Alongside the release of the tools we have also published an...
Alex Yakhnin's Blog
Is ANID unique?
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
1
Comments
When developing the FeedPoint app I needed to encrypt the user credentials in order to store them in the isolated storage. So, I used AesManaged class to encrypt and decrypt the data. As a password key, I've decied to use the anonymous ID that we can...
Alex Yakhnin's Blog
The Best of 2010
Posted
over 2 years ago
by
Alex Yakhnin-MSFT
0
Comments
It's time for a traditional most popular posts of 2010: Creating a Splash Screen with a progress bar for WP7 applications. Creating Scrollable TextBlock for WP7 Creating Progress Dialog for WP7. Implementing Picker Box functionality...
Alex Yakhnin's Blog
FeedPoint app has been published.
Posted
over 3 years ago
by
Alex Yakhnin-MSFT
3
Comments
The feed reader app that I've been talking about in my previous posts has been published on the marketplace: http://social.zune.net/redirect?type=phoneApp&id=ec451fcf-7b10-e011-9264-00237de2db9e I've decided not to make it a free app (it just...
Page 1 of 5 (113 items)
1
2
3
4
5