CodeSteps

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

android programming

Android Programming – Create a background Service

Through our Previous Articles, we have discussed Creating an Android Service and Creating a Bounded Service. These services are user-interactive; which means, these are foreground services. We can interact with the Services through the User Interface elements. We have another type of Android Service, which is called Background Service. In this article, we are going […]

Android Studio : Create Android Project

Android Studio provides a lot of support to create Android Applications for various Android devices. In this article, I am going to explain the steps to create & build a new Project in Android Studio. Step 1. Select New Project… menu item fromĀ File -> New menu. OR Click on “Start a new Android Studio Project” […]

Scroll to top