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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:28:36+00:00 2026-05-23T19:28:36+00:00

When I press a button I want to run another separate app I made,

  • 0

When I press a button I want to run another separate app I made, but I want to somehow package these two apps together so the user only needs to download one app.

I’m aware of starting an intent like this:

Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.A.myapp","com.A.myapp.MainActivity"));
startActivity(intent);

But that assumes I’ve downloaded the app “com.A.myapp” separately. What’s the best way to package the “com.A.myapp” to my existing app?

  • 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-23T19:28:37+00:00Added an answer on May 23, 2026 at 7:28 pm

    The easiest way to do what you’re trying to do would be to simply create a new project that contains both apps. Since apps generally are started by an initial entry Activity, you can keep them in separate packages like they are now as long as they have the same root name. So app1 would be in package com.A.myapp.myapp1. The second app “myapp2” would be in package com.A.myapp.myapp2.

    In the Package section of the project’s manifest file, put “com.A.myapp” as the root. Register all activities in the manifest file of your entire project. Then app1 can invoke the activity in app2 with a call like this:

        Intent createIntent = new Intent();
        createIntent.setClassName(this.getApplicationContext(), "com.A.myapp.myapp2.ActivityA");
        startActivity(createIntent);
    

    NOTE: This will officially make this one entire app as Android is concerned. If you want to keep them completely separate, you need to use intent filters and call the other app implicitly. You can start with this link for that.

    http://developer.android.com/guide/topics/intents/intents-filters.html

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

Sidebar

Related Questions

when I press the Maximize button on my WPF app, all the controls therein
I need my activity to handle HOME button press with a receiver programmatically, but
I have a navigation based app. Press a button on main view, then I
How do I detect a button press on a USB gamepad on OSX 10.5
I have a form where you may press a button which will give you
I'm trying to fill-out a form automatically and press a button on that form
How can I flip an NSWindow so I can press a button, and the
I've got a save dialog box which pops up when i press a button.
To replicate the error go here: http://racedayworld-com.si-eioswww3.com/ And press the button at the top
I have three tabs. When I press the tab button on the bottom, is

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.