Vertical Seek not progress value not showing on MainActivity textView
- by Raju Gujarati
I am try to display the progress value of the seekBar but when it comes to the execution, there is no update on the value being display on the TextView. I wonder what alternatives than putting two classes onto one big class in order to archive this aim ?
The below is my code
VerticalSeekBar.java
package com.example.imagerotation;
import…