prever

Enrich Android Studio's previews.

Лицензия

Лицензия

MIT
Группа

Группа

com.mitteloupe.prever
Идентификатор

Идентификатор

prever
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

prever
Enrich Android Studio's previews.
Ссылка на сайт

Ссылка на сайт

https://github.com/EranBoudjnah/Prever.git
Система контроля версий

Система контроля версий

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

Скачать prever

Имя Файла Размер
prever-1.0.3.pom
prever-1.0.3-sources.jar 7 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.3
1.0.2