Shengton Fuergo

Greenhorn
+ Follow
since Jan 16, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shengton Fuergo

Hello, good morning.

I'm having a problem with my Timer in sending.

I typed and sent this message using my SMS application: How was your school today?

The 1st attempt is: 554 milliseconds
The 2nd attempt is: 577 milliseconds
The 3rd attempt is: 563 milliseconds
The 4th attempt is: 549 milliseconds

My question is: Why is it the timer shows different milliseconds?

Here's my code:


By they way, I'm using MyPhone QT7 Duo as my testing device.
13 years ago
Hello, good morning.

I'm using a J2ME language. I'm coding a SMS Textspeak Corrector. SMS Textspeak Corrector is a mobile application which will correct the shortcut words that the user typed in the Create Message.

What I want to happen is, I'm going to create a ".txt" file which contains all the shortcut words along with the original words. The shortcut words will be replaced with the original words in the Textbox.

Now my problem is, how will I compare the text in the Textbox to the ".txt" file which contains the shortcut and original words?

This is what I like to happen:
Create Message:


After typing the message, select Correct Textspeak:


The output after selecting Correct Textspeak:
13 years ago
Hello, good evening.

I'm newbie to J2ME so I really need your help. I coded a simple program that will compare and replace the text in the TextBox.

For example:
If I type this text:
Hello mate. Long time no spk, lol. Thats np, i'll brb!

This will be the output after pressing the Textspeak command:
Hello mate. Long time no speak, laugh out loud. Thats no problem, i'll be right back!

Here's the code:


I'm having a problem with this this part:


I don't know how to figure it out. What's wrong with my code?
13 years ago
Hello, good morning.

This is a thesis. My thesis is a "SMS Textspeak Corrector". SMS Textspeak Corrector is a text messaging software for mobile phone where users can convert or correct the “txt spk” message to the original normal words. For instance, it will correct the “txt spk” text message to “text speak” when a user send the message to the recipient. So the recipient will receive the complete words of text message in his mobile phone.

Now, my problem is the correcting part. I don't know where to start since I'm newbie with this language.

Can somebody help me.

Thanks and God bless.
13 years ago