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 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 am having trouble creating a layout for a dialog I want to display
I have a simple quiz application and I want display a nice timer /
i have created a login page for some application in android and i want
I need a solution to display open file dialog in HTML while clicking a
I want to display and iframe into a jquery ui dialog. This iframe needs
I want to use XmCreate{Error|Warning|Info}Dialog to display some message in screen in my SDL
i want to use facebook's fb:dialog tag to display a simple pop-up form for
I have db with this table (TableToDo): http://goo.gl/NlTEk I want display all records in
I'm writing an Android application that streams live radio. I've set up an async
I am developing an android application in which I have passed a string from

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.