Android

Android is an Operating System maintained by Google.  It is based of of Linux and relies heavily on Java for it’s programs to run.

I personally like the freedom Android provides by being an open system based off of open sourced coding.  Many of the features and abilities Linux has can be done within Android.

Populate a Binary Database Field Using a Local File
avatar

You can run the following SQL statement to populate a binary database field using a local file.

UPDATE <table>
SET <field> = (SELECT BulkColumn from Openrowset( Bulk ‘<full file path accessible by the server>’, Single_Blob) as <field name>)
WHERE <where condition>

Posted in Development | Tagged , | Leave a comment

Basic 3D using libGDX | blog.xoppa.com
avatar

This tutorial guides you in using the basics of the 3d api LibGDX offers.

Source: Basic 3D using libGDX | blog.xoppa.com

Posted in Development | Leave a comment

Guilds added to Dominion Companion
avatar

Dominion Companion has just been updated to include the Guilds expansion.

Posted in Android Apps, Dominion Companion, News | Leave a comment

Repair MySQL Database
avatar

If you have corrupt mysql tables you can run this command to automatically fix them. Just make sure you have enough free space. It general takes about double the size of the table to do the repair.

mysqlcheck –auto-repair -A -u -p

Posted in Android, Development, Guides, Linux, Websites | Leave a comment

Harptabs Mobile Newest Release
avatar

After a lot of hard work and the help of a few end users it looks like all of the bugs have finally been squashed in the current release.  I want to personally thank the people who took the time to do beta testing and to provide me with feedback on each release, without them this app would still have some large bugs.

Posted in Android Apps, Harptabs.com, Harptabs.com Mobile App, News, Our Apps | Leave a comment