Jared Burrows Blog
Software Development and Course Notes
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
Sunday, June 15, 2014
CCleaner for Android by Piriform!
Finally, CCleaner which I use on Mac OSX and Windows is available for Android!
Download here:
https://play.google.com/store/apps/details?id=com.piriform.ccleaner
http://drippler.com/updates/share/ccleaner-android-now-available-download-google-play-store
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)