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 6882743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:17:36+00:00 2026-05-27T05:17:36+00:00

I was previously developing my application in Xcode but decided to move over to

  • 0

I was previously developing my application in Xcode but decided to move over to Titanium to allow for Android development.

I’m still getting used to Titanium so I’m running into some problems when trying to rewrite my app. For instance: how would I go about recreating this animation in Titanium?

Basically I have UIView that contains a MKMapVIew, a UITableview and a button that toggle between them. Any help is greatly appreciated!

http://www.screenr.com/2kts

  • 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-27T05:17:37+00:00Added an answer on May 27, 2026 at 5:17 am

    You can use this code to flip window in ios and android both.

    Create two animation objects

    var anim_minimize = Titanium.UI.createAnimation({width:0,duration:500});
    var anim_maximize = Titanium.UI.createAnimation({width:320,duration:500});
    

    and animate TabGroup on button click will create same effect as FLIP.

    So

    tabGroup.animate(anim_minimize);
    
    setTimeout(function(){
    
    tabGroup.animate(anim_maximize);
    
    },500);
    

    Try this code.This will generate same effect as flip animation both in iOS and android.

    I hope this will help us.

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

Sidebar

Related Questions

I'm developing a Grails web application (mainly as a learning exercise). I have previously
I'm developing a PyQT4 application, and it's getting pretty hard for me to navigate
I'm developing a Facebook application using their Graph API. I have previously developed an
I'm developing an Android application that uses the camera and will run on Android
I'm developing an application that uses ubiquity-xforms. Previously I had been serving the pages
I am developing an application for the Android platform which contains 1000+ image filters
I'm developing an iOS 4 application using latest SDK and XCode 4.2. I have
I'm developing a graph control in WPF. I have previously developed it using GDI
Previously, I used to use MFC collection classes such CArray and CMap . After
Previously we had desktop applications but given the fact that accessing the server (either

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.