Git Product home page Git Product logo

halilozel1903 / androidbluetoothchatapp Goto Github PK

View Code? Open in Web Editor NEW
38.0 2.0 18.0 1.77 MB

Android Bluetooth Chat ๐Ÿ’ฌ App ๐Ÿ“ฑ

Home Page: https://halilozel1903.medium.com

Java 100.00%
android-bluetooth-chat bluetooth android-chat-application android-bluetooth-sample bluetooth-controller android-bluetooth-scanner bluetooth-devices bluetooth-connection java android-application

androidbluetoothchatapp's Introduction

Android Bluetooth ๐ŸŒ Chat ๐Ÿ’ฌ App ๐Ÿ“ฑ

Android Bluetooth Chat application is an application written in Java programming language. It's a project created by synchronizing with chat to learn the Bluetooth structure.

What is Bluetooth โ‰๏ธ

Screenshot

Bluetooth is a wireless communication technology that enables the wireless transmission of data over short distances. Bluetooth can communicate with 2.4 GHz using radio frequencies. Bluetooth technology can reach up to 10 meters of shooting capacity in an open area. Data transfer speeds between 1 Mbps and 721 Kbps are achieved in transfers with Bluetooth.

  1. Android OS supports networking via Bluetooth. It transfers data between devices using wireless communication.

  2. By using Android Bluetooth APIs, we can easily access Bluetooth related functions.

  3. It allows to connect to other devices using the Bluetooth API.

What can we do using Bluetooth APIs โ“

Screenshot

  • Scan for other Bluetooth devices
  • Questioning Bluetooth devices paired with the device
  • Transferring data with other devices
  • Connecting to other devices with services
  • Managing multiple wireless connections

App ๐Ÿ“ฑ Screenshots ๐Ÿ“ธ

Screenshot

Screenshot

Donation ๐Ÿ’ธ

If this project help ๐Ÿ’ you to develop, you can give me a cup of coffee. โ˜•

"Buy Me A Coffee"

License โ„น๏ธ

MIT License

Copyright (c) 2022 Halil OZEL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

androidbluetoothchatapp's People

Contributors

halilozel1903 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

androidbluetoothchatapp's Issues

No devices appear

I have android studios set up and two devices running the app (Pixel XL API 33 & Pixel 3a XL API 33). They are both connected to bluetooth, but I am unable to get one device to see the other. If I put a breakpoint on the code and try to list devices, the code breaks here:

https://github.com/halilozel1903/AndroidBluetoothChatApp/blob/master/app/src/main/java/com/halil/ozel/bluetoothchatapp/MainActivity.java#L120

Then if I step over it just exits, so I am assuming I don't have those permissions. Therefore, I added an else clause with this:

ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.BLUETOOTH_CONNECT}, 1);

And now the code goes into the main logical block, but there are no devices found. If I manually pair the devices via the Bluetooth settings on each phone then the device shows.

However, even then, when I try to connect, its just hangs in the state of "connecting..." :(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.