neslihanaydin / Fixer-Car-Service

2 stars 0 forks source link

Adding onClick method for Search Service Provider Screen #87

Closed neslihanaydin closed 1 year ago

neslihanaydin commented 1 year ago

In the Search Service Provider Screen, after provider has been searched, there should be an onClick listener to handle the chosen provider. This onClick method includes this line.

startActivity(new Intent(SearchProvider.this, BookAppointment.class));

seansabe commented 1 year ago

Lo longer needed.