[android-developers] adding view to a layout dynamically

2009-11-25 Thread pav
Hi, I have drawn my own layout(myLayout.xml), inside which i want to get a listview.(other components in layout are surface view n edit text) along with dat i want to have a list view. methods i tried are, 1> i declared a single text view in one layout (list.xml) and used o array adapter to generat

[android-developers] native functions

2009-11-16 Thread pav
Hi, can any one tel me in which folder(in android source code) is the file that contains implementations for all native methods like, start(){ stayAwake(false); _start(); } i want to know where exactly _start() is written. Thank u -- You received this message because you are subscribed to the G