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

  • SEARCH
  • Home
  • 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 7159799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:17:29+00:00 2026-05-28T13:17:29+00:00

I want to create an animation for an app for both iphone and android,

  • 0

I want to create an animation for an app for both iphone and android, that will display a ribbon in a bow. Then when the ribbon is pulled(touched) the application opens.

How would i go about creating this for either or both the iphone or the android platform

Regards

  • 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-28T13:17:30+00:00Added an answer on May 28, 2026 at 1:17 pm

    create this animation in Flash and export movie as image frames.. and then use a UIImageView

    // create the view that will execute our animation
         UIImageView* campFireView = [[UIImageView alloc] initWithFrame:self.view.frame];
    
         // load all the frames of our animation
         campFireView.animationImages = [NSArray arrayWithObjects:   
                                     [UIImage imageNamed:@"campFire01.jpg"],
                                     [UIImage imageNamed:@"campFire02.jpg"],
                                     [UIImage imageNamed:@"campFire03.jpg"],
                                     [UIImage imageNamed:@"campFire04.jpg"],
                                     [UIImage imageNamed:@"campFire05.jpg"],
                                     [UIImage imageNamed:@"campFire06.jpg"],
                                     [UIImage imageNamed:@"campFire07.jpg"],
                                     [UIImage imageNamed:@"campFire08.jpg"],
                                     [UIImage imageNamed:@"campFire09.jpg"],
                                     [UIImage imageNamed:@"campFire10.jpg"],
                                     [UIImage imageNamed:@"campFire11.jpg"],
                                     [UIImage imageNamed:@"campFire12.jpg"],
                                     [UIImage imageNamed:@"campFire13.jpg"],
                                     [UIImage imageNamed:@"campFire14.jpg"],
                                     [UIImage imageNamed:@"campFire15.jpg"],
                                     [UIImage imageNamed:@"campFire16.jpg"],
                                     [UIImage imageNamed:@"campFire17.jpg"], nil];
    
         // all frames will execute in 1.75 seconds
         campFireView.animationDuration = 1.75;
         // repeat the annimation forever
         campFireView.animationRepeatCount = 0;
         // start animating
         [campFireView startAnimating];
         // add the animation view to the main window
         [self.view addSubview:campFireView];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to display a number in my app so that the digits are
I'm using Microsoft VC++ and MFC. Say that I want to create an animation
I want to create an app that has multiple animations on the screen AT
I want to create an app that reads and displays a big text file,
I want to create my first app as a child's book. I know that
I'm trying to create a simple iPhone app that displays a picture with a
Let's say I have an android app, and in that app I want to
I want to create a paint and update loop in android for game animation
Is it possible to create an animation in GIMP that will loop only certain
i want create image animation , i have 50 images with png format now

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.