One of the capabilities of Icenium that makes testing your mobile apps simpler is the ability to deploy applications in development to iOS devices without the need to provision them thought Apple’s developer portal, which requires a $99/year developer account. While getting a device provisioned...
Over the last few months, we’ve been working hard to deliver you an awesome Q1 2013 release (which you can read more about, here). Along the way, we figured today was time to drop a Service Pack for Q3 2012, which includes a bunch of new...
The new additions to the service include the ability to use Environment data in the Advanced Query and improvements to the usability of the filtering experience by introducing an ability to tag and annotate individual items. Also included is a new feature that allows you to better control how data in the feature views are visualized by providing both expand and collapse functionality.
I mentioned earlier that I’m going to be heading up a breakfast event on 1/29 in New York city at the Microsoft office. Due to some schedule changes we’ve had to tweak the first session. Instead of the SOLID talk previously scheduled I will be presenting an Intro to Unit Testing talk. I’ve given this talk many times over the years and I always love doing it. The talk’s in C# using NUnit and JustMock, but the concepts are the same regardless of whatever testing infrastructure you’re using. I hope to see you there! (Why not go register now...
Do you know what's better than building a Windows Application? Building a single application that not only runs on Windows, but also runs on Mac. And Linux. AND Chrome OS. Chrome Packaged Apps run anywhere that Chrome runs. They give you complete access to the device's native API's...
As many of you are already aware, we have been delivering many of the top requested features by the community with each official release of Telerik OpenAccess ORM. Database Default Values, Database Functions support and Native 1:1 Relationships are only a few of the most recent examples.
Click to continue...
As you may know you cannot use ILMerge to merge assemblies with XAML (WPF application) however there is a little known trick you can use to achieve your goal in a bit different way.
This part of the application has four “screens” or PivotItems of data. If we take a look at the application bar (in green at the bottom), then we will quickly notice the following:
Contact Details – Contains a cancel and next button.
Interest – Contains a previous, cancel and next button.
Subscriptions – Contains the same thing as interest.
Request Follow Up – Contains previous, cancel, save and close and save and add new.
We will quickly see that our standard application bar will not work and that we will need to dynamically load a new application bar as the user swipes to the next page.
Many curious customers send us tickets every week to ask us how they can implement a menu similar to that on our official website, www.telerik.com, using RadMenu for ASP.NET AJAX. The following post is inspired by them and is aimed at providing you with tips and code snippets to help you achieve this appearance and functionality.