dailycodingDaily Coding
  • Home
  • Articles
    • Activity
    • Spinner Container
    • AsyncTask
    • Shared Preferences
  • Fixed Android Studio Errors
  •  YouTube

Android Basic

android activity
Activity Android Basic

What is an Android Activity?

Hi there, in this article we are going to discuss Android Activity. In Android, the Activity class is a key component of an Android app. Unlike any programming language in which apps are launched with a main() method, but the Android system initiates code in an Activity instance by invoking Read more…

By Subhojit, 1 month1 month ago
asyncTask android
Android Basic AsyncTask

AsyncTask In Android Complete Guide | Android App Development

In this article, I’m going to cover almost everything that you need to know about Android AsyncTask class. So basically, AsyncTask is an abstract class which gives us the ability to perform heavy operations in the background and keeps the UI thread free. For example: downloading a file from the Read more…

By Subhojit, 2 months2 months ago
shared Preferences
Android Basic Shared Preferences

Android Shared Preferences Fundamental

Shared Preferences is one of them to store primitive data such as int, float, long, Boolean and String.

By Subhojit, 8 months2 months ago
Handle Activity State
Activity Android Basic

Handle Activity State Changes in Android Applications

In this example, we will handle one of the common configuration change such as screen rotation.

By Subhojit, 8 months2 months ago
Spinner
Android Basic Spinner Container

Android Spinner Container | Create a drop-down list in Android Studio

In this blog, we will learn what spinner is and how we should implement it for our Android applications. At the bottom of this article, you will have a video tutorial though. Spinner Example What is Spinner? Spinner is like a drop-down list which can be used to display the Read more…

By Subhojit, 8 months8 months ago
Category
  • Activity
  • Android Basic
  • AsyncTask
  • Fixed Android Studio Errors
  • Shared Preferences
  • Spinner Container
Archives
  • December 2020
  • November 2020
  • May 2020
Recent Comments
  • Android Activity Lifecycle - with Use Cases | Daily Coding on Handle Activity State Changes in Android Applications
  • Android Activity Lifecycle - with Use Cases | Daily Coding on What is an Android Activity?
  • What is an Android Activity | Complete Guide | Daily Coding on Handle Activity State Changes in Android Applications
Tags
activities in android Activity activity lifecycle android activity android activity lifecycle AndroidSharedPreferences Android Spinner Android Studio Android Studio Tutorial asynctask android studio background task android background task android java how to how to Migrate to AndroidX Java Manifest Merger Failed Manifest Merger Failed Issue Migrate to androidx onRestoreInstanceState onSaveInstanceState onSharedPreferenceChanged Shared Preferences SharedPreferencesOnChangeListener Spinner Container
  • Home
  • Articles
  • About
  • Fixed Android Studio Errors
  • Privacy Policy
Tearms And Conditions   |   Powered by DailyCoding