Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6087839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:54:57+00:00 2026-05-23T11:54:57+00:00

I read the documentation but I can’t manage to make a transition occur. What’s

  • 0

I read the documentation but I can’t manage to make a transition occur. What’s the flow of events supposed to be like? Who calls who?

Suppose I wanted to have an activity call init() to draw line a, and call go to make a 5 second transition to line b. What would I have to do to this code?

public class Fun extends View
{
    Drawable a;
    Drawable b;
    TransitionDrawable t;
    public Fun(Context context) 
    {
        super(context);
        a = new LineA();
        b = new LineB();
        Drawable ray[] =  {a,b};
        t = new TransitionDrawable( ray );
    }

    @Override
    protected void onDraw(Canvas canvas)
    {
        t.draw(canvas);

    }

    public void init()
    {
        t.resetTransition();
    }

    public void go()
    {
        t.startTransition(5000);
    }

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:54:58+00:00Added an answer on May 23, 2026 at 11:54 am

    Answering my own question:

    It doesn’t work with View, the extended class must be an ImageView.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read the documentation and searched all over but I can't find how
I've read about hydration in doctrine's documentation but I still can't understand what it
I have read the FactoryGirl documentation, but I can't seem to figure this out.
I have read the documentation ( http://dev.mysql.com/doc/refman/5.1/en/partitioning.html ), but I would like, in your
I have read the (excellent) documentation but I can't figure out how to do
Just read the documentation about the full calendar, but still can't find how to
I read the documentation on visit_each , but can't really see what exactly it
I've read their IAP documentation but couldn't find a clear answer. Can I sell
I've tried to read on apple documentation but I can't find anywhere how to
I am trying to use this package: http://pypi.python.org/pypi/guess-language/0.1 I've read the documentation/wiki, but can't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.