2

Hi i am new to android and i am developing an app are there any tutorials which teach me on how to add scrolling text to my app.

I also want to update the text using a website ie; consider for example i am displaying the details of some company then i need to get the data from the companies website.

1 Answer 1

1

Inside the Scroll view if you are added the Textview with the wrap content means it will get scroll automatically. the textview attributes must be supports multiline .

<Scrollveiw> <somelayout> <textview> </textview> </somelayout> </Scrollview> 

that design should be like that. we have scroll listener.. at the end of scroll listener you can call website and add the website details.

Thanks

Sign up to request clarification or add additional context in comments.

3 Comments

do you know any online tutorials?
let me search and suggest you..the best
stackoverflow.com/questions/1748977/… in this you will be get text scroll as per the touch listener.. Sample 2 : stackoverflow.com/questions/2478615/…

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.