RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is an update to the ANDROID Appcelerator Titanium Alloy JPUSH Push Notification Module You can find the main post about these modules here: http://dieskim.me/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ I have added two new functions – Local Notification, to enable easy local notification as natively provided…
ADB Xiaomi Mi Pad start Hardware Test app without Dailer – Calibrate Display, Proximity Sensor
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently had some display and button problems and wanted to calibrate the display and Proximity sensor on my Xiaomi Mi Pad. Xiaomi`s MIUI ships with a great app for testing and calibrating all the hardware on the phone, the…
Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLatest Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM As you may know Chinese Android phones do not ship with the Google Play store – thus Google Cloud Messaging does not work.…
Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLatest Titanium Count.ly Modules with Messaging Support: Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative. Countly is an innovative, real-time, open source mobile analytics application. It collects data from mobile phones, and…
How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow is a simple PHP script to detect the users device type and then redirect them to the appropriate Apple iTunes App Store or Google Play store – in my case I actually just give the Android User the APK…
Titanium Alloy iOS Android Modules: Count.ly – Google Analytics, Flurry Alternative – Android Module Updated – Segmentation Event Tracking – Example
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineUPDATED VERSION: Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative I have recently had to move away from Google Analytics for our Titanium Alloy Mobile apps for different reasons – I…
Titanium Alloy iOS Android Module: Custom Alert Module to replace Titanium.UI.AlertDialog
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow is the code I created for a Custom Alert Module for Titanium Alloy that runs on both iOS and Android – it is used as a replacement for the Titanium.UI.AlertDialog For this module to work in Android you need to…
Module: Appcelerator Titanium Alloy JPUSH Push Notification Module – Android, China Push Notification- NON GCM
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineUPDATED VERSION: Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM Hi, As you may know Chinese Android phones do not ship with the Google Play store – thus Google Cloud Messaging does not…
Bug: Embed font TTF not displaying Android 4.4 Kitkat , 4.3 JellyBean – FIXED use OTF
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThere is a Bug in Android 4.4 KitKat when using embedded fonts, it does not display the TTF version of the file. The simple fix is to simply use the OTF version of the font. You can use the site…
How to: Appcelerator Titanium Alloy Embed Font – Android and iOS
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a simple how to on how to embed a Font in Titanium ALLOY for both Android an iOS I suggest using a OTF version of your font as Android 4.3 Jelly Beans and Android 4.4 Kitkat 1. Place…