CodeSteps

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

Author : David

Android Programming – Core Components

Through my previous Articles, we have discussed developing a sample Android Application, “MyApp”; Build & Run the Application in Android Studio. In this article, I am going to explain, what are the core components of the Android application. Lets’ take our already built Application “MyApp”; here is the Android view, which shows the list of […]

AWS – UnauthorizedOperation – How to fix “You are not authorized to perform this operation.” Error?

AWS – UnauthorizedOperation error, usually we see when we try to access the AWS resources using the User, who has read-only permissions. Lets’ try to reproduce the Error. I have explained, in my previous article, “AWS : Identity and Access Management (IAM) – Add User“, Creating a User. In that article, we have created a […]

AWS – PowerShell – Setting up AWS Tools

AWS Tools for PowerShell is very useful to manage the AWS resources through PowerShell scripts. In order to use AWS Tools, from the PowerShell command prompt or through PowerShell scripts, you must install the AWS Tools for PowerShell. In this article, I am going to explain, how to set up the AWS Tools for PowerShell […]

PowerShell – Managing Processes

PowerShell provides cmdlets, to manage the Processes currently running on the local Computer or on the remote Computer. In this Article, we are going to discuss the commands to Display & Manage the Processes using PowerShell. Get-Process cmdlet to Display Currently Running Processes Get-Process is the cmdlet, we use to display the currently running Processes […]

Android Studio : Run Project

I have explained the steps to create an Android Project in Android Studio, in my previous Article “Android Studio : Create Android Project “. We have successfully completed the Project creation & the build was Successful. Now through this Article “Android Studio – Run Project”, I will explain how to Run the Project, and also […]

Scroll to top