roundware / roundware-android

Android client for Roundware contributory audio platform
http://roundware.org
GNU General Public License v3.0
5 stars 6 forks source link

Replace WebViews with Native UI #21

Open multidynamic opened 9 years ago

multidynamic commented 9 years ago

eosrei created an issue 2014-12-11 Halsey reports "explore webview really janky and not smooth, refine webview janky on my Nexus 4" Yes, both are slow on mine too.

Matthew Adler 2014-12-11 Is this with use of webviews?

Halsey Burgund REPO OWNER 2014-12-12 I'm having a very hard time judging this situation because I am generally experiencing latency on all touch actions, native of webview, with my Nexus 4, so I can't adequately compare to determine if the webviews are truly the issue. I've had luck in the past improving the responsiveness of webviews by optimizing and minifying the js, which hasn't been done here, so that could be another issue. But if webviews simply aren't up to the task, we should certainly consider building a native solution that mimics what the webviews do currently ie flexibly building the tag views based on the data from get_tags.

multidynamic commented 9 years ago

This issue may be related to issue #16

Webviews are resource hogs

13rac1 commented 9 years ago

+1 "We should certainly consider building a native solution that mimics what the webviews do currently ie flexibly building the tag views based on the data from get_tags." I'm all for that. I'm going to update this issue.