##Contact info
Michael's Twitter | Blog | Slides
Sam's Twitter | Blog | Slides
##ASP.NET
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>WorldCountriesRadComboBox</title> |
//OLD WAY | |
//NSString *articleTitle = [[feeds objectAtIndex:indexPath.row] objectForKey: @"title"]; | |
//NEW WAY | |
NSString *articleTitle = feeds [indexPath.row] [@"title"]; |
Michael Crump | |
@mbcrump | |
[email protected] | |
------------- | |
All Source Code (WPF, WP8, Win 8) | |
http://bit.ly/HTwKWD | |
RadControl Bits Required | |
WPF/SL |
// | |
// ViewController.m | |
// TelerikAnimations | |
// | |
// Created by Michael Crump on 3/25/14. | |
// Copyright (c) 2014 Michael Crump. All rights reserved. | |
// | |
#import "ViewController.h" |
// | |
// ViewController.m | |
// GettingStarted | |
// | |
// Created by Michael Crump on 03/25/14. | |
// Copyright (c) 2013 Michael Crump. All rights reserved. | |
// | |
#import "ViewController.h" |
using System; | |
using System.Linq; | |
using System.Windows.Forms; | |
using Telerik.WinControls.UI; | |
namespace TelerikListWinForms | |
{ | |
public partial class Form1 : Form | |
{ | |
//Make sure you tie the radListControl to the MouseDoubleClick event handler either through the control itself or code behind. |
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 'android-L' | |
buildToolsVersion "20.0.0" | |
defaultConfig { | |
applicationId "com.example.michael.mynewtestapp" | |
minSdkVersion 15 | |
targetSdkVersion 'L' |
##Contact info
Michael's Twitter | Blog | Slides
Sam's Twitter | Blog | Slides
##ASP.NET
##Contact info
Michael's Twitter | Blog | Slides
##Demos
Here's my own list of the interesting stuff announced during this year's WWDC, collected from the keynotes, various Apple docs, blog posts and tweets.
If you're planning to watch the videos, I really recommend this Mac app that helps you download and watch them: https://github.com/insidegui/WWDC.
http://www.apple.com/osx/elcapitan-preview/