Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1ga/from_zero_to_app
📱 Basic tutorials for Appcelerator Titanium. Create your first mobile app from start to finish!
https://github.com/m1ga/from_zero_to_app
android app appcelerator axway development hacktoberfest hacktoberfest2021 ios titanium titanium-mobile tutorial
Last synced: 2 months ago
JSON representation
📱 Basic tutorials for Appcelerator Titanium. Create your first mobile app from start to finish!
- Host: GitHub
- URL: https://github.com/m1ga/from_zero_to_app
- Owner: m1ga
- Created: 2018-03-17T18:48:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T13:45:46.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:05:24.608Z (6 months ago)
- Topics: android, app, appcelerator, axway, development, hacktoberfest, hacktoberfest2021, ios, titanium, titanium-mobile, tutorial
- Homepage:
- Size: 6.18 MB
- Stars: 47
- Watchers: 11
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# From zero to app
For more tutorials, links, modules and more visit: fromzerotoapp.com.From zero to app is a series of basic tutorials for Axway Appcelerator to create your first mobile app for Android and iOS using the power of JavaScript. You just need some basic JavaScript knowledge and a Linux, Windows or Mac (for iOS development). The tutorials will guide you from zero to your first app!
## Tutorials
* **[Installation](https://fromzerotoapp.com/how-to-install-appcelerator-titanium/)** - How to install Appcelerator Titanium.
* **[First app](https://fromzerotoapp.com/first-app/)** - Your first app!
* **[Map project](https://fromzerotoapp.com/map-project/)** - Add a map with pins to your app.
* **[Use the camera](https://fromzerotoapp.com/use-the-camera/)** - Record pictures and videos in your app.
* **[Ah, push it](https://fromzerotoapp.com/ah-push-it-use-firebase-push-in-your-app/)** - Extend you app with Firebase push notifications.
* **[Where am I?](https://fromzerotoapp.com/where-am-i-a-geolcation-gps-project/)** - Use geolocation services in your app.
* **[Debugging WebViews](https://fromzerotoapp.com/debugging-webviews/)** - Debugging WebViews: see what's inside the WebView.
* **[Basic App UIs](https://fromzerotoapp.com/basic-app-ui-layouts/)** - Basic App UIs: from a basic window to complex native tab group.
* **[Android Adaptive icons](https://fromzerotoapp.com/android-adaptive-icons/)** - Android Adaptive Icons.
* **[Debugging using Chrome/Safari DevTools](https://fromzerotoapp.com/debugging-apps-using-chrome-devtools/)** - Using Chrome/Safari DevTools to debug your app.
* **[Android Modules: using local aar files](https://fromzerotoapp.com/android-modules-using-local-aar-files/)** - How to use a local AAR file when creating an Android module.
* **[Transfer your app from appc CLI to ti CLI](https://fromzerotoapp.com/transfer-your-app-from-appc-cli-to-ti-cli/)** - Start use the open source CLI right away!
* **[Appwrite + Appcelerator Titanium: A step by step guide](https://fromzerotoapp.com/appwrite-appcelerator-titanium-a-step-by-step-guide/)** - Connect an app with Appwrite.io
* **[Android styling in Titanium using themes](https://fromzerotoapp.com/android-styling-in-titanium-using-themes/)** - Style your Android elementsvisit https://fromzerotoapp.com/tutorials/ for more tutorials.
## External Tutorials
* [Medium posts about Titanium](https://medium.com/all-titanium)
* [Ti.UI Basics: How to use AlertDialog in Alloy](https://medium.com/all-titanium/ti-ui-basics-how-to-use-alertdialog-in-alloy-1059c7d70278)
* [Enhancing Titanium: How to set up Collections with DataBinding](https://medium.com/all-titanium/enhancing-titanium-how-to-set-up-collections-with-databinding-39573cd30911)
* [Enhancing Titanium: Speeding up data binding](https://medium.com/all-titanium/enhancing-titanium-speeding-up-data-binding-5adf46f73760)
* [Quick Tip: Appcelerator Titanium Dark-Mode colors](https://dev.to/miga/quick-tip-appcelerator-titanium-dark-mode-colors-1n7g)
* [Using Android Studio to develop Titanium modules](https://dev.to/miga/using-android-studio-to-develop-titanium-modules-2jc4)
* [Hyperloop examples](https://github.com/tidev/hyperloop-examples)
* [Stackoverflow](https://stackoverflow.com/questions/tagged/appcelerator-titanium)## Requirements
At the time this tutorial was written the current version of the needed tools are:| Tool | Version |
| --- | --- |
| OpenJDK | 11 |
| NodeJS | v16.14.0 |
| Titanium SDK | 10.1.1.GA |
| Titanium CLI |5.4.1 |
| Alloy | 1.17.4 |It will be updated and tested with future version. If you find anything that is not working anymore please file an issue.
## Feedback
If you have any question or comments feel free to add an `issue` or contact me ([twitter](https://twitter.com/MichaelGangolf), [mail]([email protected]), [Ti-Slack](http://tislack.org/)).## Author
- Michael Gangolf ([@MichaelGangolf](https://twitter.com/MichaelGangolf) / [Web](http://migaweb.de))