【问题标题】:How to zoom image not using imageview in android?如何在android中不使用imageview缩放图像?
【发布时间】:2013-03-02 09:03:28
【问题描述】:

我正在开发 android 中的客户端服务器应用程序,并希望在服务器上缩放从客户端发送的图像并取回缩放后的图像。我该怎么做?

【问题讨论】:

    标签: android zooming


    【解决方案1】:

    如果你不想要 ImageView,你可以使用 WebView。

    【讨论】:

      【解决方案2】:

      试试这个,如果你不想使用 imageview

      使用 TouchImageView https://github.com/MikeOrtiz/TouchImageView

      <com.luminous.pick.TouchImageView
                      android:id="@+id/img2"
                      android:layout_width="match_parent"
                      android:layout_height="match_parent" />
      

      希望对你有帮助..

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2020-06-18
        • 2011-07-18
        • 2018-07-19
        • 2011-11-12
        • 1970-01-01
        • 2011-08-12
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多