Search code examples
androidtextviewmarquee

Is string shown in marquee textview is ended in android?


IS there a method or any logic to check if a string being shown in marquee is ended or ended? I need to show another string which comes from webservice and changes every 30 seconds. So as one string ends i need to call webservice and show another string right after first string ends..... What should i do? Please help . I need this urgently. Thank you all


Solution

  • Please learn this from following Stack overflow answers:

    How to reverse the direction of marquee of a TextView

    and

    Fire event when marquee completes