Re: [android-developers] Button Onclick Events-Page Navigation

2010-12-23 Thread TreKing
On Thu, Dec 23, 2010 at 9:15 PM, Ramesh M wrote: > Can any one give me the sample code for above scenario The likelihood of anyone here not only having the code to solve your exact scenario (which you did not clearly explain) but also being willing to just give you said code is very near zero.

[android-developers] Button Onclick Events-Page Navigation

2010-12-23 Thread Ramesh M
Hi, Everyone, I have designed 3pages using 3xml files in layouts folder android,each having 2 buttons previous page and next page..i was loaded first page using set content view , From here, through Button onclick i have moved to second page.. till that every thing was fine, if try to g