Skip to content
View Optimus-Jing's full-sized avatar

Block or report Optimus-Jing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. gitignore gitignore Public

    Forked from github/gitignore

    A collection of useful .gitignore templates

  2. BackgroundThreadSample BackgroundThreadSample Public

    如何通过把任务执行在后台线程来提升程序的性能?如何最小化后台线程对电量的消耗? 1.在后台Service中执行任务 通过发送任务给后台Service来提升UI的性能并避免ANR。 2.在后台加载数据 使用CursorLoader来查询数据,同时避免影响到UI的响应性。 3.管理设备的唤醒状态 使用重复闹钟以及唤醒锁来执行后台任务。

    Java

  3. README README Public

    Forked from guodongxiaren/README

    README文件语法解读,即Github Flavored Markdown语法介绍

  4. Side-Menu.Android Side-Menu.Android Public

    Forked from Yalantis/Side-Menu.Android

    Side menu with some categories to choose.

    Java

  5. Phoenix Phoenix Public

    Forked from Yalantis/Phoenix

    Phoenix Pull-to-Refresh

    Java

  6. GridPasswordView GridPasswordView Public

    Forked from Jungerr/GridPasswordView

    An android password view that looks like the pay password view in wechat app and alipay app.

    Java