Hi all
OK, I am new to android and all its nuances, so bare with me.
Problem
I must display a PDF on screen and smooth scroll it via code. It will actually be ONE page that could be up to 9 meters long and A5 wide. (It is a Rally Roadbook up to 2Mb in size) There will be no access to the touch screen!!!.
I searched the net and found 2 libraries (from this site) that could work EXCEPT that the PDF object is in fact already a 'scrollable object' so it can not be displayed via the ScrollView object and scrolled 'again'. Maybe it can but I can not set the scrollable panel Height to the required pixels (9 meters) could not evaluate Don
Both these libs scroll the PDF 100% if on a panel via swiping the screen. I could not find any exposed .Scroll** methods other than 'toPage', top or Bottom.
Possible solution
Override the 'Scroll' event from code. (simulate the swipe) now, I don even know where to start.
Any help will be appreciated.
Adie