Questions tagged [executives]
5 questions
2
votes
2 answers
Implementing a cyclic executive in android?
I am writing an android app and I need to be able to do certain things periodically/continuously. I am coming from a C/C++ embedded firmware background and this new-fangled way of doing things is going to take some getting used to. It seems that…

CHollman82
- 576
- 1
- 8
- 28
0
votes
0 answers
Executing tasks: [:app:assembleDebug] in project
Executing tasks: [:app:assembleDebug] in project C:\Users\HP\AndroidStudioProjects\My123
Starting Gradle Daemon...
Gradle Daemon started in 37 s 81 ms
Task :app:preBuild UP-TO-DATE
Task :app:preDebugBuild UP-TO-DATE
Task :app:compileDebugAidl…

gyan baba
- 1
- 1
0
votes
0 answers
Running .exe to execute batch file written in Python (Novice Programmer)
I wrote a Python script to prompt users for a spreadsheet to rename photos automatically based on the column called "Rename_Code" in the spreadsheet. The column is extracted and saved as a batch file, called "Rename_Code.bat". Below is the…

Candice
- 31
- 8
0
votes
6 answers
Obtaining Management Buy-in on Process
The company I work for has historically had very little process as far as software development. Currently we don't really follow any specific method. The problem is of course it makes it difficult to plan, successfully have a decent release or…

wonderchook
- 1,200
- 10
- 18
0
votes
2 answers
Synchronization level (executive or kernel) used by monitors, mutex, and semaphore
I understand that the kernel can synchronize processes via the spinlock method. However, when it comes down to one processor how does it do so? How does it use a synchronization object to ensure mutual exclusion?
Is a semaphore at the level of the…

user1261710
- 2,539
- 5
- 41
- 72