2021-02-09-Android-Switch
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/someSwitchIdentifier"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/some_string_value" />binding.someSwitchIdentifier.isChecked = true // or falsebinding.someSwitchIdentifier.setOnCheckedChangeListener{ switch, isChecked ->
Log.d("Switch", "Do something here")
}PreviousSample Fastlane Script to upload to fabric/crashlyticsNext2020-02-13-SwiftUI-ListViewWithSwipeDelete
Last updated
Was this helpful?