Jack Xu (xuningjack)

xuningjack

Geek Repo

Location:Android Star

Github PK Tool:Github PK Tool

Jack Xu's repositories

ServiceKeep

Android Service keep-alive module.(Android Service保活模块:5.0以下使用c来fork进程,5.0以上使用JobScheduler来保活进程)

ProcessKeep

Two Services are keeping each other alive. You can use this project. (使用双进程守护来实现2个Service的保活,2个进程相互监听。通过AIDL实现。)

apikeylib

Generating sign when access the Internet. (访问网络时签名的生成)

Language:C++Stargazers:200Issues:3Issues:0

year_month_wheel_dialog

Year Month Wheel Dialog is a view to choose year and month by double roller dialog.(能够选择年月的双滚轮dialog)

Language:JavaStargazers:192Issues:3Issues:0

AndroidNet

Java & Android Network Module(JAVA网络、Android网络操作:包括网络请求、WebView相关、常用第三方框架OkHttp&Volley)

Language:JavaStargazers:174Issues:3Issues:0

drag_click_view

Two GridViews which support clicking and dragging to select or unselect item.(支持点击、拖拽来进行选择、未选择item切换的双GridView)

Language:JavaStargazers:162Issues:3Issues:0

CoverFlow

Infinite loop photo wall, which support sliding around.(无限循环照片墙,支持左右滑动)

Language:JavaStargazers:153Issues:3Issues:0

ImageLoader

Custom interface picture loading module, which supports Glide and so on.(自定义接口的图片加载工具module,支持 Glide等)

Language:JavaStargazers:153Issues:4Issues:0

verticaltextview

Vertical TextView, text from down to up .(竖版的TextView,文本从下往上展示)

Language:JavaStargazers:149Issues:4Issues:0

select_picture_module

Choose custom chart component, which supports multiple specified folder pictures and supports full screen display and to delete the selected images. (自定义选图组件,支持多选指定文件夹的图片,支持全屏展示和删除已选图片)

Language:JavaStargazers:146Issues:3Issues:0

custom_seekbar

SeekBar with the custom user interface. (自定义UI样式的可选进度条)

Language:JavaStargazers:145Issues:5Issues:0

edittext_with_delete_button

Custom EditText with delete button which can be clicked to clear the letters.The letters are already inputted in the EditText. (带有自动显示删除按钮的EditText,点击后可清空已经输入的内容)

Language:JavaStargazers:145Issues:3Issues:0

CustomClock

The clock is painted by canvas, with a hour,minute and second hand.(手画的时钟,带有时、分、秒针)

Language:JavaStargazers:139Issues:3Issues:0

IOSToggleButton

toggle button like in IOS original system.(仿IOS原生的toggle button)

Language:JavaStargazers:139Issues:3Issues:0

Character_Line_Feed_TextView

Custom TextView, which will not automatically wrap If the end of a line is English words.(自定义TextView,一行末尾若是英文单词,不会自动换行。)

Language:JavaStargazers:137Issues:4Issues:0

MultiListView

Custom ListView is designed to support secondary and tertiary linkage , and can be retrieved according to the first letter.(支持二、三级联动ListView,可以按首字母检索)

Language:JavaStargazers:137Issues:3Issues:0

ArcImageView

Custom ImageView is designed to support loading network and local image, which has rounded corners, or is rounded. (支持加载网络、本地的图片的四角圆角或圆形的ImageView)

Language:JavaStargazers:135Issues:3Issues:0

email_auto_popupwindow

Input email text when @ is written email address will be auto completed. (自动下拉关联邮箱列表)

Language:JavaStargazers:131Issues:3Issues:0

fade_in_out_dialog

Android Dialog which has fade-in and fade-out animation. (带有淡入淡出动画的Android Dialog)

Language:JavaStargazers:131Issues:3Issues:0

CustomImageView

Custom round or rounded ImageView image. (自定义圆形or圆角图片ImageView)

trackballs

tracking ball which has dynamic effect. (展示带有动态效果的轨迹球)

Language:JavaStargazers:126Issues:3Issues:0

GuideView

Guidance of pages for application that is installed at the first time, which is encapsulated into a View. (应用第一次安装后显示的引导页,封装到一个控件中)

Language:JavaStargazers:123Issues:3Issues:0

ANRManager

ANR collector which can collect ANR information(收集ANR相关信息的工具类)

ruler

Hand-painted ruler ,inch and cm for the unit , is identified by the middle of the two red line to measure the width of the articles. (手绘直尺,以inch和cm为单位的,可以通过中间的两条红线来确认要测量物品的宽度)

Language:JavaStargazers:117Issues:3Issues:0

horizontal_listview

Custom Horizontal ListView.(自定义的支持水平滑动的ListView)

AndroidMultiChannelBuild

Kit support generating multi-channel apk (Android多渠道打包工具)

CustomHandler

Custom Handler mechanism to achieve communication between threads.(自定义Handler机制,实现线程间的通信)

Language:JavaStargazers:105Issues:3Issues:0

RequestPermission

Module used for requesting permission after 6.0(Android6.0后用来动态申请权限的模块)

Language:JavaStargazers:95Issues:3Issues:0

ndk_pic

Using NDK&JNI to process images.(使用NDK和JNI调整图片的亮度和对比度,使用cmake编写脚本)

Language:CMakeStargazers:65Issues:3Issues:0

ndk_pic_mk

Using NDK&JNI to process images, with mk.(使用NDK和JNI调整图片的亮度和对比度,使用mk编写脚本)