Home » Android

Ignore Configuration Changes in Android

When programming on the android I encountered a error called android.view.AbsSavedState which happens whenever you do any type of screen orientation or slide out your keyboard. So I decided the best way for me to avoid this error was to ignore any type of screen orientation. add a couple of attributes in your manifest file <activity  android:name=”(Put in your activity name if not already... 

Multi touch and Tethering for the Android phone without rooting it

I always thought that in order to really use utilize or to get what I want out of my phone that I needed to jail break or root my phone.  But there have been two applications that disapprove my thought process. I really wanted to be able to have multi touch and to tether my phone and computer without rooting the Droid and have been successful in my search. Check it out below Dolphin Browser (Multi... 

Free Exchange ActiveSync for the Droid or any Android phone

This morning I was getting a ready for this meeting had which is a hour away. I’m running around making sure everything is good and studying the night before to make sure I’m on point with my information. I finally get there and find out the meeting is canceled after I get there and it was a ruff drive getting there. Turns out the lady sent me an email stating 2 hours before I got there... 

Text to Speech for the Google OS, Android (Updated)

Text to Speech in Android Version of android executed in: 1.6rc2 in Windows TOOLS we used: Eclipse and Android library 1.6rc2 How it works: 1. In android 1.6rc2 the text to speech library is built in called android.speech.tts, here is link for the information http://developer.android.com/reference/android/speech/tts/TextToSpeech.html 2. Here is the code package com.android; import java.util.Locale; import... 
Copyright © 2010 · Comp Sci Solutions · All Rights Reserved · Posts · Comments