Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Apr 2020
    Posts
    378

    Can we use HTML in Android Studio?

    Can we use HTML in Android Studio?

  2. #2
    Registered User
    Join Date
    Jan 2020
    Posts
    81
    It may be either yea or no currently Android does not support all the HTML tags but it supports all major tags.
    and in android we use two main file one is main java file and second is xml files the xml file is properly work on design for android layout in html we use tag for design and in android we use xml file for creating design for layout of android webpage i have one example of xml file for android
    <Button
    android:id="@+id/buton1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Button"/>

    <TextView
    android:id="@+id/textView1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="sample Text"
    android:layout_marginTop="15dp"
    android:textSize="30dp"/>

  3. #3
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    HTML Tutorial In Android Studio Using TextView & Parsing Example. ... HTML that processes HTML strings into displayable styled text and then we can set the text in our TextView. We can also use WebView for displaying HTML content. Currently Android does not support all the HTML tags but it supports all major tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.