Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8297649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:29:31+00:00 2026-06-08T15:29:31+00:00

I am developing an app where i need to use some maths special characters

  • 0

I am developing an app where i need to use some maths special characters in it. After a long search in google i found the following solution i.e.., How to put some special math symbols in TextView, EditView or other Android UI element. As per the above link if i am using textview means it is working good. But how to use the following “HTML.frommHtml()” in listview. I tried but it is getting error……

code: (using Textview)

//by using textview

  String htmlStringWithMathSymbols = " ∂   ∆   ∏   ∑      =   ≠   ≈   ≡";
  txtv.setText(Html.fromHtml(htmlStringWithMathSymbols));

How to use the following “HTML.frommHtml()” with listview. when i am adding same code for listview it is getting error…

code: (using ListView)

//by using listview

 String[] andi={"andi 4","andi 5" , "∂" , "∆","∏"};    

ArrayAdapter<String> adp = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, andi);
    lv.setAdapter(Html.fromHtml(adp));

While using with listview in the place of “fromHtml()” it is showing error as “The method fromHtml(String) in the type Html is not applicable for the arguments (ArrayAdapter)”.

So how can i use the following “Html.fromHtml()” code with listview or spinner….

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T15:29:35+00:00Added an answer on June 8, 2026 at 3:29 pm

    try this :

    CharSequence[] andi={Html.fromHtml("andi 4"), Html.fromHtml("andi 5") , Html.fromHtml("&#8706;") , Html.fromHtml("&#8710;"),Html.fromHtml("&#8719;")};    
    
        ArrayAdapter<CharSequence> adp = new ArrayAdapter<CharSequence>(this, android.R.layout.simple_list_item_1, andi);
        lv.setAdapter(adp);
    

    in your code you try to set string value for adapter and passing the adapter to fromHtml function

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an Android native app where i need to use some special
I am developing an app were i need to use some sort of method
I am developing an app for android where I need some data from a
I'm developing one web app and for that i need to use UNICODE connect
I am developing a Java app where several computers need to keep some a
I am developing a web-app and use maven for dependency management (duh). Some of
I am developing this app and i need at some point to send data
I am developing PhoneGap webapp where I use some javascript, and sometimes I need
I am developing a registration web app using Struts2 and need some guidance. Background:
I am developping an Android app, and I need to use java Signature class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.