User interface for smart phone

YuNz88

Junior Member
Joined
Feb 21, 2008
Messages
18
Reaction score
0
Hi everyone. I have zero experience in programming and looking for somewhere to start

1st Q. How can i create an UI that have some buttons to send out a pre-made SMS command.

2nd Q. Is it possible to detect specific word after receiving a SMS and an indicator will light up in the UI. Example "Gas is detected" and when the keyword gas is found the indicator will light up.

Thank you!
 

Giroman

High Supremacy Member
Joined
Sep 29, 2006
Messages
29,646
Reaction score
264
Hi everyone. I have zero experience in programming and looking for somewhere to start

1st Q. How can i create an UI that have some buttons to send out a pre-made SMS command.

2nd Q. Is it possible to detect specific word after receiving a SMS and an indicator will light up in the UI. Example "Gas is detected" and when the keyword gas is found the indicator will light up.

Thank you!

Hi there,
May I know the mobile platform you are developing on?
Android, iOS, Windows phone or hybrid?
It would be easier for the users here to assist you if we know the platform you are developing on.

For the sending of SMS in Android development.
You can refer to the link below for more details.
How to send SMS message in Android

For the receving of SMS in Android development
You can refer to the link below for more details.
Receive SMS using Android BroadcastReceiver inside an activity | L'Artech

When you receive your SMS, you can use text manipulation to search whether your specific word has appear in the SMS. If the specific word appears in your SMS, you can call a self-written function to trigger the indicator to light up in your UI.

Hope it helps. :)

If you need more assistance, feel free to post here.
I am sure that the people here would be glad to assist you. :)
 
Last edited:

YuNz88

Junior Member
Joined
Feb 21, 2008
Messages
18
Reaction score
0
Ty Giroman! The apps im trying to make is on android.
I am now trying the tutorial based on the sites u gave

I will post back If i am stuck. Cheers!
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top