CZD_Android_Lib | Android常用类库,原创收集,一切只为用起来简单方便
kandi X-RAY | CZD_Android_Lib Summary
kandi X-RAY | CZD_Android_Lib Summary
CZD_Android_Lib is a Java library. CZD_Android_Lib has no bugs, it has no vulnerabilities and it has low support. However CZD_Android_Lib build file is not available. You can download it from GitHub.
【更新记录】 - 2014-03-14 重写SmartImageView,使用android-async-http的SyncHttpClient来加载图片,启用cookie,以方便加载验证码图片。支持视频缩略图,联系人图和网络图片。 修改android-async-http的重定向设置部分代码,避免因URL中出现空格引起的URISyntaxException 增加RangeFileAsyncHttpResponseHandler,支持对文件进行断点续传 优化BaseArrayAdapter和BaseJsonAdapter,添加删除元素方法 增加晃动动画的xml - 2013-01-16 将android-async-http退回上一版本,最新版本无关内容过多。与官方库有不同,有更新,修改了可能造成"Invalid cookie header …"的错误 加入了Android-Bootstrap控件,好看的Button和EditText,字体文件在assets中 完善了瀑布流的加载,不会因滑动过快造成不加载当前显示内容. 【功能说明】 - czd.lib.adapter 继承自BaseAdapter,包含ArrayList和JsonArray内容的两种adapter - czd.lib.application 包含ActivityUtil,APKUtil,ApplicationUtil,DeviceUtil,Timer - czd.lib.cache 将内容缓存到文件或内存,包含BitmapCache,FileCache,JsonCache,MemCache,StringCache - czd.lib.data 包含CookieUtil,DateUtil,FileUtil,ImageUtil,JSONUtil,MathUtil,PreferenceUtil,SQLiteUtil,StreamUtil,StringUtil,ValidateUtil,XMLUtil - czd.lib.encode Base64,Blowfish,CRC32,Hex,MD5,Reversible,Rijndael - czd.lib.location 仅包含基本定位功能和简单的查询 - czd.lib.network 源自[android-async-http] - czd.lib.view.abslistview.pull 下拉刷新的ListView和GridView - czd.lib.view.abslistview.recyclable 对元素执行回收操作 - czd.lib.view.abslistview.stable 定长的ListView和GridView - czd.lib.view.bootstrap 源自[Android-Bootstrap] - czd.lib.view.dropdown 下拉菜单 - czd.lib.view.gestureimageview 源自[gesture-imageview] - czd.lib.view.progress 三种展示进度的view - czd.lib.view.scrollview.observable 绑定onScroll(),onTop(),outTop(),onBottom(),outBottom(),onStop()事件响应 - czd.lib.view.scrollview.pull 下拉刷新的scrollview - czd.lib.view.slidingmenu 源自[sliding-menu] - czd.lib.view.smartimageview 源自[android-smart-image-view] - czd.lib.view.viewpagerindicator 源自[Android-ViewPagerIndicator] - czd.lib.view.waterfall 瀑布流组件,基本上不会有卡顿现象,前提是implement WaterfallItem的recycle()要做好。包含了BasicWaterfallContainer(普通瀑布流)和PullWaterfallContainer(支持下拉刷新的瀑布流) - czd.lib.view.ToastUtil - czd.lib.view.ViewUtil. 在编辑布局时可用的控件包括: - czd.lib.view.PullListView - czd.lib.view.smartimageview.SmartImageView - czd.lib.view.smartimageview.GestureImageView 包含自定义的attr - czd.lib.view.smartimageview.SmartGestureImageView 其实就在在GestureImageView前面一层ProgressBar,并且用SmartImageView的逻辑来加载它 - czd.lib.view.StableGridView - czd.lib.view.StableListView - czd.lib.view.TabButton 包含自定义的attr - czd.lib.view.ObservableScrollView - czd.lib.view.BasicWaterfallContainer - czd.lib.view.PullWaterfallContainer - …. 其他控件包括: - czd.lib.view.dropdown.DropdownContainer 通过new来创建 - czd.lib.view.waterfall.WaterfallItem 通过implement创建. Animation包括: - fadein - pop_in/pop_out - rotate - shift_bottom_in/shift_bottom_out - shift_left_in/shift_left_out - shift_right_in/shift_right_out - shift_top_in/shift_right_out. 布局文件包括: - common_loading_frame - common_loading_text - common_pull_header - common_toast_layout. Attribute包括: - pullview - slidingmenu - vpi(viewpageindicator).
【更新记录】 - 2014-03-14 重写SmartImageView,使用android-async-http的SyncHttpClient来加载图片,启用cookie,以方便加载验证码图片。支持视频缩略图,联系人图和网络图片。 修改android-async-http的重定向设置部分代码,避免因URL中出现空格引起的URISyntaxException 增加RangeFileAsyncHttpResponseHandler,支持对文件进行断点续传 优化BaseArrayAdapter和BaseJsonAdapter,添加删除元素方法 增加晃动动画的xml - 2013-01-16 将android-async-http退回上一版本,最新版本无关内容过多。与官方库有不同,有更新,修改了可能造成"Invalid cookie header …"的错误 加入了Android-Bootstrap控件,好看的Button和EditText,字体文件在assets中 完善了瀑布流的加载,不会因滑动过快造成不加载当前显示内容. 【功能说明】 - czd.lib.adapter 继承自BaseAdapter,包含ArrayList和JsonArray内容的两种adapter - czd.lib.application 包含ActivityUtil,APKUtil,ApplicationUtil,DeviceUtil,Timer - czd.lib.cache 将内容缓存到文件或内存,包含BitmapCache,FileCache,JsonCache,MemCache,StringCache - czd.lib.data 包含CookieUtil,DateUtil,FileUtil,ImageUtil,JSONUtil,MathUtil,PreferenceUtil,SQLiteUtil,StreamUtil,StringUtil,ValidateUtil,XMLUtil - czd.lib.encode Base64,Blowfish,CRC32,Hex,MD5,Reversible,Rijndael - czd.lib.location 仅包含基本定位功能和简单的查询 - czd.lib.network 源自[android-async-http] - czd.lib.view.abslistview.pull 下拉刷新的ListView和GridView - czd.lib.view.abslistview.recyclable 对元素执行回收操作 - czd.lib.view.abslistview.stable 定长的ListView和GridView - czd.lib.view.bootstrap 源自[Android-Bootstrap] - czd.lib.view.dropdown 下拉菜单 - czd.lib.view.gestureimageview 源自[gesture-imageview] - czd.lib.view.progress 三种展示进度的view - czd.lib.view.scrollview.observable 绑定onScroll(),onTop(),outTop(),onBottom(),outBottom(),onStop()事件响应 - czd.lib.view.scrollview.pull 下拉刷新的scrollview - czd.lib.view.slidingmenu 源自[sliding-menu] - czd.lib.view.smartimageview 源自[android-smart-image-view] - czd.lib.view.viewpagerindicator 源自[Android-ViewPagerIndicator] - czd.lib.view.waterfall 瀑布流组件,基本上不会有卡顿现象,前提是implement WaterfallItem的recycle()要做好。包含了BasicWaterfallContainer(普通瀑布流)和PullWaterfallContainer(支持下拉刷新的瀑布流) - czd.lib.view.ToastUtil - czd.lib.view.ViewUtil. 在编辑布局时可用的控件包括: - czd.lib.view.PullListView - czd.lib.view.smartimageview.SmartImageView - czd.lib.view.smartimageview.GestureImageView 包含自定义的attr - czd.lib.view.smartimageview.SmartGestureImageView 其实就在在GestureImageView前面一层ProgressBar,并且用SmartImageView的逻辑来加载它 - czd.lib.view.StableGridView - czd.lib.view.StableListView - czd.lib.view.TabButton 包含自定义的attr - czd.lib.view.ObservableScrollView - czd.lib.view.BasicWaterfallContainer - czd.lib.view.PullWaterfallContainer - …. 其他控件包括: - czd.lib.view.dropdown.DropdownContainer 通过new来创建 - czd.lib.view.waterfall.WaterfallItem 通过implement创建. Animation包括: - fadein - pop_in/pop_out - rotate - shift_bottom_in/shift_bottom_out - shift_left_in/shift_left_out - shift_right_in/shift_right_out - shift_top_in/shift_right_out. 布局文件包括: - common_loading_frame - common_loading_text - common_pull_header - common_toast_layout. Attribute包括: - pullview - slidingmenu - vpi(viewpageindicator).
Support
Quality
Security
License
Reuse
Support
CZD_Android_Lib has a low active ecosystem.
It has 9 star(s) with 11 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
CZD_Android_Lib has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of CZD_Android_Lib is current.
Quality
CZD_Android_Lib has 0 bugs and 0 code smells.
Security
CZD_Android_Lib has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
CZD_Android_Lib code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
CZD_Android_Lib does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
CZD_Android_Lib releases are not available. You will need to build from source code and install.
CZD_Android_Lib has no build file. You will be need to create the build yourself to build the component from source.
CZD_Android_Lib saves you 9846 person hours of effort in developing the same functionality from scratch.
It has 20065 lines of code, 1485 functions and 197 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed CZD_Android_Lib and discovered the below as its top functions. This is intended to give you an instant insight into CZD_Android_Lib implemented functionality, and help decide if they suit your requirements.
- Called when the view is drawn
- Calculates the bounds for a view s title
- Calculates all views and scroll bounds
- Resizes a bitmap to a given maximum size
- Rotate a bitmap
- Resize a bitmap
- Rotate a bitmap
- Handles a touch event
- Determines the target page based on the current item offset and delta
- Clips a bitmap
- Clips the bottom border
- Handle the drag event
- Checks if x is prime
- Returns a string representation of this request
- Initialise the edit text
- On touch events
- Parse XML from stream
- Initialise the Bootstrap Button
- Initialise the BootstrapThumbnail
- Initialize the header
- Override onDraw method
- This method initialises the layout
- Start the zoom event
- Handle a touch event
- Enable redirects
- Preinit the header
- Update the view
Get all kandi verified functions for this library.
CZD_Android_Lib Key Features
No Key Features are available at this moment for CZD_Android_Lib.
CZD_Android_Lib Examples and Code Snippets
No Code Snippets are available at this moment for CZD_Android_Lib.
Community Discussions
No Community Discussions are available at this moment for CZD_Android_Lib.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install CZD_Android_Lib
You can download it from GitHub.
You can use CZD_Android_Lib like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the CZD_Android_Lib component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use CZD_Android_Lib like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the CZD_Android_Lib component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page