Skip to content

Latest commit

 

History

History
139 lines (95 loc) · 6.05 KB

README.md

File metadata and controls

139 lines (95 loc) · 6.05 KB

awesome-titanium

Interesting facts and links for the Titanium framework

Topics

Before starting

A must-read for all newcomers. Mobile development with Titanium differs a lot from native Android and iOS development. Be sure to follow these basic steps.

Slideshows

Development Environment and tools

  • TiShadow
    The complete toolset for rapid titanium app development on multiple platforms (deploy, test and much more)
  • Alloy-Bootstrap
    Grunt setup with selective compilation to speedup the compilation und some other tool sets
  • ti-i18n
    Add and manage your internationalization strings
  • ti-stealth
    Remove console output before deploying
  • ticons generate all the needed app icons and the splash screen

Definitions

Developing your app

Common resources and tipps about the development process. No need for re-inventing the wheel!

Find modules, widgets & controls

Awesome resources

Modules / Widgets

  • Wriststrap
    A Bootstrap-like implementation of UI building (grid system, helper classes, image & button styling, icon, ...)
  • TiLogCatcher
    Listen to and handle Titanium errors
  • PullToRefresh
    Refresh a table / list view by pulling on the top

Debugging tips

Your app doesn't work as expected? Take a look in here for tipps and guidelines.

App contribution

The app is ready for the world? Some adjustments have to be made for both the Apple app store & Google Play store.

Icon and Splash Screen

Misc

  • Proper versioning
    If you contribute the app, you'll need a fixed versioning system.

Find inspirations

Out there are lots of cool apps, designs and patterns. Feel free to take a look at these examples.

Example projects

  • Dragon Shout App
    Open source app for the game Skyrim
  • KitchenSink
    Titanium self-made example app for Android & iOS with lots of UI elements / basic features. Useful to check if a feature is working on a device.
  • Android ActionBar
    How to implement a proper ActionBar for Android users
  • Movie app
    Appcelerators open-source demo app for a video streaming app
  • Corporate Directory
    Appcelerators open-source demo app for browsing through business contacts

Example screens

  • UI Pattern list
    Dozens of iOS and Android screenshots from cool and inspirational apps

Developers