我正在开发 android 中的客户端服务器应用程序,并希望缩放从客户端发送到服务器上的图像并取回缩放后的图像。我该怎么做?
问问题
105 次
2 回答
1
如果您不想要 ImageView,可以使用 WebView。
于 2013-03-02T09:09:12.183 回答
0
试试这个,如果你不想使用 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" />
我希望它会帮助你..
于 2016-04-19T04:42:48.830 回答