android 学习随笔八(网络)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 学习随笔八(网络)相关的知识,希望对你有一定的参考价值。

1、简单新闻客户端

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity" >

    <ListView
        android:id="@+id/lv"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >
    

    <com.loopj.android.image.SmartImageView 
        android:id="@+id/siv"
        android:layout_width="90dp"
        android:layout_height="70dp"
        android:src="@drawable/ic_launcher"
        android:layout_centerVertical="true"
        />
    <TextView
        android:id="@+id/tv_title" 
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="标题阿克江还得靠就阿訇多空间阿红的卡口"
        android:textSize="18sp"
        android:layout_toRightOf="@id/siv"
        android:singleLine="true"
        />
    <TextView 
        android:id="@+id/tv_detail"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="详细阿红的卡上的空间阿红的科技爱好是三路口见大口径的空间啊顺丰的会计师费空间是否会计师"
        android:textColor="@android:color/darker_gray"
        android:textSize="15sp"
        android:layout_below="@id/tv_title"
        android:layout_toRightOf="@id/siv"
        android:lines="2"
        />
    <TextView 
        android:id="@+id/tv_comment"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="12323评论"
        android:textColor="#ff0000"
        android:layout_alignParentRight="true"
        android:layout_below="@id/tv_detail"
        />
</RelativeLayout>

 

以上是关于android 学习随笔八(网络)的主要内容,如果未能解决你的问题,请参考以下文章

android 学习随笔十二(网络:使用异步HttpClient框架)

android 学习随笔十八(广播与服务 )

android 学习随笔二十七(JNI:Java Native Interface,JAVA原生接口 )

android 学习随笔二十一(内容提供者 )

Android Studio学习随笔-基本事件(点击)

Android 使用两个不同的代码片段获取当前位置 NULL