Android Material Chips Example
Android

Android Material Chips are one of the components which are used to make the choice filters, actions, and display the selectable options. In this article, it’s been discussed how to implement the very basic selectable material chips for the filtering of the options 1)Add a dependency in the android app project. Before you can use…

Android Service Example for Background Processes
Android

What is an Android Service?   Android service is a component that is used to perform operations in the background such as playing music, handle network transactions, interacting with content providers, etc. It doesn’t have any UI (user interface).   The service runs in the background indefinitely even if an application is destroyed.   Note:…

Android Resources Organizing
Android

There are many more items which you use to build a good Android application. Apart from coding for the application, you take care of various other resources like static content that your code uses, such as bitmaps, colors, layout definitions, user interface strings, animation instructions, and more. These resources are always maintained separately in various sub-directories under the res/ directory of the project.

Hello World Example In Android
Android

Let us start actual programming with Android Framework. Before you start writing your first example using Android SDK, you have to make sure that you have set-up your Android development environment properly as explained in the Android – Environment Set-up tutorial.

How To Download Install And Setup Latest Android Studio 2020
Android

Android Studio helps you develop applications in a larger and more productive way. Android Studio provides the fastest tool for creating applications on all Android devices. Faster coding than ever before. Create a rich experience. Code with confidence. Create the best code.

Subscribe

Select Categories