AndroidSmoothBluetooth icon indicating copy to clipboard operation
AndroidSmoothBluetooth copied to clipboard

Smooth communication via bluetooth with other android devices or microcontrollers such as Arduino.

Results 11 AndroidSmoothBluetooth issues
Sort by recently updated
recently updated
newest added

I am using my fork in a project so if you want to accept this pr just let me know and I will change the installation link in Readme file....

Fixes #7 --- This change is [](https://reviewable.io/reviews/palaima/androidsmoothbluetooth/8)

Use it in this way might solve the issue. new MaterialDialog.Builder(this) .title(R.string.socialNetworks) // second parameter is an optional layout manager. Must be a LinearLayoutManager or GridLayoutManager. .adapter(new ButtonItemAdapter(this, R.array.socialNetworks), null)...

I solve through this : https://stackoverflow.com/questions/32900524/unable-to-update-gradle-dependency-for-a-library/32900570#32900570

Not always do we want to let the device connect to just any device found around. Most of the applications would need to connect to specific devices around, may it...

Error:(223, 21) error: method adapter in class Builder cannot be applied to given types; required: ListAdapter,ListCallback found: DevicesAdapter reason: actual and formal argument lists differ in length

I read your source code to understand why it does not connect smoothly and I found that no BluetoothService is avalaible before you call connect(), but for the case of...

Hello sir, I am very new to android and I tried using your library. After selecting the desired bluetooth device I am getting the same result "Failed to connect to...

Hi, i use this library, but i need help with one question. I must connect to device, but i need send paired code. How i can send paired code in...

Update build tools. Remove android:allowBackup="true" from manifest to fix this issue: Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:9:9-36 is also present at [io.palaima:smoothbluetooth:0.1.0]...