Simon Barker

Results 8 comments of Simon Barker

+1 for @pragmaticdave 's solution, I did something similar and it works well. Just remember to block out all of Bootstrap's tab CSS and Javascript or it might not work...

Just updating a project to swift 3 and using the suggest line above `pod 'Money', '~> 2` I get this error on `pod install` ``` Analyzing dependencies [!] Unable to...

Thanks for this, seems to have gotten me a step closer (and also helped me find the AdMob Gradle files - shift shift if my friend!) Now I have 5...

Awesome, nearly there I think, now I just get the one error `error: cannot find symbol class AdMob` from the line the docs say to add in the mainActivity `add(AdMob.class);...

Whoops, missed that line. it now builds but dies immediately with errors around finding: `android.support.design.widget.CoordinatorLayout` looks like it is still looking for the pre AndroidX package. I've tried running Migrate...

Ah man, that's got it - thank you so much. I really had no idea there would be so much work to get this to compile for Android, think I...

Chiming in here, it's pretty weird that sorting can't sort based on a numeric data type - that's 101 level functionality