ChildOfCode


Code, Maker, Robotic, Open Source. Knowledge Bases


Tag: Apps


  1. 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

  2. Titanium Studio Using the Geolocation

    Getting Location Information There are two ways to get location information: 1)Make a one-time request with getCurrentPosition. 2)Register to receive location updates by adding an event listener for the location event. Get the Geolocation with event listener Ti.Geolocation.accuracy = Ti.Geolocation.ACCURACY_BEST; Ti.Geolocation.preferredProvider = Ti.…

    Android, EventListener, IOS, getCurrentPosition, Apps, Latitude, Longitude, Accuracy