[top] cocos2d-x 3.0 game development Xcode 5 handsome blog teaching 003.[HoldTail] game world and background...
Original link: http://www.cnblogs.com/riasky/p/3455228.html
cocos2d-x 3.0 game development Xcode 5 handsome blog teaching 003.[HoldTail] game world and background screen
The foreword I wrote to you, when I was learning cocos2d-x, I went ...
Posted by soul on Sun, 20 Oct 2019 16:26:36 +0200
Experience using MUI to practice app page development
Because the company needs to learn a little about app development first, and the framework of arrangement learning is MUI. It's OK to have two-day experience (from the back-end staff). Relying on the shortcut key of MUI, you can quickly complete the style template you want, and more interactive content needs to be completed using js.
This is ...
Posted by saint959 on Sat, 19 Oct 2019 00:16:03 +0200
Realization of UE4_WindField Ares Wind Field Preliminary Debugging
The previous part built the basic framework of wind simulation in UE4, but now you can only see the empty code, one is very inconvenient to debug, and can not be applied to the game, after all, in order to use various interactive objects in the g ...
Posted by QSDragon on Wed, 18 Sep 2019 07:47:39 +0200
appium automated testing
This course focuses on the automated testing tool appium.
Let's take the android app test as an example to illustrate the basic usage of appium.
appium concept
appium installation configuration
A test sample
Appium concept
Appium is a mobile automation framework that can be used to test nativ ...
Posted by metroblossom on Tue, 17 Sep 2019 10:10:23 +0200
Low Power Implementation of stm32f10x Based on freeRTOS
Links to the original text: https://www.cnblogs.com/handsoul/p/11496322.html
Write in front
Without too much time to update, it may be updated occasionally.
Because of the sudden use of the stm32f10x series and battery-driven projec ...
Posted by andreas on Tue, 10 Sep 2019 06:05:16 +0200
Security Ways for Android to Exit Applications
I. Container Type
Create a global container, store all activities, and iterate through all activities when you exit
import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.os.Bundle; public class BaseActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super. ...
Posted by ubersmuck on Tue, 09 Jul 2019 01:49:14 +0200
[Programmer Diary] See UIDevice again
The last article introduced UIApplication This is the class that controls the application. This article looks at UIDevice, which is easily overlooked but often needs to be dealt with.
As the name implies, it is equipment. I believe that in our daily development, we will be more or less exposed to some of the things, such as video applications n ...
Posted by heepofajeep on Sun, 07 Jul 2019 00:21:20 +0200
RN Development Practice-Imitating Ctrip App(1)
The project address is attached at the end of the article.
1. New projects
Execute the following commands in the console (provided that the react-native development environment has been built):
react-native init XieCheng // XieCheng is the project name
2. Open new projects
Here we use webStrom to open the project
3. Running Pr ...
Posted by msimonds on Thu, 06 Jun 2019 22:38:58 +0200
Pictures of Flutter exception handling
background
When it comes to exception handling, you may directly think that it's not a try-catch thing. As for writing an article to explain it separately?
If you think so, this article may surprise you.~
And this article focuses on the exception handling of the image.
scene
Learning to apply, there are specific application scenarios, can deep ...
Posted by powelly on Sat, 11 May 2019 09:51:38 +0200