My goal is to showcase a high-resolution image (minimum size of 2000x2000) on an Android device using Titanium, allowing users to scroll around it similar to a scroll view on iOS. However, I am aware that Android does not offer the same type of scroll view, so I decided to utilize an ImageView instead.
I am facing challenges in displaying this image correctly without any blurriness when zoomed in due to memory constraints. Has anyone discovered a solution to make large scrollable images function smoothly in Titanium on Android without the risk of memory crashes?
I also experimented with using a WebView, but it resulted in my image being resized and appearing blurry when zoomed. I was hopeful that Android webview would support SVG, but it appears that this is not the case on most devices.