Generally, it is recommended to use h5 for mixed graphics and text layout. For pure text, you can get the html style from the server and display it locally with TextView. Android supports html display. The method seems to be called Html.fromHtml(). The specific usage can be found on Baidu. Down
This is all implemented by WebView. Implement an ActionBar yourself, and then let WebView load different URLs according to the current locale.
Generally, it is recommended to use h5 for mixed graphics and text layout. For pure text, you can get the html style from the server and display it locally with TextView. Android supports html display. The method seems to be called Html.fromHtml(). The specific usage can be found on Baidu. Down