Paul Bentham
Lurker
I am facing a problem with my code. App wont build.
I am unable also to select an option from the drop down menu to select progress to complete code. All that is available is Gone
Pav.
Here is the code:
@RequiresApi(Build.VERSION_CODES.M)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val rollButton=findViewById<Button>(R.id.rollButton)
val resultsTextview=findViewById<TextView>(R.id.resultsTextView)
findViewById<SeekBar>(R.id.seekBar)
rollButton.setOnClickListener {
val rand=Random().nextInt(SeekBar.generateViewId())
resultsTextview.text=rand.toString()
}
I am unable also to select an option from the drop down menu to select progress to complete code. All that is available is Gone
Pav.
Here is the code:
@RequiresApi(Build.VERSION_CODES.M)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val rollButton=findViewById<Button>(R.id.rollButton)
val resultsTextview=findViewById<TextView>(R.id.resultsTextView)
findViewById<SeekBar>(R.id.seekBar)
rollButton.setOnClickListener {
val rand=Random().nextInt(SeekBar.generateViewId())
resultsTextview.text=rand.toString()
}