silviu_stelian
Lurker
Hello everybody 
I just started developing apps for Android in Eclipse and I came upon an interesting challenge. I started working on an application that:
When launched, shows an input field to enter a sentence and a standard button
When the button is pressed, the application shows the same sentence (pretty easy so far right?
) with the following change:
The first and last letter of each word is kept the same while all other letters (if any) are randomly mixed.
And here is where I got stuck as I have no idea where to begin doing it.
It's basically the "Making an Android App for NOOBS!" thread but with a twist
Thanks and happy coding

I just started developing apps for Android in Eclipse and I came upon an interesting challenge. I started working on an application that:
When launched, shows an input field to enter a sentence and a standard button
When the button is pressed, the application shows the same sentence (pretty easy so far right?
) with the following change:The first and last letter of each word is kept the same while all other letters (if any) are randomly mixed.
And here is where I got stuck as I have no idea where to begin doing it.
It's basically the "Making an Android App for NOOBS!" thread but with a twist

Thanks and happy coding


: