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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:59:14+00:00 2026-05-15T10:59:14+00:00

i want to display a dialog in my android application where certain TextViews in

  • 0

i want to display a dialog in my android application where certain TextViews in the layout need to have content set during runtime.

while showing the dialog itself is no problem at all, accessing the TextViews via TextView.setText(String) crashes the application.

this is what i got so far:

dialog = new Dialog(this);

dialog.setContentView(R.layout.dialog);
dialog.setTitle("my dialog");

dialog.show();

TextView tv;
tv = (TextView) findViewById(R.id.title);
tv.setText("bkjadsjbk");

while this is working just fine without the last 3 lines, running that code WITH the TextView-stuff crashes my application.

is there any way to get this right?

  • 1 1 Answer
  • 1 View
  • 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-15T10:59:14+00:00Added an answer on May 15, 2026 at 10:59 am

    It will be nice if you can post the error log for us to understand.

    I would guess that this is happening since it is seatching for that textview in the actual layout file from which the dialog is opened. So a null pointer exception might occur.

    To explicitly tell it to search for the view that is in the dialog layout that you are using., do this for the textview.

    TextView tv = (TextView) dialog.findViewById(R.id.title);
    tv.setText("your text...");
    

    If this does not work then post your error log.

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

Sidebar

Related Questions

I have this nice dialog view I set my UserInputDialog class to: <LinearLayout android:id=@+id/LinearLayout01
i want to display some information in a listview using the GridView. i have
I have some questions about android ui api. Give a example, that I want
I want to display the TIME field from my mysql table on my website,
I want to display tabular type data, but it will not be coming from
I want to display dates in the format: short day of week, short month,
I want to display the current host and database names in a view. Where
I want to display a thumbnail image in a cell of tableViewController , this
I want to display some WPF elements near to the selected item of a
I want to display an image within a scroll area. The view port of

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.