Maxim is compared with the original monkey, Become relatively smart, which can effectively reduce useless click operations. In addition, I also found a desktop version of the Android mobile termina
Category: Mobile
Mobile development refers to the program development of mobile phone software in the mobile Internet industry. The basic development languages are C, C++, JAVA, J2ME, etc. The mobile phone operating platforms involved include Symbian, WindowsMobile, Android, IPhone, OPhone, Linux, etc. The software development of these mobile phone operating system platforms is collectively referred to as mobile development.
COCOS CREATOR engine font definition
In the generated cocos2d-js-min.js, search for
Math.min( 2,window.devicePixelRatio||1 ) Change to
window.devicePixelRatio||1 Screen The font and texture become so clear in an instant, please refer to the document:
http://forum.cocos.com/t/android-web/39807/9
Install the app on the simulator to install the app for the specified device
1. Configure the Android environment variables, make sure that adb is connected and available
2, start the emulator, enter adb devices through the cmd command line window, the device informat
Android ListView prohibits scrolling
In a project, a listview and 3 include layouts are used.
It turns out that when the listview is wrap_content, the layout cannot be opened. But all layouts do not fill the screen. In addition,
Android performance optimization – startup process cold start thermal start
1. Start the applicationMethods
Generally speaking, there are two ways to start: cold Start and warm start.
1. Cold start: When the application is started, there is no process of the ap
Android – how to check the Google Play service in the Firebase application
My app uses Firebase authentication and a database. Whenever a phone with a lower version of Google Play Services uses the app… the feature does not work and it will not tell The user’s version i
Use SqlCIpher for Android correctly
android-database-sqlcipher is a database encryption framework based on SQLCipher. It supports android4 to android9. It is often used to encrypt Android’s SqlLite. It now supports Gradle integration
Android – smooth expansion and contraction view
In the Material Design video, the view expands and contracts very smoothly. I tried to achieve this in the days of the old Android API, it was really expensive and slow. < p>
Is there any new
Android uses the aapt command to view apk package name
1. What is aapt aapt is the Android Asset Packaging Tool, which is located in the build-tools directory of the SDK. This tool can view, create and update file attachments (zip, jar, apk) in ZIP for
COS CREATOR Export Scenery and Prefabricated Problems
Cocos Creator supports exporting scenes and prefabs in the current project for use in another project:
1, select the scene or prefab to be exported;
2, select the target to export to Folder locat