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

2010-12-08 Thread Kostya Vasilyev
Here is more one link that should help you: http://blog.cluepusher.dk/2009/11/16/creating-a-custom-cursoradapter-for-android/ 09.12.2010 10:09, pramod.deore пишет: Hi, I am developing one small application to understand how CursorAdapter works. In this application I have a main activity in taht

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

2010-12-08 Thread Kostya Vasilyev
New views should be created in newView: http://developer.android.com/reference/android/widget/CursorAdapter.html#newView(android.content.Context, android.database.Cursor, android.view.ViewGroup) setContentView is supposed to be only called once in onCreate, with the activity's layout (which s

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

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

2010-12-08 Thread pramod.deore
Hi, I am developing one small application to understand how CursorAdapter works. In this application I have a main activity in taht I am showing some buttons, after click on "showlist" button another activity named as ShowSwitchesList is called it is extended from CursorAdapter. Now in this class