Re: [android-developers] where add setContentView(R.layout.list);

2010-12-08 Thread nithya nataraj
hi everyone, i am developing an application were i have record a voice and send 2 server i tried the below code but i am getting error can anyone hlp me please error: 12-09 07:39:06.272: ERROR/audio_input(34): unsupported parameter: x-pvmf/media-input-node/cap-config-interface;valtype=key_specifi

Re: [android-developers] sqlite3 on Android

2010-12-08 Thread nithya nataraj
first u get point the cursor to the first item and iterate,because by default ur cursor will be pointing to last item tat is been added example cursor.moveToFirst(); if (!cursor.isAfterLast()) { do { String msg= msgcursor.getString(3);

Re: [android-developers] Re: Back button problem

2010-12-08 Thread nithya nataraj
hi, i am not android developer even i am learinig android like u and working on a application i dnt no how did u mail me tats k i no a bit abt database , i thnk ur printing these contents in logcat dnt do tat ,check in cmd prompt u can get wer is the mistake -- You received this message because

Re: [android-developers] ContactsContract.Contacts & .PhoneLookup

2010-12-07 Thread nithya nataraj
refer to expandablelist2.java site there 's also sample code contactManager in android sdk -- 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 gro

Re: [android-developers] Media Player For Android

2010-12-05 Thread nithya nataraj
Refer to the samples in android sdk android sdk /samples/api demos/media -- 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, send email to

Re: [android-developers] Re: SMS PDU Behaviour

2010-12-03 Thread nithya nataraj
it internally aggregates the 160 + 40 characters and > sends out a single broadcast? > -- 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