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.
Android - JavascriptInterface
http://www.lewuathe.com/blog/2014/02/21/use-javascriptinterface-on-android/
Android - Stop reload after orientation change
I have added Barcode scanning into my app but after I have scanned it returns to my Activity and reloads the page.