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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:53:32+00:00 2026-05-18T01:53:32+00:00

I am trying to incorporate some sample code I pulled from a site into

  • 0

I am trying to incorporate some sample code I pulled from a site into my existing project. I click a button in my project, and I want that to link to the class file that I imported into my project.

Initially, the project I imported automatically launched their own file upon startup, whereas I need my project to automatically launch my main.xml file. I changed around the manifest and the class file to point to a new .xml (rather than main) so as to not point to the wrong xml file.

The program runs fine but when I click the button that I want to open the imported .java file it tells me: The application…has stopped unexpectadely. Please try again.

Is there something I might be missing in fine tuning the code to have what I imported be a sub-class that can only be accessed on a click rather than the main class?

Thanks for any help.

  • 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-18T01:53:32+00:00Added an answer on May 18, 2026 at 1:53 am

    As Kevin said, an Activity wouldn’t be pointing to an XML file, so I’m not sure if I am understanding your question correctly, but try this (if you haven’t already): When your button is clicked, create a new Intent object, and code your Intent to launch whatever Activity you have created that will inflate your XML file.

    For example, if you want to display a Picture when you click the button, you could create an Activity that shows some pre-loaded bitmap. To launch a PictureDisplay activity, PictureDisplay.java would be your Activity class (arbitrary name, call it whatever you want), and under normal circumstances this Activity would inflate some XML file (let’s call it picture_display.xml) in the onCreate method, and this XML file could have an ImageView that gets displayed.

    So, setup your Intent like this (when the button is clicked):

    Intent intent = new Intent(getApplicationContext(), PictureDisplay.class);
    startActivity(intent);
    

    Then, in your PictureDisplay.java class, add code to inflate the XML file in your onCreate function:

    setContent(R.layout.picture_display);
    

    Just be sure to add the new class to the Manifest file.

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

Sidebar

Related Questions

I'm trying to incorporate some JavaScript unit testing into my automated build process. Currently
Trying to find some simple SQL Server PIVOT examples. Most of the examples that
Trying to setup an SSH server on Windows Server 2003. What are some good
Trying to make a make generic select control that I can dynamically add elements
Trying to keep all the presentation stuff in the xhtml on this project and
Trying to make a MySQL-based application support MS SQL, I ran into the following
Trying to perform a single boolean NOT operation, it appears that under MS SQL
Trying to get my css / C# functions to look like this: body {
Trying to create a QtRuby application, I get the following error: /usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation
Trying to do this sort of thing... WHERE username LIKE '%$str%' ...but using bound

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.