From Zero to App

from zero to app

Build your cross-platform iOS/Android apps with Titanium SDK.

Your source to create stable, native-like apps with Titanium SDK in no time!

Titanium SDK

Titanium SDK lets you develop cross-platform native mobile applications and build great mobile experiences using JavaScript.

Find more about Titanium SDK in the official Titanium SDK documentation.

If you need Titanium SDK help/support you can:

For individual support or if you want to create a new app feel free to contact me.

New to Titanium SDK?

You want to start developing your first app with Titanium SDK or install the software for the first time? Have a look at “How to install Titanium SDK” or at the other tutorials for other topics (push, maps, camera and much more).

Get Titanium SDK merchandise

Code strong and show you use Titanium SDK

Modules

Titanium SDK apps can be extended with modules to use more features or implement external plugins. You can create your own modules using Java/Kotlin or Objectiv C/Swift.

Featured modules

Some must-have modules for your next Titanium SDK app:

Ti.Animation
AndroidfreeiOS
Airbnb Lottie + Rive animation module for Titanium SDK
details
Firebase Modules
AndroidfreeiOS
Main repository of all Firebase modules like Analytics, Performance, Cloud Messaging (Push), Crashlytics and more.
details
ti.barcode
AndroidfreeiOS
ti.barcode – QR and Barcode scanner
details
ti.map
AndroidfreeiOS
Use native Apple Maps & Google Maps in iOS and Android with Titanium
details

Latest modules

Fresh out of the dev kitchen! Some new Titanium SDK modules:

ti.genai – ML Kit GenAI for Titanium SDK
Androidfree
ML Kit GenAI for Titanium SDK. Using Gemini Nano on device to use some AI functions like summarization, rewrite or proofreading.
details
Ti.PushWoosh
AndroidfreeiOS
Allows for the integration of PushWoosh notifications in Titanium applications.
details
ti.mlkit.objectdetection – MLKit object detection for Titanium SDK
Androidfree
MLKit object detection for Titanium SDK (Android). Detecting objects in images using MLKit (https://developers.google.com/ml-kit/vision/object-detection)
details
ti.tts – Text-to-speech module for Titanium SDK
Androidfree
Text-to-speech module for Titanium SDK (Android)Simple tts (text-to-speech) module for Titanium SDK. Allows you to say a sentence and write it to a wav file.
details

Need an app, Titanium SDK support or an Android module?

Get in contact with me!

Latest Tutorials

  • Android splash screen stylingSince Android 12 the splash screen of your Android app is always your app icon. If you want to change the styling of the splash screen you can create a custom theme and set a background color, custom icon or even an animation. At first you’ll need to get your start activity name. The quickest […]
    read tutorial
  • Use iCloud Drive with Titanium SDKThis tutorial is based on a How-to guide by Alessandro La Rocca posted on Slack with his steps how to include iCloud drive into your Titanium SDK iOS app. Apple Setup Login into developer.apple.comAssuming you already have created the identifier for your app (App ID). For example: Select Identifiers.Create a new identifier and choose iClod: […]
    read tutorial
  • Create a Titanium iOS module with ChatGPTFull ChatGPT conversation to create https://github.com/emptybox/SocialShareEBM Can you create an iOS/Android module for the Titanium ecosystem that I can use to share an image via text, email, instagram (if installed) – with auto open and select, facebook (if installed) or save to local gallery? Include the code to be compatible with the latest version of […]
    read tutorial
  • Extending Titanium SDKEver wanted to have a new property or feature in Titanium SDK or you’ve found a bug and want to fix it? In this tutorial we will have a look on how to extend the SDK, how to build it, test in and how to get your pull request merged into the main repository. Get […]
    read tutorial