Questions tagged [linkmovementmethod]

This is a Java movement method in the Android API that traverses links in the text buffer and scrolls if necessary. Supports clicking on links with DPad Center or Enter.

A movement method that traverses links in the text buffer and scrolls if necessary. Supports clicking on links with DPad Center or Enter.

Link.

34 questions
1
vote
1 answer

Movement of Object in a game in C++

So I am making a game for a school project. You might be familiar with this one. Its Arkanoid, or the game in which a ball is used to destroy bricks and is deflected on by a platform. Currently I am stuck at a point. I have got an idea of how to…
1
vote
1 answer

SetMovementMethods - ScrollingMovementMethod with LinkMovementMethod

I am new to Android Studio/Java.I have composed a script which creates a TextView contains a number of lines of information. I want to make each line clickable, to create a Toast dialog for example, which content relevant to that entry. This I can…
1
vote
1 answer

LinkMovementMethod does not scroll if you start dragging from the link region

LinkMovementMethod class, which helps to find, highlight and handle clicks on links inside the TextView, has the issue with processing onTouch() method - if you start dragging from the detected link, you will see that no scrolling will occur.
1
vote
0 answers

long Textview flickers when using linkify

I am using linkify to make links clickable in the textview. But whenever text length is big, the text flickers on scrolling or sometimes just disappears. The text view is part of header of recyclerview. Posting relevant code from activity class, its…
1
vote
0 answers

Using LinkMovementMethod and Native copy/paste in Textview - Android

I have a TextView with html text and I need native copy/paste and clickable links. I have used the next code, but when I use setMovementMethod(LinkMovementMethod.getInstance()); the native copy/paste stops to work. If I change…
Luiz Alves
  • 2,575
  • 4
  • 34
  • 75
0
votes
1 answer

Mouse rotation only works if it's not focused on game in Unity

I'm new to Unity, I am working on a 3D game and I have a weird bug that I cannot solve. I wasted my whole day trying fix this. I am making a flying game and you navigate where you are going with your mouse. The problem is, every movement is working…
0
votes
1 answer

Creating a URL link within a popup window

In my overflow menu I have a popup window that displays About information. It works fine, but I wanted to add a clickable link to my website and I can't get it to work. The code so far is: case R.id.about: LayoutInflater…
0
votes
1 answer

In a group of objects Segment doesn't move

I am a new commer to jsxgraph. I will have many questions. My first graph is the following Here is what I have been able to code. >
>