ChicoState / BlueConnect

0 stars 2 forks source link

Merge Android App Template into Main #12

Closed BipbopBohnfon closed 1 year ago

BipbopBohnfon commented 1 year ago

This branch added the template files necessary to build and run a basic android application in Android Studio. So far, it's only got a button that allows for execution of code within the onClick() function in the FirstFragment.java file, but using the views built into Android Studio, we can change the interface to be whatever we need to debug our bluetooth functionality before we've actually got something viable. Also this is scaring me. I didn't know that android apps used this weird document-object model thing.

BipbopBohnfon commented 1 year ago

We're gonna be going with Nick's branch, "test." He's got like half the sprint done, already.