Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imselmon authored Oct 3, 2024
1 parent 9ac8b04 commit 8ace3cb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

A custom gauge library for Android, where developers can easily implement meters and gauges in XML UI. This library is written in Kotlin and is inspired by and forked from the discontinued [CustomGauge](https://github.com/pkleczko/CustomGauge), a Java library that was previously hosted on JCenter.



[![](https://jitpack.io/v/codersalman/Gauge-Library-Android.svg)](https://jitpack.io/#codersalman/Gauge-Library-Android)

## Features
- **Simple integration:** Easily add gauge and meter UI elements directly in your XML layouts.
- **Kotlin-based:** Written in modern Kotlin, ensuring compatibility with current Android projects.
- **Lightweight:** Optimized for performance and efficient UI rendering.
<p float="left">
<img src="https://github.com/user-attachments/assets/03b2cf63-dad5-42b5-bcc9-334806406c6d" width="333" />
<img src="https://github.com/codersalman/Gauge-Library-Android/raw/main/img.png" width="333" />
</p>



## Installation

Expand Down Expand Up @@ -110,10 +118,6 @@ Add the following XML code to your layout file:
/>
```

### Screenshots
![img.png](img.png)



### License
```
Expand Down

0 comments on commit 8ace3cb

Please sign in to comment.