Hi everybody,
i have strange issue using onFling method for sliding between the screens.
I have the application with let`s say 20 views. Right side of the application is kind of buton bar and it`s the same for every screen. I have defined ViewFlipper in xml, but i`m adding/removing views to flipper dynamically, so, flipper always have just one view at the time. I`m using onFling method for sliding between the screens and everything goes smooth when i`m moving from right to left. Other way sometimes work, sometimes not. Particularly, there are two screens different from the others (in sense of header and background)..and they have colorfull graphics but i manage to lower the details level to some 200-300kb (for all images together). When i`m on one of those screens particularly, left to right swipe doesn`t work at all...it cannot even call onFling method (i`m logging events). I`m using standard onFling such can be find on the internet. I`m wondering is there anybody having similar issue and how to fix it?
i have strange issue using onFling method for sliding between the screens.
I have the application with let`s say 20 views. Right side of the application is kind of buton bar and it`s the same for every screen. I have defined ViewFlipper in xml, but i`m adding/removing views to flipper dynamically, so, flipper always have just one view at the time. I`m using onFling method for sliding between the screens and everything goes smooth when i`m moving from right to left. Other way sometimes work, sometimes not. Particularly, there are two screens different from the others (in sense of header and background)..and they have colorfull graphics but i manage to lower the details level to some 200-300kb (for all images together). When i`m on one of those screens particularly, left to right swipe doesn`t work at all...it cannot even call onFling method (i`m logging events). I`m using standard onFling such can be find on the internet. I`m wondering is there anybody having similar issue and how to fix it?