Re: [android-beginners] Question about UI Handling

2010-04-23 Thread victor perez
I agree with Justin On Apr 23, 2010 10:41 AM, "Justin Anderson" wrote: Each UI should be a separate activity. Use the startActivity() or startActivityForResult() methods to switch to the other activities. -- There are only 1

Re: [android-beginners] Accessing Unread SMS

2010-05-17 Thread victor perez
take a loot at chompsms they have the user disable notification On May 17, 2010 4:01 AM, "Rahul Garg" wrote: Hi, I am working to develop an SMS application in which I want to receive the incoming sms before it goes to Broadcast Receiver. I dont want to store it in my inbox as well as I do