CodeSteps

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

Android

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 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 […]

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 […]

Scroll to top