A B C D E F G H I J K L M N O P R S T U V W 

H

halfWidthToFullWidth(String) - Static method in class cn.trinea.android.common.util.StringUtils
transform full width char to half width char halfWidthToFullWidth(null) = null; halfWidthToFullWidth("") = ""; halfWidthToFullWidth(" ") = new String(new char[] {12288}); halfWidthToFullWidth("!
hashCode() - Method in class cn.trinea.android.common.entity.CacheObject
 
HEADER_STATUS_CLICK_TO_LOAD - Static variable in class cn.trinea.android.common.view.DropDownListView
status which you can click to load, init satus
HEADER_STATUS_DROP_DOWN_TO_LOAD - Static variable in class cn.trinea.android.common.view.DropDownListView
status which you can drop down and then release to excute onDropDownListener, when height of header layout lower than a value
HEADER_STATUS_LOADING - Static variable in class cn.trinea.android.common.view.DropDownListView
status which is loading
HEADER_STATUS_RELEASE_TO_LOAD - Static variable in class cn.trinea.android.common.view.DropDownListView
status which you can release to excute onDropDownListener, when height of header layout higher than a value
HorizontalListView - Class in cn.trinea.android.common.view
 
HorizontalListView(Context, AttributeSet) - Constructor for class cn.trinea.android.common.view.HorizontalListView
 
htmlEscapeCharsToString(String) - Static method in class cn.trinea.android.common.util.StringUtils
process special char in html htmlEscapeCharsToString(null) = null; htmlEscapeCharsToString("") = ""; htmlEscapeCharsToString("mp3") = "mp3"; htmlEscapeCharsToString("mp3<") = "mp3<"; htmlEscapeCharsToString("mp3>") = "mp3\>"; htmlEscapeCharsToString("mp3&mp4") = "mp3&mp4"; htmlEscapeCharsToString("mp3"mp4") = "mp3\"mp4"; htmlEscapeCharsToString("mp3<>&"mp4") = "mp3\<\>&\"mp4";
HTTP_CACHE_TABLE_CREATE_TIME - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_CREATE_TIME_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_EXPIRES - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_EXPIRES_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_ID - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_ID_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_INDEX_TYPE - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_RESPONSE - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_RESPONSE_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_TABLE_NAME - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_TYPE - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_TYPE_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_UNIQUE_INDEX_URL - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_URL - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HTTP_CACHE_TABLE_URL_INDEX - Static variable in class cn.trinea.android.common.constant.DbConstants
 
HttpCache - Class in cn.trinea.android.common.service
Http Cache

It applies to get and cache api data from server, like json or xml and so on.
HttpCache(Context) - Constructor for class cn.trinea.android.common.service.HttpCache
 
HttpCache.HttpCacheListener - Class in cn.trinea.android.common.service
HttpCacheListener, can do something before or after HttpGet
HttpCache.HttpCacheListener() - Constructor for class cn.trinea.android.common.service.HttpCache.HttpCacheListener
 
HttpCacheDao - Interface in cn.trinea.android.common.dao
HttpCacheDao
HttpCacheDaoImpl - Class in cn.trinea.android.common.dao.impl
HttpCacheDaoImpl
HttpCacheDaoImpl(SqliteUtils) - Constructor for class cn.trinea.android.common.dao.impl.HttpCacheDaoImpl
 
HttpConstants - Class in cn.trinea.android.common.constant
HttpConstants
All in lower case to put and get easy
HttpConstants() - Constructor for class cn.trinea.android.common.constant.HttpConstants
 
httpGet(HttpRequest) - Method in class cn.trinea.android.common.service.HttpCache
http get Attentions: Don't call this on the ui thread, it may costs some times.
httpGet(String, HttpCache.HttpCacheListener) - Method in class cn.trinea.android.common.service.HttpCache
http get It gets data from cache or network asynchronous.
httpGet(HttpRequest, HttpCache.HttpCacheListener) - Method in class cn.trinea.android.common.service.HttpCache
http get It gets data from cache or network asynchronous.
httpGet(String) - Method in class cn.trinea.android.common.service.HttpCache
http get Attentions: Don't call this on the ui thread, it may costs some times.
httpGet(HttpRequest) - Static method in class cn.trinea.android.common.util.HttpUtils
http get synchronous use gzip compression default use bufferedReader to improve the reading speed
httpGet(String) - Static method in class cn.trinea.android.common.util.HttpUtils
http get synchronous
httpGet(String, HttpUtils.HttpListener) - Static method in class cn.trinea.android.common.util.HttpUtils
http get asynchronous It gets data from network asynchronous.
httpGet(HttpRequest, HttpUtils.HttpListener) - Static method in class cn.trinea.android.common.util.HttpUtils
http get asynchronous It gets data or network asynchronous.
httpGetString(String) - Method in class cn.trinea.android.common.service.HttpCache
http get Attentions: Don't call this on the ui thread, it may costs some times.
httpGetString(HttpRequest) - Method in class cn.trinea.android.common.service.HttpCache
http get Attentions: Don't call this on the ui thread, it may costs some times.
httpGetString(HttpRequest) - Static method in class cn.trinea.android.common.util.HttpUtils
http get synchronous
httpGetString(String) - Static method in class cn.trinea.android.common.util.HttpUtils
http get synchronous
httpPost(HttpRequest) - Static method in class cn.trinea.android.common.util.HttpUtils
http post use gzip compression default use bufferedReader to improve the reading speed
httpPost(String) - Static method in class cn.trinea.android.common.util.HttpUtils
http post
httpPostString(String) - Static method in class cn.trinea.android.common.util.HttpUtils
http post
httpPostString(String, Map<String, String>) - Static method in class cn.trinea.android.common.util.HttpUtils
http post
HttpRequest - Class in cn.trinea.android.common.entity
HttpRequest(String) - Constructor for class cn.trinea.android.common.entity.HttpRequest
 
HttpRequest(String, Map<String, String>) - Constructor for class cn.trinea.android.common.entity.HttpRequest
 
HttpResponse - Class in cn.trinea.android.common.entity
HttpResponse(String) - Constructor for class cn.trinea.android.common.entity.HttpResponse
 
HttpResponse(String, String) - Constructor for class cn.trinea.android.common.entity.HttpResponse
 
HttpResponse() - Constructor for class cn.trinea.android.common.entity.HttpResponse
 
HttpUtils - Class in cn.trinea.android.common.util
HttpUtils() - Constructor for class cn.trinea.android.common.util.HttpUtils
 
HttpUtils.HttpListener - Class in cn.trinea.android.common.util
HttpListener, can do something before or after HttpGet
HttpUtils.HttpListener() - Constructor for class cn.trinea.android.common.util.HttpUtils.HttpListener
 
A B C D E F G H I J K L M N O P R S T U V W