An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![GitHub Stars](https://img.shields.io/github/stars/Yashjain329/Sensor-Explorer?style=social)
![GitHub Forks](https://img.shields.io/github/forks/Yashjain329/Sensor-Explorer?style=social)
![GitHub License](https://img.shields.io/github/license/Yashjain329/Sensor-Explorer)
![Last Commit](https://img.shields.io/github/last-commit/Yashjain329/Sensor-Explorer)

# 📱 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!