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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:42:32+00:00 2026-05-29T10:42:32+00:00

I just started to study the android so im asking such a simple question.

  • 0

I just started to study the android so im asking such a simple question. I tried to navigate(move from one view to another). This code shows no error and the button in first view is showing. But when i click the button nothing happens and app crashed.Can anyone please help me with where i’m going wrong in my code.

pushActivity.java

  package com.myapp.pus;

    import android.app.Activity;
    import android.content.Intent;

    import android.os.Bundle;
    import android.widget.Button;

    import android.view.View;
    public class PushActivity extends Activity {

        Button mybtn;
        /** Called when the activity is first created. */
        @Override
        public void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
            setContentView(R.layout.main);
            mybtn = (Button)findViewById(R.id.mybtn);
            mybtn.setOnClickListener(new View.OnClickListener(){

                public void onClick(View view) {
                    Intent nextScreen = new Intent(getApplicationContext(), SecondScreen.class);
                   // startActivity(new Intent(action));
                    startActivity(nextScreen);
                }
            });



    }
 }

main.xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/hello" />

    <Button
        android:id="@+id/mybtn"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
       />

</LinearLayout>

Second Screen

package com.myapp.pus;

import android.app.Activity;
import android.os.Bundle;



public class SecondScreen extends Activity {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.screen2);            
        // Binding Click event to Button    
    }    
}

Screen2.xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >


</LinearLayout>

Thanks in advance.Hope for your 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-29T10:42:32+00:00Added an answer on May 29, 2026 at 10:42 am

    You need to define the SecondScreen Activity to your AndroidManifest.xml as below,

    <activity android:name=".SecondScreen"></activity> before the tag is finish.

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

Sidebar

Related Questions

I'm very new to Android development and just started to study. What I'm trying
I just started to study the Model View Controller pattern. I now understand the
I have just started to study computer sciences at my university where they teach
Just started coding in AS3 with FlashDevelop and coming from a C# background, I
This is the code, (don't kill me, i've just started to study javascript)...Firefox'errors console
I just started study of class and object in php. I have a very
I am new to C# and .NET and I just started to study LINQ
Just started playing with Android and I'm trying to create an app that has
I just started to learn Android development. My previous experience is majorly .NET framework
I have just started a feasibility study on Django for my company and I

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.