I'm stuck trying to deploy my model on my android app.
Object TensorFlowLiteHelper is running without errors but I can't connect it to my homescreen classification button to activate my trained CNN model. I'm expecting that after classifying an image, it will display the results on a separate screen called Result Screen.