Quantcast
Channel: Android : display html data - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Chris Fei for Android : display html data

Instead of storing the HTML in strings.xml, you can store it in its own file in the res/raw/ directory. For example, let's say you save the file in res/raw/mypage.html. I haven't tested this, but you...

View Article



Answer by Arnab Chakraborty for Android : display html data

First of all, if you have saved your HTML specification as a string resource, your should access it as R.string.about and not R.layout.about. Change that, if it still doesn't work, try escaping the...

View Article

Answer by kalpana c for Android : display html data

are you put this line What is CMK? ...... in strings.xml if yes then the correction is in this line web.loadDataWithBaseURL(null,getString(R.layout.about),"texl/html","utf-8",null);Correct...

View Article

Android : display html data

I want to display the content of an html page and an image to the right of that in my view.So i have defined my layout as <ScrollView android:id="@+id/scrllvwNo1" android:layout_width="fill_parent"...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images