Alex Hedley (Page 28)

Welcome to my blog!

UIAppearance - System Wide Font

Set an app wide font [[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];

Read more...

Pull To Refresh

Wanted to add the Pull To Refresh capability.

Read more...

Android - Build an Apk

Build

Read more...

Android - Rename a Project

Refactor didn't change it everywhere.

Read more...

Android - Preferences Screen

I've wanted to add Preferences Screen to my app.

Read more...

Android - Custom URL Scheme

So I've implemented a Custom URL Scheme in iOS and want to do the same in Android.

Read more...

Android - JavascriptInterface

http://www.lewuathe.com/blog/2014/02/21/use-javascriptinterface-on-android/

Read more...

Integrate Zxing with Android Studio

Spent some time trying to integrate Zxing into my app and couldn't get the Activity to work.

Read more...

Android - Set Image Button Image

Add the Image to src/res/drawable

Read more...

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.

Read more...