Android - Default Activity Not Found
Check you AndroidManifest.xml has the correct name in the Activity
Programmatic Button Gradient
I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.
UIAppearance - System Wide Font
Set an app wide font [[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];
Android - Custom URL Scheme
So I've implemented a Custom URL Scheme in iOS and want to do the same in Android.