Month: October 2021
COS CREATOR calls the PHP interface, C #, Java ideas
var url=”jk.php”;
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status Actually It is the native js method.
To f
Cocos Creator uses Chrome debugging TS project
1. Add Chrome Debug configuration
Cocos Creator editor interface development ->VS Code Workflow->Add Chrome Debug Configuration
2.VSCode installs the Debug For Chrome plugin
3. Mo
Android Multiple DEX FILES Define solves the conflict
There is a new demand during this period. Android App previews PDF online through URL. When choosing to use and importing the PdfViewPager library, the following exception was reported:
jdmer
Restful WebService is very easy to understand instance
RESTful WebService is a kind of lightweight Web service that is much simpler than SOAP message-based WebService. RESTful WebService is stateless, and it is very easy to publish and call. Here i
COS CREATOR Module Introduction
Project –> Project Settings –> Select the modules that will be packaged into the engine when building and publishing
The modules are as follows:
Core mandatory Canvas is required, canva
SOAP Webserivce and RESTful WebService comparison and difference
Simple Object Access Protocol (SOAP) is an XML-based protocol that can be used in conjunction with many existing Internet protocols and formats, including hypertext Transmission protocol (HTTP), Si
Execute python scripts on Android – QPython
I read the book and found that android can run python.
Try it.
First of all, you need to install the python environment on your mobile phone. This is achieved by installing an apk. This
Android – listView slide loaded next page data SCROLL setting
Android-ListView slides to load new data
I encountered a problem, the slide load function in the past was very poor, and I don’t know the reason.
After trying for a long time, I finally
Set the Item layout in the adapter and load each Item data
package nd.no.xww.bottomnavigationlayout; import android.content.Context;import android.media.Image;import android.support.annotation.NonNull;import android.support.v7.widget.RecyclerView;import an