I have a layout containing (amongst other views) a Label view (i.e which is currently vertically scrollable as per your LongTextSimple example) and an Image View (containing a photo). I would like to have the facility of viewing the text in a Label view on a full screen. I have some questions on this:
1. I could use a button for selecting this facility but I thought that it would better to associate an event with this: if so which one would not interfere with the scrolling of the text in the existing Label view?
2. Would you recommend using a panel in the existing layout file or creating a new activity & associated new layout file for this?
3. As stated above, I also have an ImageView on the existing layout file: this Image View will contain one of a number of photos (of varying resolutions). Which example of yours would you recommend to include both vertical & horizontal scrolling for this?
4. Same questions as for numbers 1 & 2 for the photo?
1. I could use a button for selecting this facility but I thought that it would better to associate an event with this: if so which one would not interfere with the scrolling of the text in the existing Label view?
2. Would you recommend using a panel in the existing layout file or creating a new activity & associated new layout file for this?
3. As stated above, I also have an ImageView on the existing layout file: this Image View will contain one of a number of photos (of varying resolutions). Which example of yours would you recommend to include both vertical & horizontal scrolling for this?
4. Same questions as for numbers 1 & 2 for the photo?