Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Write Plugin for Android App [closed]

Tags:

android

i'll try to develop an app which is enabled for plugins like in windows-.Net-world DLLs.

i will have small rectangle-linearlayouts in my app where the user is able to manage them with visible on/off. later on i or someone else will give the user a new plugin, which the apps is displaying now.

is it possible? if yes: how? are there good sites out there you could direct me?

regards fly

like image 433
FlyingEagle Avatar asked Feb 25 '11 17:02

FlyingEagle


People also ask

Does stack overflow has an Android app?

Stack is an Android application that lets you browse stackoverflow.com and other Stack Exchange sites. It is powered by the Stack Exchange API.

What is plugin app for Android?

The Android plugin technology is an innovative application- level virtualization framework that allows a mobile applica- tion to dynamically load and launch another app without installing the app. This technology was originally developed for purposes of hot patching and reducing the released APK size.

How do I use Android plugins?

From the menu bar, select Android Studio > Preferences. Under IDE Settings, click Plugins and then click Install plugin from disk. Navigate to the folder where you downloaded the plugin and double-click it. Restart Android Studio.


1 Answers

It is possible to have a plugin architecture for your application. These links should help you out:

  • http://mylifewithandroid.blogspot.com/2010/06/plugins.html
  • http://mylifewithandroid.blogspot.com/2011/01/plugins-with-user-interface.html
like image 125
Eric Levine Avatar answered Sep 18 '22 18:09

Eric Levine