Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdvanes/movienight
What shall we watch tonight?
https://github.com/mdvanes/movienight
Last synced: 3 days ago
JSON representation
What shall we watch tonight?
- Host: GitHub
- URL: https://github.com/mdvanes/movienight
- Owner: mdvanes
- Created: 2014-10-29T14:54:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T07:14:12.000Z (about 2 years ago)
- Last Synced: 2023-08-05T01:26:10.190Z (over 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movienight
==========What shall we watch tonight?
Android App that lists all your movies with (http://www.themoviedb.org/) poster and description.
Also show episode guides (incl. aired dates) for preconfigured TV shows.
## Implementation
* Using [ionic](http://ionicframework.com/)
* Calls an URL to get a JSON list of all the movies with posters and descriptions.
* Use cached JSON first to build up the page, than perform XHR for the JSON. When an update is retrieved, highlight the update button, but don't auto update.# Development:
following this tutorial: http://learn.ionicframework.com/videos/windows-android/
and install gulp.* ionic serve (run in browser)
* ionic emulate android (run in emulator)## Icon
copy icon to \Movienight\platforms\android\ant-build\res\drawable## Deploy to phone
* plug in phone
* USB debugging should be enabled
* run ```ionic run android```if fails:
* adb devices -l (should list the device)
* install driver from emulated CD drive when plugging in the phone (I used Windows 7 64 bit for Windows 8.1)Using grid: http://learn.ionicframework.com/formulas/using-the-grid/
Compile to APK: http://ionicframework.com/docs/guide/publishing.html
* change android:debuggable to false in AndroidManifest.xml
* run ```cordova build --release android```
* result in \Movienight\platforms\android\ant-build\CordovaApp-release-unsigned.apk