It's kind of hard to explain, but an example of what I'm wanting to accomplish is like this:
Here is some text | image |
that is printed | |
out in a view and ---------
it is wrapped around an
image that is floating and
right aligned.
I thought about generating the layout in html and using a web view, but I need to be able to perform an action when the user clicks on the image. Does anyone have any ideas?
Thanks in advance,
groomsy
first you must work with some html code, creating a template for your webview...
Create JSInterface to interact with your template
add the interface and your Template to your webview!
you can do it without html ... https://github.com/goingkilo/flowing-text-for-android-/blob/master/screenshot3.png