Tonton MyTV dilengkapi intisari rancangan pada smart TV bermula RM4.99 sebulan. Selanjutnya →

November 2014

Restart ADB

14 Oktober 2014, 4:30 pm

Selasa, 14 Oktober 2014, 4:30 pm0 The most important script for an Android developer cd /usr/local/bin vim restart_adb :wq chmod +x restart_adb Oktober 2014ShareTweetSaveSendCopy

iOS simulator folder

11 Oktober 2014, 11:31 am

Sabtu, 11 Oktober 2014, 11:31 am0 Up until iOS 7 ~/Library/Application Support/iPhone Simulator/<ios version> New in iOS 8 ~/Library/Developer/CoreSimulator/Devices/<simulator id> Oktober 2014ShareTweetSaveSendCopy

Add custom framework to Titanium iOS module

11 Oktober 2014, 11:23 am

Sabtu, 11 Oktober 2014, 11:23 am0 For example, I’m creating a module com.mymod, which include MillennialMedia SDK, that has 2 custom frameworks: MillennialMedia.framework SpeechKit.framework Copy the frameworks into <module folder>/platform/iphone/custom_frameworks Open the module in Xcode & include the framework – you can choose to include into any folder, for example the root of project Edit […]