Advertisement

Android课程——图加载(2)

阅读量:

用HTTP加载图片在屏幕上显示

布局代码

复制代码
    <Button
        android:id="@+id/eeee_download"
        android:layout_width="match_parent"
        android:layout_height="100dp"
        android:textSize="30sp"
        android:text="点击下载"
        />
    <ImageView
        android:id="@+id/eeee_downloadimg"
        android:layout_below="@+id/eeee_download"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
    
      
      
      
      
      
      
      
      
      
      
      
      
    

主活动代码

复制代码
    public class MainActivity extends AppCompatActiv

全部评论 (0)

还没有任何评论哟~