I am getting following compilation error. Unresolved Reference: position. How to resolve it?
D/AndroidRuntime: Shutting down VME/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.registrationform, PID: 1368
I am getting the correct department if selected but If none of the list item in the department are selected, Iam getting the 1st item of the array as department by default . How to get None/empty as the output if no item is selected
5198 visits
Outline:Open an existing Android Studio Project How to add Spinner? Set the attributes for spinner Add list of items to spinner through kotlin code Create an array adapter Source code for selecting an item from the spinner How to add a built-in image? How to add a custom image? Launch the app in the phone Run the App to see the output in the Android phone
Open an existing Android Studio Project How to add Spinner? Set the attributes for spinner Add list of items to spinner through kotlin code Create an array adapter Source code for selecting an item from the spinner How to add a built-in image? How to add a custom image? Launch the app in the phone Run the App to see the output in the Android phone
Show video info
Pre-requisite