Android Open Source - UI ListView demo Demo_DownRefresh_LinearList






Project Summary

DownRefresh And ListView Made By LinearLayout.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Demo_DownRefresh_LinearList.

ItemValue
Java File Count23
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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