Implement the second page (Found devices) interface
This includes:
A title with the text "Tap on device to connect".
A scroll able list of found devices.
Each item in list should display its name
When an item from the list gets tapped it tries to connect to that device through Bluetooth.
If can connect it should go to page 3.
If it cannot connect a popup should be displayed where it says "Could not connect to device" (Issue 6)
Implement the second page (Found devices) interface
This includes: A title with the text "Tap on device to connect". A scroll able list of found devices. Each item in list should display its name When an item from the list gets tapped it tries to connect to that device through Bluetooth. If can connect it should go to page 3. If it cannot connect a popup should be displayed where it says "Could not connect to device" (Issue 6)