[android-developers] Get Firefox and Opera History

2011-04-20 Thread Mochamad Basofi
Hello, Is there any way to get history from firefox and opera web browser? Thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: how to show an activity only at the time of launch

2011-04-18 Thread Mochamad Basofi
I think you could save a value on SQLite that stores an int(or anything) when you start your activity for the 1st time So on the second time you start your activity, your app first read the sqlite, if the value is not null, then the first activity won't be brought on screen so the scheme is just

[android-developers] Re: how to show an activity only at the time of launch

2011-04-18 Thread Mochamad Basofi
for login process too. Regards Vinay On Mon, Apr 18, 2011 at 1:11 PM, Mochamad Basofi moch.bas...@gmail.comwrote: I think you could save a value on SQLite that stores an int(or anything) when you start your activity for the 1st time So on the second time you start your activity, your app

[android-developers] Read sent sms in inbox with 10 min interval

2011-04-14 Thread Mochamad Basofi
Hello, So I'm working on an app that should read sent sms in inbox for every 10 min. I use a logic to compare the device's time and the time sms is sent. And if the time sms is sent the time of the device the toast will pop up and show the sms But I can't get the result I want, the toast is

[android-developers] Re: Read send sms

2011-04-12 Thread Mochamad Basofi
sent. On 4/11/2011 11:09 PM, Mochamad Basofi wrote: Hello groups, I wonder if there is a way to read sms that being send at the time? I've googled for a few days yet there is still no answer. Any answers will be very helpful. Thank you very much. -- You received this message because

[android-developers] Re: Read send sms

2011-04-12 Thread Mochamad Basofi
email client u are using.. On Tue, Apr 12, 2011 at 12:56 PM, Mochamad Basofi moch.bas...@gmail.com mailto:moch.bas...@gmail.com wrote:     Could you give me more details?     I don't have any clue of which intent I should use.     btw thank you for the reply     On Apr 12, 10:15 am

[android-developers] Read send sms

2011-04-11 Thread Mochamad Basofi
Hello groups, I wonder if there is a way to read sms that being send at the time? I've googled for a few days yet there is still no answer. Any answers will be very helpful. Thank you very much. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Combine multiple audio files and encode it to .mp3

2011-04-06 Thread Mochamad Basofi
I am working on app that could combine audio files and encode it to .mp3 but I got stuck when trying to combine multiple audio files and encode it. I've googled it but it couldn't help me. Is there any way to combine multiple audio files and encode it to .mp3? Thank you. -- You received this

[android-developers] How to display ProgressDialog while starting Activity?

2011-04-01 Thread Mochamad Basofi
Hello, is there any way to display the ProgressDialog while starting Activity? I've tried some codes, it is working but the ProgressDialog bar is not moving. Are there any solutions? thx in advance -- You received this message because you are subscribed to the Google Groups Android Developers