hi,
This is my logic,
switch (vf.getCurrentView().getId()) {
case R.id.LinearLayout03:
if (v == next) {
vf.showNext();
}
break;
case R.id.LinearLayout04:
if (v == next) {
vf.showNext();
} else if (v == previous) {
vf.showPrevious();
}
break;
case R.id.LinearLayout05:
if (v == next) {
vf.showNext();
} else if (v == previous) {
vf.showPrevious();
}
break;
On Sun, Jul 8, 2012 at 9:09 PM, Narendra Singh Rathore <
[email protected]> wrote:
>
>
> On Sun, Jul 8, 2012 at 3:31 PM, chandur mani <[email protected]>wrote:
>
>> Thanks to all.
>>
>> I got it , through my logical itself.
>>
>>
>
> Ok Chandur, thats good.
> Will you please tell us how did you do that?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en