So i want that is possible to see things in html like 50% and not just text or link also if it's possible that it's shows pictures. i think you see what i want to do that with the same html code than for a webpage it shows the same things.
this is my code
TextView tv = (TextView) findViewById( R.id.textView4 );
tv.setMovementMethod( LinkMovementMethod.getInstance() );
tv.setText( Html.fromHtml( String.valueOf( str ) ) );
thanks for helping i didn't see something on the net that helped me.