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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:48:00+00:00 2026-05-29T22:48:00+00:00

I Have 1 image view and 4 Edit texts ,On runtime i am setting

  • 0

I Have 1 image view and 4 Edit texts ,On runtime i am setting ImageView with first image from database, Then asking user to input text for image displayed if correct match found the ImageView gets updated and set to next Image from database,but next image is not getting set.
PLZ can any one solve the problem ..?

while(true)
    {
        cur.move(counter);
        int p =cur.getPosition();
        Log.v("Cursor Position:",Integer.toString(p));
        byte[] image = cur.getBlob(cur.getColumnIndex("image"));
        Bitmap bmp=BitmapFactory.decodeByteArray(image, 0, image.length);
        countryName = cur.getString(cur.getColumnIndex("name"));
        countryImage.setImageBitmap(bmp);

        firstAns.setOnKeyListener(new OnKeyListener()
        {

            public boolean onKey(View v, int keyCode, KeyEvent event)
            {
                if (event.getKeyCode() == KeyEvent.KEYCODE_ENTER)
                {

                    String fst = firstAns.getText().toString().trim();
                    check(fst);

                }    
                return false;
            }

            private boolean check(String fst) 
            {
                if(fst.equals(countryName))
                {
                    counter++;
                    Toast.makeText(CategoryEvent.this, "Ans Is Correct", 10).show();
                    return true;
                }
                else
                {
                    Toast.makeText(CategoryEvent.this, "Ans Is Not Correct", 10).show();
                    firstAns.clearFocus();
                    firstAns.setEnabled(false);
                    return false;
                    //firstAns.setNextFocusDownId(R.id.secondEdit);
                }
            }

        });
    }
  • 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-29T22:48:00+00:00Added an answer on May 29, 2026 at 10:48 pm

    You need to decode another bitmap from the database and call ImageView.setImageBitmap again. Moving cursor to a next item (cur.moveToNext()) is not enough.

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

Sidebar

Related Questions

In an iPhone application I'm developing I have a Image View that displays eyes
I have a problem... In my view i have Image.If i click on image
I have a view and template called index.html. I have a image which is
I have an image, when i hover on it i am able to view
I am using a webview and on that web view i have a image.
Image i have a view that is cached with the OutputCache attribute but i
I have a binary image (a dll) which I wish to view the assembly
In my view i have ImageView.If i click ,it should open nextview. Please help
Quick question about CI. I have a view with a form, several text input
Hi I have this code to download images from the server and then 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.