CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : David

Android Studio – How to fix “Emulator: ##KBD: Full queue, lose event” error?

While building and Running the Android Projects, you may see the below Error in Android Emulator; which will STOP to Run the Android Project. Emulator: ##KBD: Full queue, lose event You also will see below Warnings when building the Android Project. Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading. Emulator: warning: get […]

PowerShell – Select-Object cmdlet

PowerShell provides Select-Object cmdlet to select the objects or object properties from the collection. Through this article we are going to disucss the usage of this cmdlet. Select-Object cmdlet This cmdlet is used to select the objects or object properties. This needs a collection; hence we always use this with another cmdlet. The output of another cmdlet […]

Android Programming – Create Bounded Android Service

In our previous Articles; initially, we have developed a Service and later we have converted the Service to an Android Service. And in our previous article, we have discussed that we can develop bounded and unbounded Services in Android. We already developed an unbounded Service in our previous Article “Android Programming – Develop an Android […]

PowerShell – Manage Scheduled Tasks

We have created a scheduled Task in our previous Article “PowerShell – Create Scheduled Task“. PowerShell provides a set of other cmdlets, to manage the Scheduled Tasks. Note that, to work with these cmdlets, the ScheduledTasks module must be available on your System. Start a Scheduled Task PowerShell provides Start-ScheduledTask cmdlet to start a registered […]

Scroll to top