TheJadav

Interest Book

Interest Book by Rudra Enterprise (Made in India) A digital book to manage all loans and installments. Never forgot loan progress. This is a khata

Read More »

How to display HTML in TextView?

Display HTML in TextView

            if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
                tvContent.text = Html.fromHtml("#HTML_STRING", HtmlCompat.FROM_HTML_MODE_LEGACY)
            } else {
                tvContent.text = Html.fromHtml("#HTML_STRING")
            }


Read More »

Use font-awesome for Icon in android

Use font-awesome for Icon in android Here is steps to how to use font-awesome fonts in Android : Download font-awesome from here Create assets folder in app/src/main directory. Now

Read More »

Table of Contents