https://github.com/kmr0877/android_applications
https://github.com/kmr0877/android_applications
accelerometer android android-application android-architecture android-development android-sdk android-studio bluetooth bluetooth-controller bluetooth-low-energy gps-device gps-location mobile-sensing wifi-configuration wifi-direct wifi-hotspot wifi-modules wifi-network wifi-password wifiscanner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmr0877/android_applications
- Owner: kmr0877
- License: mit
- Created: 2017-09-04T06:59:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T07:35:09.000Z (over 6 years ago)
- Last Synced: 2024-12-28T19:30:10.746Z (5 months ago)
- Topics: accelerometer, android, android-application, android-architecture, android-development, android-sdk, android-studio, bluetooth, bluetooth-controller, bluetooth-low-energy, gps-device, gps-location, mobile-sensing, wifi-configuration, wifi-direct, wifi-hotspot, wifi-modules, wifi-network, wifi-password, wifiscanner
- Language: Java
- Size: 6.17 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android_applications
## _Bluetooth Messaging_
• To check the status of Bluetooth whether it is enabled or disabled.
• To enable/disable the Bluetooth interface.
• To discover available devices with on Bluetooth.
• To connect to a nearby device such as a mobile phone or laptop via Bluetooth.
• Learn how to exchange message between two devices via Bluetooth.
## _GPS_
• To check the GPS status whether is enabled or not.
• To enable GPS with user permission.
• To read data from the GPS device and develop a simple GPS application that we use in our daily life.