Slide 15
Slide 15 text
Implementation Sample
private fun showSampleDialog() {
SampleSearchDialogCompat(this, “߲ΛબΜͰ͍ͩ͘͞ɻ",
"߲", null, createSampleList(),
SearchResultListener { dialog, item, position ->
Toast.makeText(this, item.title, Toast.LENGTH_SHORT
).show()
dialog.dismiss()
}
).show()
}
࣮Πϝʔδ: MainActivity.kt (μΠΞϩάදࣔ/Πϕϯτॲཧ)