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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:25:53+00:00 2026-05-18T23:25:53+00:00

I am trying to find a way to have plugins in an application. My

  • 0

I am trying to find a way to have plugins in an application.

My goal is to have a Core application, and offer plugins that can be downloadable on the market. (It can be anything, weather, radio player, etc…)

The plugins would not interact with each other, so the core application is more like a directory of multiple applications with kind of a SDK that the plugins use.

There is the Tic Tac Toe example in the Android doc, but the requires the main app to declare the external lib. My wish is that the core app detects the new installed plugins and shows them.

I found this other question but there is no answer.

Is there a way to do that?

Edit: There are also applications that can be unlocked by buying another app on the market. How do they work? I could not find anything interesting yet. You know what you find when you google “android unlock” 🙂

  • 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-18T23:25:54+00:00Added an answer on May 18, 2026 at 11:25 pm

    You can use PackageManager to look for another application. If you know the package names of all of the ‘plugins’ then you can just check for each of them this way.

          PackageManager pm = getPackageManager();
                        try {
                            ApplicationInfo appInfo = pm.getApplicationInfo("com.package.name.your.looking.for", 0);
                            //if we get to here then the app was found, do whatever you need to do.
                        } catch (NameNotFoundException e) {
                            //app was not found
                        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to find a way of getting a windows batch file
hello i have this question i was trying to find a way to call
I've been trying to find a way to do this but, have not found
I have been trying for hours to find a way to solve the issue,
I'm trying to find the best (efficient) way of doing this. I have a
I am trying to find a way to create a report in BIRT that
I'm trying to find best way to create extensible and autoupdating application. Scenario: many
I have been researching around trying to find the best way to begin developing
For a while now I have been trying to find a way for jython
Trying to find a way to remove blank pages from a document I wrote

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.