Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    It is probably operating system & GUI-toolkit specific. Commented Apr 13, 2016 at 13:49
  • I assume you mean "App" in the sense of "application program", not "Smartphone App"? It may help to phrase your requirement differently: Probably you want to control multiple backend processes from a common GUI. Does this match what you have in mind? Commented Apr 13, 2016 at 14:08
  • Sorry, I am new to the english terms. I try to give more specifics: The project should be able to handle different application programs, which could be able to be installed or uninstalled (like in a app store), and those applications should be loaded in my GUI or unloaded from my GUI separatly. For example: I have a cup of coffee: there should be one application "fillstate" and one application "shape". If I am starting fillstate, there should be created a line, marking the fillstate of my cup of coffee. If I start "shape", the shape of my cup should be colored, parallel or standalone. Commented Apr 13, 2016 at 14:29
  • 3
    Those are probably not separate programs, but separate modules within your main program. Commented Apr 13, 2016 at 15:11