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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:59:36+00:00 2026-06-15T18:59:36+00:00

I am having some textViews in my activity. I am connecting to a server

  • 0

I am having some textViews in my activity. I am connecting to a server and fetching some data from database and getting a JSON response and loading the data into my activity and setting the textview text with data fetched from server. Everything works fine. Now the problem is that I want to add some default text in the textview. Right now I only have the author name in the textview and it appears as normal but I want that it should appear like Author: Dennis I have tried to use android:text= “Author: ” for author textview but it doesnt work. let me know how can I do this.

<TextView
    android:id="@+id/author"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:paddingTop="2dip"
    android:paddingLeft="3dip"
    android:text="@string/author"
    android:textSize="10sp" />

and here is my code where I set the text.

ListAdapter adapter = new SimpleAdapter(
                        MainActivity.this, productsList,
                        R.layout.list_item, new String[] {TITLE, AUTHOR},
                        new int[] { R.id.title, R.id.author });
                // updating listview
                setListAdapter(adapter);

/Dennis

  • 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-15T18:59:37+00:00Added an answer on June 15, 2026 at 6:59 pm

    when you set the text do:

    textview.setText(textview.getText() + " " + serverresponsestring);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having some annoying issues with loading images into a BufferedImage (image in the example)
Having some trouble getting a screenscraper webservice up and running on a weblogic 10.3.3
Having some issues getting my head around the differences between UTF-8, UTF-16, ASCII and
I'm pretty new to android development, and I've been having some problems getting my
I'm having a hard time with trimming some characters from a NSString. Given an
I am having an Activity in which I am having some View that is
I'm creating a ListView with buttons and having some issues. My activity need to
I am attempting to create an Activity which contains some TextViews at the top
I have listview having customized some textview and one imageview. When I long click
Having some trouble with R's garbage collection, when passing objects to C++. We have

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.