[android-beginners] Problem listener onItemClick with ListView

2009-12-17 Thread Maurizio Bellemo
Hi all, I am trying to develop an application with a TabView. Inside this View there are two ListView implemented with a cursorAdapter (taking data from the database). All work perfectly except that, when I try to put a listener on the lists, it does not work. // sets listener on sessions list

[android-beginners] Contacts onActivityResult

2009-12-08 Thread Maurizio Bellemo
Hi all, I am developing an application with 2.0 sdk. I am trying to access the contacts to get a number and send a SMS. *Intent intent = new Intent(Intent.ACTION_PICK, android.provider.ContactsContract.CommonDataKinds. Phone.CONTENT_URI); startActivityForResult(intent,

[android-beginners] SMS receiver

2009-12-07 Thread Maurizio Bellemo
Hi all, I am trying to develop an application to detect incoming SMS and view the result in a list. I was trying to use the example I found on http://www.anddev.org/recognize-react_on_incoming_sms-t295.html, but it seems not to work, at least with 2.0 SDK. The problem seems to be this

[android-beginners] Integrate GMAIL within an Android app....

2009-12-07 Thread Maurizio Bellemo
Is there a chance to integrate Gmail inside my own Android application? and how? -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send

[android-beginners] MMS manager

2009-08-31 Thread Maurizio Bellemo
Hi all, I'm newbie and I would like to know if there is a class for MMS managing as SMSManager. Or there is a chance to manage MMS also with the SMSManager? Thks Bye Maurizio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] MediaRecorder video/audio recording

2009-08-06 Thread Maurizio Bellemo
Hi all, I'm trying to create an application to save video recording on a file in Android. The problem is that only for audio recording, it's fine, but when I try to add the video part the prepare() fails. Below the code public classTest extends Activity { MediaRecorder mr;

[android-beginners] Problem with Feed

2009-06-18 Thread Maurizio Bellemo
Hi all, I'm trying to realize a little Feed in Android The problem is I got an error and I don't know why The problem is on the onClick function inside onCreate... I got an error connected with the EditText. Does anyone know why Thks Maurizio package eu.reply.sytel; import

[android-beginners] Re: Problem with Hello World

2009-06-11 Thread Maurizio Bellemo
the problem is that i don't do any code... I use the one created by the project with in the Main.xml the string helloworld 2009/6/11, Kent Yip yes...@gmail.com: hey Maurizio Bellemo, maybe if you post your code here we can help more. On Wed, Jun 10, 2009 at 3:23 PM, Maurizio Bellemo

[android-beginners] Re: Problem with Hello World

2009-06-10 Thread Maurizio Bellemo
I have the .apk and now that I tried to put again bot the SDK and Eclipse there is no error... I think it compiles well because there is no error I create the default project of Eclipse Android and run it with 1.5 version The emulator opens and shows the intro and desktop, but no

[android-beginners] Re: Problem with Hello World

2009-06-10 Thread Maurizio Bellemo
I'm sorry, but this does not help... I think the problem is more difficult to solve... I swa a lot of threads on the web... no one seems to know how to solve it 2009/6/10, Rc3375 rcobb3...@gmail.com: I just tried the same application.When I first started it, didn't know what to