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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:13:05+00:00 2026-06-12T11:13:05+00:00

I have searched ALOT now, i cant find a solid way to run apps

  • 0

I have searched ALOT now, i cant find a solid way to run apps like calendar, camera, facebook, twitter, insatgram, and all kinds of apps in android. I know that i need to use intents, but HOW can i do it? I really need help! Please help me and thanks alot!

  • 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-06-12T11:13:06+00:00Added an answer on June 12, 2026 at 11:13 am

    If you want to launch some other application from your android application then you should know the package name for that particular application For example for launching facebook use

    Intent intent = new Intent("android.intent.category.LAUNCHER");
    intent.setClassName("com.facebook.katana", "com.facebook.katana.LoginActivity");
    startActivity(intent);
    

    Otherwise this can also be used

    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.package.address");
    startActivity(LaunchIntent);
    

    If you want to launch the default android applications installed for some particular kind of operation then you can use implicit intents for that. For example to start a browser you can use

    Uri webpage = Uri.parse("http://www.android.com");
    Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
    startActivity(intent);
    

    You should take also take a look at intents and intent filters and how to allow other apps to open your application.

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

Sidebar

Related Questions

i have searched a lot but could not find the exact way to do
I have Facebook application ready and token, app id, secret. Now I have searched
I have searched a lot trying to find something for my purpose, however most
I have searched a lot and tried much but I can not find the
I have searched for a general solution to this but only find answers to
I have searched a lot but not able to find particular solution. There are
I have searched the Internet, but I can't find the info I'm looking for.
I have been developing apps on Android for a while now. I have the
I have searched a lot but cannot find the information i want. I have
I have searched a lot of threads but i can't find any answer that

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.