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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:25:16+00:00 2026-05-23T22:25:16+00:00

I wonder how I could navigate between the strings within an array, using the

  • 0

I wonder how I could navigate between the strings within an array, using the previous and next buttons, these strings will be displayed in a TextView. Thank you!

protected void onCreate(Bundle savedInstanceState) 
{
    super.onCreate(savedInstanceState);
    setContentView (R.layout.activity_f3);
    setTitleFromActivityLabel (R.id.title_text);

    TextView cumulos = (TextView) findViewById(R.id.cumulos);
    TextView respostas = (TextView)findViewById(R.id.respostas);

    Random randPhrase = new Random();
    String[] cum = getResources().getStringArray(R.array.cumulos);
    String[] resp = getResources().getStringArray(R.array.resp_cumulos);

    String textout = "";
    String textresp = "";

    for (int i = 0; i < cum.length; i++) {
        for (int j = 0; j < resp.length; j++) {
            textresp = resp[j];
        }
        textout = cum[i];
    }

    cumulos.setText(textout);
    respostas.setText(textresp);
}
  • 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-23T22:25:17+00:00Added an answer on May 23, 2026 at 10:25 pm

    Declare one int for index starting with 0 then in NextButton do

    if(!index > resp.length-1 )  //not greater than array length
    {
    setText(resp[index++]);
    }
    else { nextButton.setEnabled(false); nextButton.setClicable(false); } //not clickable anymore
    

    in PreviousButton do

    if(!index < 0)
    {
       setText(resp[index--]);
    }
    else{
    prevButton.setEnabled(false); 
    prevButton.setClicable(false);
    }
    

    Something like this? Mind this code is not tested, might throw exceptions.
    It just to give you an idea.

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

Sidebar

Related Questions

I wonder if anyone could please help me I have been using HTML tidy
I wonder if anyone could suggest the best way of looping through all the
I wonder if I could write a program in the C -programming language that
I wonder if you could share your thoughts / resources about live audio streaming
I wonder if someone could help me figure out how to parse a string
I wonder if you could help me with something I've been thinking about. Say
I wonder if someone could be kind enough to explain the function.prototype thingie (thingie!!??)
i wonder how i could store a xml structure in a persistence layer. cause
I wonder if anyone could help me with a problem I've been having. I
I wonder if you could automatically generate header header class functions automatically for a

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.