Introduction - If you have any usage issues, please Google them yourself
BaiDaData and GetData are used to test for access to data
1, APP startup process
AndroidManifest.xml registration of the startup interface for the SplashActivity , the specific file for the src\com.baida.activity.SplashActivity.java file. After the start of the welcome interface, through the intention (Intent) jump to the home page (com.baida.activity\MainActivity.java).
Note: in addition to the start interface, all other interfaces are placed in the src\com.baida.activity package.