<ImageView
android:id="@+id/shop_image"
android:layout_width="140dp"
android:layout_height="140dp"
android:layout_gravity="center"
android:layout_marginTop="-20dp"
android:src="@drawable/shopprofile" />
我的應用程序連接到服務器,並獲取圖像商店配置文件,但圖像質量損失! 在服務器保存圖像的大小140px * 140px 有什麼問題嗎?服務器在android的圖像質量
感謝您的幫助
請提供服務器響應圖片的網址.. –
Picasso.with(_context).load(「http://test.com/Attachment/Shop/Images/」+ _shops.get i).Image +「.jpg」)。到(holder.image); – Ali