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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:35:38+00:00 2026-05-21T10:35:38+00:00

i am beginer to android,i would like to print 1 -10 numbers in order

  • 0

i am beginer to android,i would like to print 1 -10 numbers in order like one by one as shown follows

1
2
3
4
5
6
7
8
9
10

i would like to print those numbers like 1 3secs after 2, 3secs after 3,3secs after 4……so on

i have written code as follows to print 1-10 but it displaying only 10 .

@Override
    public void onClick(View v) {
        name=((TextView)findViewById(R.id.textView1));

        for(int i=0;i<11;i++){
        name.setText("hai"+i);
        }

please is there any solutions for that?

  • 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-21T10:35:39+00:00Added an answer on May 21, 2026 at 10:35 am

    This does not work, like this, as onClick() is run on the UI thread, blocking it for updates until your onClick() returns. While

    You can solve that with an AsyncTask, where the doInBackground() method is doing the loop,
    sending the number to print via publishProgress() and have onProgressUpdate() update the TextView.

    Here is an example of the usage of AsyncTask. Also have a look at the docs which also illustrates progress updates.

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

Sidebar

Related Questions

I have a array of words and I would like to print the array
Beginner here, I have a simple question. In Android what would be the best
I'm a beginner in Android and I would like to know (and understand) in
I'm really a beginner, I'm reading many different Android books as I would like
This sounds like a issue a beginner like me would only have...this is my
I have written an app for the android. I want to make this ad
I'm quite a beginner with java and Android in general so I would like
I'm a beginner of SQL. I would like to display sqlite data on Android
Beginner in Android development. My code crashes. I have made a simple Java method
I am a beginner to android and have designed a login GUI for app

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.