Home » Posts tagged with "Programming"
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...
Test out your Programming Skills
Every now and then you need to tune up your programming skills. Even football players have to keep lifting to keep their level of strength. So as a programmer what do you to keep your level of skill or raise your level of skill? Well I have the answer for you. These are a list of some very good websites to take your programming level too the next level.
Facebook
Ed’s Programming Contest Problem...
Thin Client Applications (Web App) vs. Thick Client Application (Software App) Which is Better?
As a developer it is always good to keep up with trends and have an understanding of the direction the field of computer science or web development is moving. Recently I have started to notice just how many thin client applications that are out there that do the exact same thing as many thick client applications. Now for those who don’t know what I’m talking about in terms of thin and thick client...