Jump to content
Enpass Discussion Forum

sivanagamahesh

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sivanagamahesh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. I have the accompanying code and am getting a blunder with the Intent. It is a result of the this I am genuinely sure. Android listView.onItemClickListener = question : OnItemClickListener { abrogate fun onItemClick(parent: AdapterView<*>, see: View, position: Int, id: Long) { val aim = Intent(this, MyActivity::class.java) startActivity(intent) } } plz Any sugessions provide me
×
×
  • Create New...