https://github.com/yashjain329/sensor-explorer
https://github.com/yashjain329/sensor-explorer
android android-app fragments java sensor-data sensors
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashjain329/sensor-explorer
- Owner: Yashjain329
- License: mit
- Created: 2025-06-26T04:58:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T05:50:37.000Z (11 months ago)
- Last Synced: 2025-06-26T06:24:46.995Z (11 months ago)
- Topics: android, android-app, fragments, java, sensor-data, sensors
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README




# 📱 Sensor Explorer
**Sensor Explorer** is an Android application built using Java that lets users explore and interact with the various sensors available on their device.
## 🚀 Features
- 🔍 List all available sensors on the device
- 📈 View real-time data from selected sensors
- 🎛️ Interactive UI using Fragments for sensor data display
- 🧭 Supports various sensor types like:
- Accelerometer
- Gyroscope
- Light Sensor
- Proximity Sensor
- Magnetometer
- And more!
## 🛠️ Built With
- **Java** — Main programming language
- **Android SDK**
- **Android Fragments** — For modular UI
- **Material Design Components**
## 🧑💻 How to Run
1. Clone the repo:
```bash
git clone https://github.com/Yashjain329/Sensor-Explorer.git
2.Open the project in Android Studio
3.Connect your Android device or start an emulator
4.Click Run
## Project Structure
Sensor-Explorer/
├── app/
│ ├── src/
│ │ ├── main/
│ │ │ ├── java/...
│ │ │ ├── res/layout/...
│ │ │ └── AndroidManifest.xml
├── build.gradle
└── README.md
## 📋 Requirements
- Android Studio Flamingo or later
- minSdk: 21
- targetSdk: 34
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
## 👤 Author
Yash Jain
## 🙌 Contributions
Feel free to open issues, suggest features, or contribute!