Here is a very basic example that is not true zoom - most people don't actually want to zoom the textview itself, because that changes the size of the frame on the screen - mostly folks want to modif… (View Post)
It's just the design we're using. We have a list of employees in alphabetical order, so the jump list is useful, but we don't really need a header for each section "Employees Beginning With A&qu… (View Post)
I would say dive in. There is a lot of documentation, true some of it is out of date but 95% is still relevant and tools like Intellisense (Visual Studio Code is free) make brute force approaches to … (View Post)
You can create a Xamarin.Android application where all your code is written in C#. However you will have to learn how to use the Android Resources system and, unless you want to define all of your la… (View Post)
I'm working with the Blackberry Dynamics (formerly Good Dynamics) SDK which requires the use of a custom linker to meet FIPS compliance. Previously, this could be accomplished by passing mtouch argum… (View Post)