Harptabs Is Never Down
avatar

I have been hearing a lot of people saying that the site is always down. You can check this site or any other site by going to http://doj.me/?url=harptabs.com, if the site does appear to be down to you but doj.me says it is up please let us know what message you see so we can look into the matter.

Posted in Harptabs.com, News | Leave a comment

Stop App from Restarting when Screen is Rotated
avatar

One interesting problem I have encountered in Android development is that the when you rotate the device it restarts the activity from the start.  This is very annoying espeical to the end user who can get the splash screen again or have to start to from the begining of the app.

With a few simple lines of code you will be able to prevent this screen rotation from taking place.

Step 1:  Edit your android manifest.xml file to add in the following line to where the activity is displayed:

android:configChanges=”keyboardHidden|orientation”

Step 2:  Add the following to your activity:

@Override
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConfig);
}

Posted in Android, Development | Tagged , , | Leave a comment

Update to Harptabs.com Android App
avatar

I have just rolled out another bug fix for the Android App.  There was a bug when the screen was rotated which caused the app to reload.  You can download the new version on the marketplace.

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

Harptabs for Android Updated
avatar

Harptabs for Android has been updated to add in a new load screen and graphic buttons.  You can download the new version Harptabs on the Android Marketplace

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

Massive Security Vulnerability In HTC Android Devices (EVO 3D, 4G, Thunderbolt, Others) Exposes Phone Numbers, GPS, SMS, Emails Addresses, Much More (63 points)
avatar

This is pretty serious, that is a very large hole.

Massive Security Vulnerability In HTC Android Devices (EVO 3D, 4G, Thunderbolt, Others) Exposes Phone Numbers, GPS, SMS, Emails Addresses, Much More (63 points) – http://pulse.me/s/1XJLt

Posted in News | Leave a comment