https://github.com/eranboudjnah/prever
A rich preview solution for Android Studio
https://github.com/eranboudjnah/prever
Last synced: about 1 month ago
JSON representation
A rich preview solution for Android Studio
- Host: GitHub
- URL: https://github.com/eranboudjnah/prever
- Owner: EranBoudjnah
- License: mit
- Created: 2020-02-09T10:26:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T13:27:15.000Z (over 4 years ago)
- Last Synced: 2025-06-07T13:45:57.212Z (4 months ago)
- Language: Kotlin
- Size: 548 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prever
>
> A rich preview solution for Android Studio.
>[](https://mvnrepository.com/artifact/com.mitteloupe.prever/prever)
[](https://github.com/EranBoudjnah/Prever/blob/master/LICENSE)
[](https://developer.android.com/reference)[
](Screenshot)
Prever is a Kotlin custom view you can inject into your layout to enrich it in the preview pane of Android Studio.
Prever will tell you when your layouts have no background set, will show you how your TextViews/EditTexts look with text in them, and how much space your ImageViews take.
In run time Prever will have negligible impact on your views.Prever is short for previewer.
## Install
In your `build.gradle`, add the following:
```groovy
dependencies {
implementation("com.mitteloupe.prever:prever:1.0.3")
}
```## Usage
In your layout, simply include the following:
```xml
```
## Created by
[Eran Boudjnah](https://www.linkedin.com/in/eranboudjnah)## License
MIT © [Eran Boudjnah](https://www.linkedin.com/in/eranboudjnah)