ChildOfCode


Code, Maker, Robotic, Open Source. Knowledge Bases


Tag: Android


  1. React Native 0.63 running on device by other port solution

    React Native Metro bundler is runs on port 8081. And very unlucky my working machine is running a McAfee antivirus with the port 8081. On React Native official sites there are provide two solution Terminating a process on port 8081 or Using a port other than 8081 . Will the first…

    IOS, Android, Xcode, Android 11, iOS14.0.1, React Native, react-native 0.63.3, react-native 0.63, port issue, port 8081, McAfee, npx, Xcode12.0.1, Android Studio, Android Studio 4.1

  2. Android Java - Get Eddystone Beacon Service Data and Convert

    On Android Eddystone beacon we can store some useful information inside Namespace and Instance to identify unique beacon. Before Learn and Play CTF event. byte, ASCII text, Decimal and Hex is difficult thing for me. But after learning CTF this become very easy . since this kind of numbers is very…

    Android, Java, Android 11, ASCII, Decimal, Hex, Bytes, byte array, Eddystone, Beacon, Bluetooth, Service Data, Namespace, Instance, convert decimal to hex, scan record

  3. Wordpress Mobile Apps Can't Access

    Wordpress Mobile Apps Can't Access First Check the Log on the Apps. if there are some error message Like below 1) Unable to locate xmlrpc.php 2) Couldn't connect to the WordPress site. There is no valid WordPress site at this address. Check the site address (URL) you entered. The…

    Wordpress, Android, IOS, MobileApps, xmlrpc.php

  4. Appcelerator Analytics

    Regarding the Titanium Studio Is not Longer Support by Appcelerator Company (change to open source Project) will start migration all the Project From Titanium Studio to Appcelerator Studio. Titanium.Analytics.featureEvent('Data track'); For New Project Can enable when create the Project pages. Enable Appcelerator Platform Services will enable the…

    Android, JavaScript, IOS, Apps, Appcelerator Studio, Appcelerator Analytics, Appcelerator Platform

  5. Titanium Studio Save the Apps data in the Filesystem

    In IOS is only Internal Storage ,but in Android is diffrent since some android device can use sd-card theClass.prototype.WriteLog = function(theJSON){ Ti.API.info('WriteLog = ' + new Date() ); var thisClass = this; var jsonDir = ''; var dateObj = new Date(); var month = dateObj.getUTCMonth() + 1; //months from 1-12 var day…

    Android, JavaScript, Titanium, IOS, JSON, Filesystem, applicationDataDirectory, externalStorageDirectory