Questions tagged [running-other-programs]

This tag should be used whenever you are attempting to run other programs within your code, such as using one Python program to execute another Python program. This tag isn't language specific, so please specify the coding language(s) used as well!

32 questions
-3
votes
2 answers

How to share state between programs?

I have 2 programs that must communicate with each other. They should share state (variables, files - i don't know how to achieve this). One program should read it and react on changes - the other should write to this global state. Using files for…
-3
votes
1 answer

Seeing which app is currently running

I have created an app which starts a service which is constantly looking to what the current activity is. It display the names of all the activities in my app properly, but any other apps are com.android.launcher2.Launcher. I was wondering if it was…
user3074140
  • 733
  • 3
  • 13
  • 30
1 2
3