Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 972 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 972 Bytes

Android Bluetooth App

Source code of a project for an Android application with bluetooth communication

In this simple template project, with a few number of activities:

HOW to

Simply download the code from repository and import every class in your project. Pay attention to:

  • understand your bluetooth message protocol (request-response) and change the command to send
  • manifest file: add every new activity
  • build gradle: integrate your gradle project with the one downloaded