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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:00:58+00:00 2026-05-17T23:00:58+00:00

First off I am a beginner in Android development; I have been doing a

  • 0

First off I am a beginner in Android development; I have been doing a lot of research into how to get the various tasks I am trying to complete. I have yet to find any similar issue to this, which is why I am asking it.

This is a multipart question.

Overview of program and problems: I have a program (for Android 2.1 and higher) that has multiple fullscreen Activities. I am required to have a different animation for transitioning to each one. So I reconfigured a couple files and made a ViewFlipper to do the transitions. Unfortunately some of these activities use a title. At the same time the transitions that I have tried applying based on the tutorials I have found online are not working as expected. The transition begins, the second screen is shown (faded) and the background is black, as the second screen nears completion of the transition the first screen reappears before disappearing again.

Question 1: Is there a way to display some layouts with a title and some without? If not then is there a way to change the transition used when startActivity is used?

Question 2: Is there some method of doing a fade transition without it flashing the original screen? I looked up the “flicker” issue but the solutions are not working for my project.

Question 3: In a similar manner to the 2nd question, the first layout shown is a loading screen, then the main screen. This happens just fine but for some reason the loading screen is shown, then slides off (as if startActivity is called) and then it fades into existence again (this time with a title which isn’t supposed to be there), then switches to the main screen correctly. What might be happening here?

If you have any questions, feel free to ask.

  • 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-17T23:00:59+00:00Added an answer on May 17, 2026 at 11:00 pm

    Q1: yes it’s possible, you can set the flag for each activity

    getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
            WindowManager.LayoutParams.FLAG_FULLSCREEN);
    

    or in xml via style:

        <item name="android:windowNoTitle">true</item>
        <item name="android:windowFullscreen">true</item>
    

    Q2: yes, that should be the usual way. But to answer your question we need to see the code you’re using. If you want to change the transitions of an activity (not view), you can put in it’s onCreate method:

        super.overridePendingTransition(R.anim.bounce, R.anim.fadeout);
    

    to define which animation to show when the activity enters the screen. You can use the same method in onFinish().

    Q3: as Q2: need to see your code.

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

Sidebar

Related Questions

First off, I'm a complete beginner. That said, I thought an ambitious longer-term project/learning
First off, I'm a complete beginner at C++. I'm coding something using an API,
First off - I haven't had much experience with Java yet, and I'm a
OK, so I've read through various posts about teaching beginner's to program, and there
I have been tasked to develop an interactive website using java & mysql: using
I am following some beginner tutorials for OpenGL in c++ but as I started
Let me preface this post with a single caution. I am a total beginner
I'm writing a Clojure implementation of this coding challenge , attempting to find the
As a programmer used to developing native applications, I'm expanding my horizons and developing
I want to display and rotate a single 3D model, preferably textured, on the

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.