Giter Club home page Giter Club logo

launcher3_mx's Introduction

Launcher代码分析


一.概述

概述:墨香带你学Launcher之(一)--概述

二.数据加载流程分析:

详解:墨香带你学Launcher之(二)-数据加载流程

三.绑定屏幕、图标、小部件以及文件夹:

详解:墨香带你学Launcher之(三)-绑定屏幕、图标、文件夹和Widget

四.安装,更新,卸载应用数据加载

详解:墨香带你学Launcher之(四)-应用安装、更新、卸载时的数据加载

五.Workspace的滑动

详解:墨香带你学Launcher之(五)-Workspace滑动

六.拖拽(应用拖拽到桌面,合成文件夹,桌面上图标和widget的拖拽)

1.Launcher:

-->onLongClick

-->mWorkspace.startDrag

-->beginDragShared

-->mDragController.startDrag

-->handleMoveEvent

-->checkTouchMove

-->dropTarget.onDragEnter

-->dropTarget.onDragOver(-->ButtonDropTarget&Folder&Workspace)

2.WidgetsContainerView:

-->onLongClick

-->beginDragging

-->beginDraggingWidget

-->mDragController.startDrag

-->startDrag

-->DragListener.onDragStart

-->handleMoveEvent

-->checkTouchMove

-->DropTarget.onDragExit

-->DropTarget.onDragEnter

-->DropTarget.onDragOver

七.小部件的加载和添加

八.更换壁纸,更改icon以及界面布局

九.Widget大小调节:

DragLayer-->addResizeFrame

launcher3_mx's People

Contributors

yuchuangu85 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.