sivanagamahesh Posted January 4, 2018 Report Posted January 4, 2018 HI, I am endeavoring to make a program that can introduce google text styles in the android gadget. Utilizing Uri = Uri.parse("http://fonts.gstatic.com/s/abeezee/v11/mE5BOuZKGln_Ex0uYKpIaw.ttf"); Expectation goal = new Intent(Intent.ACTION_VIEW, URI); startActivity(intent); I am ready to download the textual style specified in URL in my android gadget however when I endeavor to open it, it says unrecognized record compose. Already I had introduced Hifont. utilizing HiFont I could open my document yet is there any approach to open these sort of record without utilizing hifont or any kind of installer? If it's not too much trouble Help me... Thanks sivanagamahesh
Recommended Posts