[android-developers] Sending a SMS with BroadcastReceiver

2013-11-20 Thread Bernd Roth
Hello everyone, I have the problem, that I can send a SMS within my BroadcastReceiver - class. However, it is always the same message that will be sent. The app has some buttons and one numberpicker. As soon as the first number is being picked a second class ( BroadcastReceiver - class ) is

[android-developers] A list of coordinates should be shown in GoogleMaps

2013-08-03 Thread Bernd Roth
Hi everyone, I am having the following problem with my program. I am able to show a polygon, but now I have a lot of coordinates to be shown. Since, I do not want to write the following line ( new LatLng(...) ) again and again I am trying to find a way to make it more easier. Polygon polygon =

[android-developers] Send SMS every x minutes

2012-11-28 Thread Bernd Roth
Hi Guys! I have the following problem: The user, who is using the app. should be able to define when he wants to send his or her SMS. Therefore I have a textfield, where the user can define when to send the next SMS ( in minutes! ). Now my problem is that I have two buttons: SMS send and