tags:

views:

118

answers:

2

Can we simulate calls and SMS in android programmtically? Like in Windows mobile we can simulate calls and SMS.

A: 

i think you want to test SMS and Call code in android... so this link will help you to test SMS messaging in Android ..overthere everything is explained regarding sms messaging in android...

Hope this answer suits you question...

PM - Paresh Mayani
Thanks Paresh. This article really help me alot. Now i will start my app coding.
Waseem
+2  A: 

The Eclipse Android SDK allows you to simulate receiving SMS messages and incoming phone calls (as well as fake GPS positions and the like.) See here.

I'm pretty sure adb can do it too if you're not using Eclipse.

Dave
Really Helpful. Thanks Dave.
Waseem