Posts

Showing posts from September, 2022

Remove List Items

   Remove List Items     kotlin code: package com.example.myapplication import android.annotation. SuppressLint import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.widget.* class MainActivity : AppCompatActivity() { var array : ArrayList<String> = ArrayList() val description = arrayOf ( "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth attendant" , "Supervisor" , "Midwife" , "Birth a...