Hi all,
I am trying to develop an Android app to connect to a nrf52832 running the ble_app_uart example. Previously I was using the Android-nRF-UART codes as a starting point and that was working fine. But I have read on the forum that it is better to use the NRF-TOOLBOX example which is more updated.
I have downloaded the sourcecodes for Android0nRF-Toolbox, I can compile and run it successful on my Android device. However, there is too much other things inside the app. I want to remove everything except keeping the UART example and start modifying from there to develop my app. Is there a stripped down version of nRF-Toolbox with only the UART example? Or can someone advise me on how to go about modifying it. Right now, I don't even know where is the main activity and where is the codes that displays the main screen with all the icons. I presume I need to start modifying the codes from that screen.
I hope someone can help. Thanks a lot!