Showing posts with label gui. Show all posts
Showing posts with label gui. Show all posts

Monday, 26 August 2013

Issue with android webview

I was working with android application. I have found an issue in webview component of android. Html is being rendered in web view easily for older versions of android. But in case of android 4.2.2, i have found that it is rendering blank screen in web view.

I have not dig into the issue alot. But i could solve the issue using adding one property in menifest file of my application.


android:hardwareAccelerated="false"
This line disables hardware acceleration.

Friday, 6 July 2012

J2ME Theme development

LWUIT would not be best option for desktop base application. But when you need some good UI in mobile application. The UI that can attract people directly. You must need LWUIT. I have recently completed one project with J2ME with LWUIT.

Here with attaching demo for what you can do with LWUIT.


As well sharing resource file for this theme. Make sure you use same version of LWUIT for editing theme and mobile library otherwise it won't work. click here the resource file for this theme.