GitXplorerGitXplorer
a

connectivity-samples

public
1679 stars
1321 forks
164 issues

Commits

List of commits on branch main.
Verified
c1da9ac3bffba1cc70d6cec5f00946a30f315f90

Merge pull request #273 from rawmain/main

cchinesco committed 2 years ago
Verified
7330bebb71555133b9b5178ddbb96e39e967b3a1

Apply suggestions from code review

cchinesco committed 2 years ago
Unverified
8c5252f7cdc19ea234920c89765d53d682c429ab

Updating to latest dependencies and better permission management

cchinesco committed 2 years ago
Unverified
9b708f1d20198d3e76e61bfac2eb140f57b05460

Updating to latest dependencies

cchinesco committed 2 years ago
Unverified
cf8413d3215b807649e4a82f98418c8f56823d44

Re-add proguard rules

wwhitevegagabriel committed 2 years ago
Unverified
041b4d249a27d38bb48f3d732a9852205776cbc2

Merge "Deleting old or deprecated sample projects" into main

cchinesco committed 2 years ago

README

The README file for this repository.

Warning Bluetooth samples have been migrated to the new platform-samples repo. Others might follow.

Connectivity Samples Repository

This repository contains a set of individual Android Studio projects to help you get started writing Connectivity apps in Android.

If you find an issue or bug in one of the projects, feel free to file an issue on this repository with the following information:

  • The specific project that pertains to the issue (for example: the 'BluetoothLeGatt' project)
  • Steps to repro the issue, including the API version and Android device model

Example of a good issue: In the BluetoothLeGatt sample, I am unable to see any BLE devices after the initial scan. I ran the sample on a Pixel 2 running API version 28.

Examples of bad issues:

  1. Bluetooth scanning doesn't work.
  2. My app is crashing when I try to send a large file.
  3. How can I support BLE in my app?

Requests for samples related to Android connectivity are also welcome.