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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T23:16:35+00:00 2026-06-18T23:16:35+00:00

I am new to android. I read about Implicit Intent from http://saigeethamn.blogspot.in/2009/08/android-developer-tutorial-for_26.html Now my

  • 0

I am new to android. I read about Implicit Intent from

http://saigeethamn.blogspot.in/2009/08/android-developer-tutorial-for_26.html

Now my question is can I invoke my another application , as one of the activities ,in this applications through implicit intents ???

  • 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-18T23:16:37+00:00Added an answer on June 18, 2026 at 11:16 pm

    Yes you can. For example when you want to share from one app to another the image,
    you have to register in second app that receives the intent in the manifest file of that second app. The additional intent filter is below

       <activity
            android:name=".Main"
              android:label="@string/app_name" android:screenOrientation="portrait"
             android:theme="@android:style/Theme.Black.NoTitleBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            **<intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <data android:mimeType="image/*" />
            **
        </activity>        
    

    then onCreate of second app that already has view with image view

    ImageView im = (ImageView) findViewById(R.id.image);
    im.setImageURI((Uri) getIntent().getExtras.get(Intent.EXTRA_STREAM));
    

    It means that when you are declaring in manifest file the intent filter, whenever person will share the picture, your second app will come in the available list

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

Sidebar

Related Questions

The new Android 2.1 SDK (version 7) has a new class called SignalStrength: http://developer.android.com/reference/android/telephony/SignalStrength.html
I am new to android. I read about DP but m still confused. In
I am new to Android debugging. i read about logCat and DDMS on the
I am very new to Android development and Java. Have read around but I'm
when i am creating new android project from visual studio 2010 it gives the
I am relatively a new Android developer and I am not able to understand
I am a new android app developer and i want to use google map
I am new android app developer i want make app for tablets and phone
I am wondering as a new Android developer (10+ years C# OOP) which would
I want to implement search feature in my application. I read about android searchable

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.