Bootstrap Notes
Bootstrap is a popular responsive framework that adjusts the size of HTML elements to the size of your screen -- emphasizing the concept of responsive design.
With responsive design, you don't need to design a mobile version of your website. It will look good on any size screen.
Commonly used APIs
Introduce
<link rel="styleshee ...
Posted by spiritssight on Wed, 03 Apr 2019 00:12:31 -0700
Panoramic Virtual Walkthrough Implementation (3.js)
Panoramic virtual walkthrough actually sees many examples, such as panoramas on maps, panoramas on campus, panoramas of companies that were previously popular in the circle of friends. But really think of to study or realize, is a few days ago that there may be such a need for work. Awareness comes too late and curiosity is not enough. Why did ...
Posted by Azala on Tue, 02 Apr 2019 00:00:29 -0700
Loading the apk interface in the sd card directory through the proxy Activity mode
Dynamic loading and plug-in development are very important.
Today's 360 mobile assistant (Droid Plugin), VirtualApp, Baidu DL and Ctrip Dynamic APK all use this technology.
The general idea of this example is:
1. The apk1 is initialized by a main interface MainActivity. The main interface has only one Button button. After clicking, a Toa ...
Posted by metrathon on Mon, 01 Apr 2019 16:36:30 -0700
Talk Android together (121 times: View's internal process in Android 4)
Hello, officers and gentlemen. Last time we talked about an example of the internal process of View in Android. This time we will continue to talk about this example. Don't mention gossip, turn right. Let's talk about Android!
Officials, we introduced the planning of Viwe's internal process in the previous chapter, and this time ...
Posted by dynamicallystatic on Mon, 01 Apr 2019 14:48:30 -0700
High-speed Railway Route Mapping Based on canvas
A few days ago @Tianxue gave me a route map of high-speed railway, and asked me if I could draw it with canvas, so I tried it. My idea may be more complicated; if there is a simpler idea, I can leave a message to reply.
Focus on Wechat Public Number, Get Source Code and Tutorial
Here's my idea of implementation:1. First of all, we want to ...
Posted by sennetta on Mon, 01 Apr 2019 14:21:29 -0700
Android 6.0 System UI Network Signal Bar Display Refresh
The display refresh of Android's network signal bar is also part of the System UI. The main business logic is also in the System UI module. The whole process begins in PhoneStatusBar.java.
frameworks/base/packages/SystemUI/src/com/Android/systemui/statusbar/phone/PhoneStatusBar.Java;
Starting with the layout:
makeStatusBarView() of Pho ...
Posted by NiteCloak on Mon, 01 Apr 2019 11:48:32 -0700
Lights Service of Android System Server Outline
Lights Service of Android System Server Outline
Android Flash lamp
Android Led
Lights Service of Android System Server Outline
Preface
LightsService initialization
Start led through LightsService
summary
Preface
Since the function machine, mobile phones and other devices have been equipped with LED flash, when there are n ...
Posted by benracer on Mon, 01 Apr 2019 11:06:29 -0700
Translation of Pixi Official Documents (1)
install
Installation in cdn mode:
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
Features currently supported by engines
WebGL Rendering Mode (Very Fast Rendering Mode)
Canvas Rendering Mode (Old Fastest)
Full scene
Convenient API
Supporting Texture Pictures
Support sprite sheet
Au ...
Posted by jonaofarc on Mon, 01 Apr 2019 07:45:29 -0700
On the Advantages and Disadvantages of Android AsyncTask
Introduction: I was used to the development of Framework layer before. Today I am interviewing the development of APP client in Wuhan Dogfish Company. One of the questions is about the advantages and disadvantages of Asynctask. I depend on it. I just know that there is such a thing that I can use it. It seems that the life before is too comfort ...
Posted by merck_delmoro on Sun, 31 Mar 2019 21:27:30 -0700
iOS Clear Cache Detailed Parsing, app File Path Operation, My Personal Understanding of Sandbox
To clear the cache, we first need to know where to clear the cache, so we first need to know something about the files in an app. How to view the contents of app files: Open Xcode - > Toolbar Window - > Devices - > Select Devices - > Click on the project (double-click can also be seen directly, wait for 10 seconds to appear) - ...
Posted by Davy on Sat, 30 Mar 2019 21:00:29 -0700