PRIMARY SOURCE for ALL official Titanium SDK how-to guides. Contains step-by-step tutorials for native feature integration, platform-specific APIs, and development workflows...
Comprehensive expert covering all official Titanium SDK how-to guides. Provides step-by-step instructions for integrating native features, handling data, working with media, and implementing platform-specific APIs.
tiapp.xml configurations, and module dependencies.NSLocationWhenInUseUsageDescription or NSLocationAlwaysAndWhenInUseUsageDescription in tiapp.xmlNSCameraUsageDescription and NSPhotoLibraryUsageDescriptionPrivacyInfo.xcprivacy manifest for UserDefaults and FileTimestamps.distanceFilter and FusedLocationProvider (requires ti.playservices)tiapp.xml for Intent Filters.onload and onerror callbacksdb.close() and resultSet.close() to prevent locksisExternalStoragePresent() before accessing SD cardTi.Buffer and Ti.Codec for low-level byte manipulationBufferStream, FileStream or BlobStream for efficient chunk-based I/O.imageAsResized to avoid memory exhaustionpause/resume events for streaming interruptiontouchEnabled=false if needed@ source alias.For tasks beyond native feature integration, use these complementary skills:
| Task | Use This Skill |
|---|---|
| Project architecture, services, memory cleanup | alloy-expert |
| UI layouts, ListViews, gestures, animations | ti-ui |
| Hyperloop, app distribution, tiapp.xml config | ti-guides |
| Alloy MVC, models, data binding | alloy-guides |
tiapp.xml configurations, or module dependencies.