Use of EditText in android
1. android: windowSoftInputModel property details
Meaning of each value:
[1] stateUnspecified: The state of the soft keyboard is not specified, and the system will choose an appropriate state or subject-dependent settings [2] stateUnchanged: When this activity appears, the soft keyboard will remain in the last activ ...
Posted by JakeTheSnake3.0 on Thu, 16 May 2019 00:46:14 -0700
AFNetworking Source Learning
brief introduction
AFNet Working is an open source library for developing iOS program mainstream network requests using Objective-c.
AF Networking Organization Structure
AFNet Working is mainly divided into five parts. NSURLSession, Reachability, security, Serialization, UIKit. Among them, NSURLSession is the soul of the whole network request o ...
Posted by Fixxer on Wed, 15 May 2019 18:38:05 -0700
Foundation Chapter - UI Application, UI Windows and Startup Procedure
Preface
This article mainly introduces the UI Application, UI Windows and the start-up process of the program. Through this article, I believe that you will understand the iOS application start-up process and app application level knowledge better.
UIApplication
Brief introduction
One of the main tasks of UI Application is to process use ...
Posted by sparks on Wed, 15 May 2019 16:08:20 -0700
Sagit.Framework For IOS Development Framework Introduction Development Tutorial 2: One-line Code Implementation Guide Page
Preface:
The opening is relatively simple: Sagit.Framework For IOS Development Framework Introduction Development Tutorial 1: Framework Download and Environment Configuration
The second tutorial was written half before, which was not very easy to write. Besides, the content of the second tutorial simply introduced API. It had a lot to say and ...
Posted by ivytony on Wed, 15 May 2019 13:46:03 -0700
Cocoapods Create Public Libraries
Cocoapods Create Public Libraries
In two cases:
Create a brand new shared project
Sharing existing projects
Create a brand new shared project
Reference resources Making a CocoaPod The following commands are recommended:
pod lib create [pod name]
For example, pod is named WZViews, as follows:
pod lib create WZViews
Afte ...
Posted by snake310 on Wed, 15 May 2019 04:17:42 -0700
IAP Payment Revalidation / Server Validation in Unity - In most vernacular terms, hands-on instructions for your series.
A previous article wrote about Unity's paid IAP access.
Later, there were some problems, and a large number of purchase orders appeared when the data were counted. But in fact, the amount of money in the account did not increase. @ $... ...... *@ & @ Preliminary judgment may exist some users through other channels to pay for the phenomeno ...
Posted by q1234ask on Tue, 14 May 2019 17:47:26 -0700
Creation and Use of CocoaPods Private Warehouse
Ahead
With the expansion of the business of the project, the company decided to open another APP, but it will use some of the public components now. It is no problem to copy the past, but there is a problem. If the public components are maintained in the future, there will not be many APPs to modify, so it is though ...
Posted by rodin on Tue, 14 May 2019 08:43:49 -0700
Using vue family barrel to make blog website
Front words
The author is doing a complete blog online project, including Reception,Backstage,Back-end interface Server configuration. This article will introduce in detail the blog website made with vue family bucket.
Summary
This project is a set of blog front page based on Vue family bucket (vue, vue-router, vuex, vue SSR). Its main fu ...
Posted by NDK1971 on Sat, 11 May 2019 15:59:46 -0700
Xiao Qing's Line Tree 25 Questions Log 01 Line Tree Under the Tree You and I have a lot of fun and joy.
Preface difficulty will be roughly sorted not to write a summary of hip-hop for people who have just learned the line tree (practicing like me)
/*
if you can't see the repay
Why not just work step by step
rubbish is relaxed
to ljq
*/
#include <cstdio>
#include <cstring>
#include <iostream>
#incl ...
Posted by Discord on Fri, 10 May 2019 07:41:33 -0700
The Development of Weixin jssdk Recording Function in the Development of Weixin
Brief description of project requirements
After the recording is finished, the user can choose to re-record and play the recording and upload the recording. (Here, the upload recording refers to uploading the recording to his server. The upload step is to call wx. upload Voice at the front end and download the audio file at the back end to the ...
Posted by andy_b42 on Fri, 10 May 2019 07:14:16 -0700