DownRefresh And ListView Made By LinearLayout.
Demo_DownRefresh_LinearList is hosted in the following web site
https://github.com/mentor811/Demo_DownRefresh_LinearList
If you think the Android project Demo_DownRefresh_LinearList listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Demo_DownRefresh_LinearList.
Item | Value |
---|---|
Java File Count | 23 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in Demo_DownRefresh_LinearList. The names of the image files are listed as follows.
detail_title_bg.png downrefresh_arrow.png spinner_black_48.png
The following screenshort is generated from the image listed above.
Demo_DownRefresh_LinearList has the following Java source files.
com.mentor.firstdemo.BaseActivity.java com.mentor.firstdemo.MyApplication.java com.mentor.firstdemo.activity.DetailActivity.java com.mentor.firstdemo.activity.HomeListActivity.java com.mentor.firstdemo.activity.LoginActivity.java com.mentor.firstdemo.adapter.HomeListAdapater.java com.mentor.firstdemo.adapter.ReplyListAdapater.java com.mentor.firstdemo.model.AccessToken.java com.mentor.firstdemo.model.AccessTokenHandler.java com.mentor.firstdemo.model.Post.java com.mentor.firstdemo.model.PostHandler.java com.mentor.firstdemo.model.Reply.java com.mentor.firstdemo.model.ReplyHandler.java com.mentor.firstdemo.util.AsyncImageLoader.java com.mentor.firstdemo.util.Config.java com.mentor.firstdemo.util.DateUtil.java com.mentor.firstdemo.util.HttpUtil.java com.mentor.firstdemo.util.LogUtil.java com.mentor.firstdemo.util.UIUtils.java com.mentor.firstdemo.util.XMLUtil.java com.mentor.firstdemo.view.DownRefreshListView.java com.mentor.firstdemo.view.LinearLayoutLikeListView.java com.mentor.firstdemo.view.OnDownRefreshListener.java