Jared Burrows Blog
Software Development and Course Notes
Tuesday, July 22, 2014
How to make more money with Android and Admob?
Improving Admob Revenue
Check out this awesome link on suggestion on how to improve Admob!
http://www.mobiadage.com/2013/01/3-steps-to-increase-mobile-ad-revenue.html
Saturday, July 19, 2014
How to use the same C++ code for Android and iOS?
Best tutorial on using C++ code with iOS and Android
Please read this wonderful StackOverflow post:
http://stackoverflow.com/a/18334548/950427
Thursday, July 17, 2014
How to improve Admob Ad revenue with filters?
Improving Admob Revenue
Check out this awesome link about turning off certain filters to increase revenue!
http://luk4sproductions.blogspot.com/2013/07/improve-your-admob-revenue-its-about.html
Sunday, July 13, 2014
10 Rules for writing portable software!
I recently came across a good article about writing portable software with C/C++.
Brian's 10 rules for how to write cross platform software:
Don't port
Factor out the GUI
Use standard 'C' types
Use only built in #ifdef compiler flags
Develop cross-platform base libraries
Use UTF-8 for all APIs
Don't use 4rd party 'Application Frameworks'
Raw source builds on all platforms
All programmers compile on all platforms
Fire those that can't follow these rules
Source:
http://blog.backblaze.com/2008/12/15/10-rules-for-how-to-write-cross-platform-code/
Saturday, July 12, 2014
How to get Android SDK version with Gradle?
Android SDK and Build Tools versions with Gradle:
Check out this incredible post and my comment at the bottom:
http://www.egeek.me/2013/12/07/gradle-auto-detect-android-sdk-and-build-tools-versions/
How to speed up Eclipse?
Speeding Up Eclipse on Mac OSX
Check out this great article:
http://juca-cruz-utilities.blogspot.com/2013/06/how-to-speed-up-eclipse-on-mac-os-x.html
Sunday, July 6, 2014
How to tether your Android phone with your Mac?
A great article and how to install a driver to allow your Mac to use your phone's internet via USB:
http://joshuawise.com/horndis#available_versions
Wednesday, June 25, 2014
How to fix the /dev/fd/63: No such file or directory?
How to fix "diff: can't stat '/dev/fd/63': No such file or directory" error:
As root, simply run this command in your Terminal:
ln -s /proc/self/fd /dev/fd
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)