I´ve been working on a android webkit application, which has a considerably sophisticated UI (plenty of icons, CSS, JS and HTML5 pages). However, the application drains device battery. I installed some tools to measure power consumption and it´s pretty clear that the Android webkit (not the application engine) really demands CPU to render HTML content and it also impacts on battery consumption (oh! and memory as well). I´d like to know if anyone has ever had any problem with webkit vs. performance (power and CPU consumption). In addition, is there any Android webkit component (instead of WebView) with better performance?
--Raul