Using PhotoView library in Android Studio

Using PhotoView library in Android Studio

Tihomir Radev

7 лет назад

23,333 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@2011marceloalejandro
@2011marceloalejandro - 19.12.2019 06:45

Hola


Como puedo definir


initialScale
MaximumScale
MinimunScale


A simple example
Pleaseeeeee


Thank

Ответить
@stephee3721
@stephee3721 - 22.12.2018 11:38

can you make a tutorial for zooming in scrollview layout?

Ответить
@nylappsnylapps2665
@nylappsnylapps2665 - 20.09.2018 10:35

its not work

Ответить
@edubudubolo
@edubudubolo - 13.12.2017 23:16

dentro del xml en las propiedades del ImageView agregar android:scaleType="matrix"

Ответить
@benudharbehera1454
@benudharbehera1454 - 11.09.2017 06:43

Hello Sir,
If i want to implement this in a gallery app,
where i have used viewpager. How do i add this feature...
please help me out
thanks

Ответить
@xgraph2496
@xgraph2496 - 24.06.2017 05:46

This works if i use layout ?

Ответить
@saadanwar9237
@saadanwar9237 - 16.06.2017 05:27

its a lil changed now but still works

xml file is <com.github.chrisbanes.photoview.PhotoView
android:id="@+id/photo_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

and java file is.
PhotoView photoView = (PhotoView) findViewById(R.id.photo_view);
photoView.setImageResource(R.drawable.image);

Ответить
@Hersey-Burada
@Hersey-Burada - 16.05.2017 20:56

how with glide image to url

Ответить
@dexterfury538
@dexterfury538 - 22.03.2017 16:01

So can i use it in my app?

Ответить
@huseyinaydin1002
@huseyinaydin1002 - 16.03.2017 18:18

imageview onclick not working.

Ответить
@mojganhtn6360
@mojganhtn6360 - 25.01.2017 20:20

thanks man.. it works!!!

Ответить
@esirahimian1641
@esirahimian1641 - 25.01.2017 00:58

wanna help me for implement ?

Ответить
@esirahimian1641
@esirahimian1641 - 24.01.2017 03:09

Very Thanks

Ответить
@esirahimian1641
@esirahimian1641 - 22.01.2017 21:58

hi why i only can zoom in main activity xml if secound activity have error app close

Ответить
@ManiTechCircle
@ManiTechCircle - 25.11.2016 14:34

bro what is your android API version

Ответить