prever

Enrich Android Studio's previews.

License

License

MIT
GroupId

GroupId

com.mitteloupe.prever
ArtifactId

ArtifactId

prever
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

prever
Enrich Android Studio's previews.
Project URL

Project URL

https://github.com/EranBoudjnah/Prever.git
Source Code Management

Source Code Management

https://github.com/EranBoudjnah/Prever.git

Download prever

How to add to project

<!-- https://jarcasting.com/artifacts/com.mitteloupe.prever/prever/ -->
<dependency>
    <groupId>com.mitteloupe.prever</groupId>
    <artifactId>prever</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mitteloupe.prever/prever/
implementation 'com.mitteloupe.prever:prever:1.0.3'
// https://jarcasting.com/artifacts/com.mitteloupe.prever/prever/
implementation ("com.mitteloupe.prever:prever:1.0.3")
'com.mitteloupe.prever:prever:aar:1.0.3'
<dependency org="com.mitteloupe.prever" name="prever" rev="1.0.3">
  <artifact name="prever" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mitteloupe.prever', module='prever', version='1.0.3')
)
libraryDependencies += "com.mitteloupe.prever" % "prever" % "1.0.3"
[com.mitteloupe.prever/prever "1.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
androidx.appcompat » appcompat jar 1.2.0
androidx.core » core-ktx jar 1.3.2
com.google.android.material » material jar 1.3.0
com.mitteloupe.randomgenkt : randomgenkt jar 1.0.1

Project Modules

There are no modules declared in this project.

Prever

A rich preview solution for Android Studio.

Version - RandomGenKt License Platform

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:

dependencies {
    implementation("com.mitteloupe.prever:prever:1.0.3")
}

Usage

In your layout, simply include the following:

<include layout="@layout/include_prever" />

Created by

Eran Boudjnah

License

MIT © Eran Boudjnah

Versions

Version
1.0.3
1.0.2