How can I show below table using html in custom view?

How can I show below table using html in custom view?

Jill Smith50
EveJackson94

]]>

5 Commentsto How can I show below table using html in custom view?

  1. Anonymous says:

    < ![CDATA[

    Table are not allowed in labels, sorry


    Sorry, missed the custom view.


    Someone posted a short script to show a html page in a custom view…But can’t remember now.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Could it be this one:


    https://plus.google.com/+JappieToutenhoofd/posts/KgcWsg7F9CP


    I used it a while ago reading a local html file made with tasker.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Evelien Wijbenga​ Thanks. I tried this reading the local html file but I’m getting access denied error. 



    Below is the code



    LL.bindClass(“android.webkit.WebView”);


    var context = LL.getContext();


    var webView = new WebView(context);



    webView.loadUrl(“file:///storage/emulated/0/LightningLauncher/Scripts/list.html”);



    return webView;

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Update : I’ve fixed this by enabling the storage permission for LL in Android settings.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    I feel this permission stuff is going to be a real issue.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *