Android
-
Simple summary of Android toast
Old rules, let's start with the renderings It mainly implements several common methods: The built-in toast of the syst…… -
-
Android Root 导入CE证书
导出Charles根证书 首先打开Charles代理工具,选择Help->SSL Proxing-> Save Charles Root Certification,选择导出…… -
[Android] mobile guard setup wizard page
Set the wizard page, judge whether it has been set through shared preferences, and jump to different pages custom styl…… -
[Android] frame animation and gap animation
Display a picture frame by frame and connect it into animation Create a xxx.xml file in the RES / drawable / directory…… -
[Android] title section management
1.1 general title 1.1.1 Title Content Management 1.1.2 help and return buttons 1.2 unlisted title 1.3 title in login 1…… -
-
[Android] mobile guard custom scroll control
Textview control sets single line display Android: singleline = "true" Set the starting position of textview, display …… -
[Android] mobile guard number attribution query completed
The regular expression completes number verification, ^Starting with a, [] character set (matches any character in bra…… -
[Android] toggle button – Custom Control – drag effect
Override the ontouchevent () method of view and pass in the motionevent object Call the getaction () method of the mot…… -
[Android] weather app layout exercise (4)
Mainly practice getting network data and parsing XML MainActivity.java HttpUtil.java HttpListener.java -
[Android] call system camera and camera
Check the system camera source code and find the manifest file View the intention filter. The action is android.media.…… -
[Android] news client main interface
When we use activity plus fragment, we need to create a fragment for each interface. In each fragment, we need to over…… -
[Android] carousel – slide picture Title Focus
V4 package provided by Google, viewpager In the layout file, first add the < Android. Support. V4. View. Viewpager …… -
[Android] interactive demo with PHP session
Jump from mainactivity to mailindexactivity. The first request interface sets the session, and the second activity req…… -
[Android] Introduction to Android messaging mechanism
In the previous section, first put the part accessing the network into a sub thread for execution. New thread() {}. St…… -
[Android] mobile guard turns off automatic updates
There are four ways to save data: network, broadcast provider, shared preferences and database Get the SharedPreferenc…… -
[Android] WebView custom browser
Add < EditText / > and < button / > controls to the layout file, Add a < WebView / > control to the …… -
[Android] the mobile guard receives the call broadcast and displays the number home
Use the broadcast receiver to receive the call intention and display the number home Create a new broadcastreceiver wh…… -
[Android] network picture viewer
Interface layout, linerlayout, linear layout, ImageView control, EditText control, hint property prompt information, b…… -
[Android] mobile guard custom dialog layout
Mobile phone anti-theft page Click mobile phone anti-theft to judge. If no password is set, a dialog box for setting p…… -
[Android] news client realizes left navigation and click switching
Set the main layout file and set an ID for the root layout as the content area Set the click event for the listview en…… -
Simple animation of [Android] interface switching
1. Create a new XML file for displacement animation Open animation in activity Use the animationutils class to load an…… -
[Android] asynchronous HTTP framework and implementation principle
This paper introduces the development of asynchronous HTTP framework Android async http loopj on GitHub Get the asynch…… -
[Android] mobile guard binding SIM card
to update: You can't receive the startup broadcast. Check it. It seems that the higher version of the system is prohib…… -
[Android] news client introduces slidingmenu
Download slidingmenu, https://github.com/jfeinstein10/SlidingMenu Import library Right click our project = = > prop…… -
[Android] practice using listview (I)
Practice using listview and baseadapter. Show the text first, and then the picture MainActivity.java activity_ main.xm…… -
[Android] submit data to the server in get mode
The content of this section is basically the same as that of the previous section, that is, splicing parameters on the…… -
[Android] mobile guards read contacts
Get the contentresolver content parser object through the getcontentresolver () method Call the query () method of the…… -
Life cycle and communication of [Android] fragment
Rewrite the lifecycle method All fragments are attached to an activity. Fragments can be created only when the activit…… -
[Android] two asynchronous methods
Use asynctask to start the sub thread to obtain the server data and update the interface UI Get information asynchrono…… -
[Android] configuration of implicit intention
The manifest file in ndroid is equivalent to the registry on windows. For example, the player can open the associated ……