Skip to content

codingsansar.com

programming made easy

Menu
  • Home
  • HTML
  • Android Development
    • Android Projects
  • Java
  • Flutter
  • SQL Server
  • VB

Category: Android Development

Android Development

How to use invite friend in android studio

No Comments
| Android Development

share with friend code in android java

Read More »

Important website for Android Developers and Web Developers

No Comments
| Android Development

Important website for Android Developers and Web Developers 1 . uxwing.com Free icons for website with commercial use no attribution Best website for icons for android developers 2.pixabay.com This website provides HD images free. https://pixabay.com/ 3.unsplash.com This website provides API for images https://unsplash.com/ 4.flaticon.com for icons https://www.flaticon.com/ 5.Android icon Launcher Android icon launcher click here

Read More »

how to use onclick attribute in android studio

No Comments
| Android Development

how to use onclick attribute in android studio XML code Java code Android Development | Tags: android button onclick, button onclicklistener, onclick, onclick android, OnClick method, onclicklistener android, onclicklistener in android studio

Read More »

Activity life cycle in android studio

No Comments
| Android Development

Activity life cycle in android studio Java Code Chek all the parameter in Logcat

Read More »

How to use animated splash screen in android

No Comments
| Android Development

To use animated screen in app firstly create a new activity for splash screen and cut intent filter from Main activity and paste in to splash activity in manifest File. create a raw folder in res and paste what you wanna show in splash screen Gradle paste the below dependency in build.gradle implementation ‘com.airbnb.android:lottie:3.6.0’ Main […]

Read More »

How to create custom toolbar in android studio

No Comments
| Android Development

How to create custom toolbar in android studio Main Activity xml Main Activity java Create a new android resource directory in res name menu and and create menu resource file in menu Menu Create a new Layout Resource File toolbar_layout Toolbar xml Android Development

Read More »

How to use json output in android studio

No Comments
| Android Development

How to use json output in android studio Java code gradle Add below dependency in build.gradle Android Development

Read More »

How to use Linear Layout with divider property in android studio

No Comments
| Android Development

linear layout with divider property android studio Main Activity xml

Read More »

Shared Preferences: How to save data to android device

No Comments
| Android Development

how to save user login info in android device, Main Activity xml Main Activity java package guru.happylife.sharedashish;import androidx.appcompat.app.AppCompatActivity;import android.content.SharedPreferences;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.EditText;import android.widget.TextView;public class MainActivity extends AppCompatActivity { Button button; TextView textView; EditText editText; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); button = findViewById(R.id.button); textView = findViewById(R.id.textView); editText = findViewById(R.id.editText); button.setOnClickListener(new View.OnClickListener() { […]

Read More »

How to make Android app from website

No Comments
| Android Development

android app from website, how to make android app free It is very easy to convert your website into the android app using android studio. Android studio is a open source app development plateform download it from below link https://developer.android.com/studio Step1: Create a new project Click on create new project Step2: Select a Project Template […]

Read More »

Posts pagination

Previous 1 2 3 Next

Recent Posts

Programming

  • Home
  • HTML
  • Android Development
    • Android Projects
  • Java
  • Flutter
  • SQL Server
  • VB

About Codsar

  • About us
  • Contact us
  • Disclaimer
  • Privacy Policy

codingsansar.com 2025 . Powered by WordPress