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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:30:09+00:00 2026-05-15T05:30:09+00:00

I have three xml layout pages, 1.welcome screen (with next >> button) and clicking

  • 0

I have three xml layout pages, 1.welcome screen (with “next >>” button) and clicking on next button should bring second page 2.welcome page with (“register” button) this takes to another window/page 3. with name and other details. I have all the three pages GUI built i.e the xml file , how to put them all together and get them working.

  • 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-15T05:30:10+00:00Added an answer on May 15, 2026 at 5:30 am
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.welcome);
    
    
    
    Button submit_figc = (Button) findViewById(R.id.skipbutton);//to load figc
    
    submit_figc.setOnClickListener(new OnClickListener() 
    {
    
    @Override
    public void onClick(View v) {
        // TODO Auto-generated method stub
        Intent i = new Intent(getBaseContext(), Figc.class);
        startActivity(i);
    }
    });}}
    ----------
    Here is Figc
    ------------
    
    package com.appiction.lifeguard;
    
    
    
    import android.app.Activity;
    import android.os.Bundle;
    
    public class Figc extends Activity{
    
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    
    
        setContentView(R.layout.figc);
    }}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my input xml. The xml can have maximunm three nodes and minimum
I have some xml data contained in three files (Database.xml, Participants.xml, and ConditionTokens.xml). I
I have a TableLayout defined in my xml with three columns and four rows
I have an xml document with three child elements repeating in any order. I
Let's say I have the following xml: <one> <two> <three> <three> foo </three> <four
In ViewPagerAdapter.class I have 2 layout(whereami.xml and mapview.xml), and use LayoutInflater to inflate each
I have two layouts(xml files) and I want to flip from one page to
I have a page. It loads the images from server and displays on screen
I have created a Magento Frontend Package & Theme... I've created a layout/cms.xml file
I have constructed an XML tree structure of an XML file. I am able

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.