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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:22:43+00:00 2026-06-19T00:22:43+00:00

I have one ImageView on a home screen widget , currently the image is

  • 0

I have one ImageView on a home screen widget , currently the image is static.
But I want to make that image flash, like ON and OFF automatically.

The image is keep flashing green -> red -> green like a siren.

Initially Image is Red

User Taps over Red Image , it stars flashing from Red to Green rapidly

User Tags again it stops flashing and set to Red

Thanks in advance

  • 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-06-19T00:22:44+00:00Added an answer on June 19, 2026 at 12:22 am

    You can do this with a ViewFlipper in XML. To start/stop the flashing you can use the remoteview method setViewVisibility() to toggle between redOnly and redAndGreen.

    <FrameLayout
      android:layout_width="fill_parent"
      android:layout_height="fill_parent" >
    
    <ImageView
        android:id="@+id/redOnly"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:src="@drawable/red" />
    
    <ViewFlipper
        android:id="@+id/redAndGreen"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:animateFirstView="false"
        android:autoStart="true"
        android:flipInterval="700"
        android:measureAllChildren="true">
    
        <ImageView
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:src="@drawable/green" />
    
        <ImageView
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:src="@drawable/red" />
    </ViewFlipper>
    

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

Sidebar

Related Questions

i have an app widget, which contains only one imageview. i redraw that image
I want to show an image view for three like on/off,if any one have
in my Home Screen i have set one image as background, And set Three
I won't create wallpaper-application but have one problem. Please tell me how add ImageView
I have a layout that contains two ImageViews. I want one of them to
have one time consuming step that flattens a bunch of files. basically i'd like
I have one ImageView in my application which can be situated anywhere on screen
I have one scrollView and there is ImageView in it but when i click
My application splash screen is set to have one image fade in, then another,
I have one ImageView and a TextView in my xml layout. I want to

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.