GithubHelp home page GithubHelp logo

miguelramosfdz / moviesdemo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from etnatraining/moviesdemo

0.0 1.0 0.0 11.3 MB

This demo show how we can build with Appcelerator Titanium the same app demonstrated during the Facebook React Native demo

JavaScript 54.17% CSS 8.96% Python 36.87%

moviesdemo's Introduction

Titanium Movie List demo

After watching the presentation of React Native here at the Facebook React.js Conf 2015, I decided to implement the very same app, but using Appcelerator Titanium, to demonstrate that what React Native will do (it's still in private beta) could have been done with Titanium since 2011.


Main Screen

Detail view

Main Screen

Detail view

Unfortunately, most of the developers associate Titanium with PhoneGap, because both use HTML/CSS/JS to develop mobile apps, but the huge difference is that while PhoneGap renders an app into a WebView, providing a responsive web page as User Interface, Titanium generates a native User Interface, using UIKit on iOS and native widgets on Android.

It will follow a video where I will show how to build the application in less than 1 hour.

How to build and run it yourself

You need to have Node.js and Titanium SDK and CLI installed. Moreover you need to have Xcode 6 and Android SDK.

Complete the following steps to build and run the app:

  1. Download and install Xcode 6
  2. Download and install the Android SDK
  3. Install the Titanium CLI with:
[sudo] npm install -g titanium
  1. Install the latest SDK
ti sdk install
  1. Clone this repository:
git clone https://github.com/EtnaTraining/MoviesDemo.git
  1. Enter the MoviesDemo directory:
cd MoviesDemo
  1. Obtain a Rottentomatoes API key from here and add it into app\config.json
  2. Build and run for iOS
ti build -p ios --tall
  1. Build and run for Android
ti build -p android

moviesdemo's People

Contributors

etnatraining avatar fokkezb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.