Hello I am new to android development and have started experimenting with it from the last two mnths.
I am writing a code where i need to display a spinner as well as a piechart on the same page(i.e same screen one below the other).
As we can use setContentView only once in onCreate method...i was wondering as to how will I be able to display two things at a time .
Any help with code snippet will be useful.
Thanks in advance,
H

