Titanium with ruby for android apps - titanium-mobile

Can anyone share a short example or tutorial for developing android native apps using Titanium with ruby?
In titanium Appcelerator, I am able to see http://docs.appcelerator.com/titanium/latest/#!/guide/Ruby_Development.
Please help on this.

I believe it's not related to Android development.
Look at the tree on the left. "Ruby Development" is under "Web development" (server side).
Everything related to mobile development is under another item - "Titanium development".
However, if you are interesting in using Ruby to develop for Android, you can take a look at this question:
Ruby practical for Android Development?

Related

Is golang supported in Android Things?

Can we use golang in Android Things?
I would like to program in golang an IoT app, however I don't find support for golang in Android Things.
From the point of view of Android application developer Android Things is pretty much the same. So if you can write Android apps in Go, you can do the same for Android Things app development.
As far as I know the Android Things offers just a lightweight version of Android.
Go supports mobile platforms such as android and IOS:
https://github.com/golang/go/wiki/Mobile
It still uses java/objective-c bindings though
Also check if you need Android Things, because there is nice framework:
https://gobot.io/#platforms
designed for iot.

Can we make mobile application using ARCORE on Xamarin or Ionic?

I want to make an application on Augmented Reality. I was intending to use simple Android Studio, but I thought it would be much better if I use Xamarin/Ionic, because it is cross-platform.
you can check out these implementations for xamarin forms
https://github.com/jsuarezruiz/xamarin-forms-arcore-sample
Xamarin University Guest Lecture - Michael Zaletel - ARKit and ARCore
https://www.youtube.com/watch?v=lpp4E4T9Z9c

FirefoxOS and Gecko SDK on Windows

I am trying to get my hands dirty of firefox OS apps. I tried to follow instructions on https://developer.mozilla.org/en/docs/Gecko_SDK
to get the SDK. I downloaded Gecko 22.0 (Firefox 22.0) zip file for windows.
Could anyone please tell me how to build it on windows system. The details given on the website are not as clear as I expected(I had expected them to be like that on android's site). Or is there a binary available for the SDK?
No SDK needed, it is all HTML5. If people talk about SDKs in that context, its often frameworks or maybe tools that can export to HTML5. But generally, you can use all the languages that work in a browser and use them without any framework or SDK to make an app.
The developer docs on Marketplace have this great intro on app development and testing: https://marketplace.firefox.com/developers/docs/quick_start
Happy Hacking!
The "SDK" you are looking for is probably the Firefox OS Simulator Addon for the Mozilla Firefox browser. Actually, all you need to test your applications for most hosted ones is a browser of some sort, but the Simulator (also called as R2D2B2G) lets you preview most of the phones' functionality, API-s and install packaged apps.
Besides installing and testing your applications you will also get a feel of Gaia - the user interface of Firefox OS, written, too, in HTML5.
Like many of the answers here, there's no real SDK, as Firefox OS apps are basically HTML5 web pages with a manifest.webapp The firefox OS Simulator mentioned by Flaki is great to test your app.
I recommend watching this short video from Robert Nyman, one of Mozilla's FFos evangelists on getting started with it: http://www.youtube.com/watch?v=hqyrldlSx_o
And this is a good tutorial on developing an app: https://hacks.mozilla.org/2013/06/building-a-todo-app-for-firefox-os-part-1/

Using Titanium appcelerator for game development

Is it possible to develop games using titanium to wrap html5 canvas and javascript? If it is possible would that get flagged by the Apple app store? because it is "not a unique experience". This is based on what i read from http://www.adobe.com/devnet/phonegap/articles/apple-application-rejections-and-phonegap-advice.html
Is it even possible to develop a game through titanium with pure javascript? If so do you have any examples? I must be using the wrong keywords but everytime i search about game development and titanium i get http://developer.appcelerator.com/blog/2012/03/getting-started-with-game-development-titanium.html which is an old article.
I am an aspiring developer with a C/C+,javascript,HTML5 background but i'm still deciding whether to use a wrapper like titanium or phoneGap or to suck it up and just learn to develop native apps.
There was a library that helped with this in the past.
http://developer.appcelerator.com/blog/2012/03/getting-started-with-game-development-titanium.html
From what I remember, what was left of that technology was sent over to Lanica and they are developing technology to allow game development. They have a game engine that is in early beta.
http://lanica.co/
The Most Helpful framework is lanica you have to check it

Ruby framework for mobile

I want to build native mobile application using ruby. I have tried Rhodes and found it to have a commercial licence, which is not free.
Is there another, free Ruby framework for native mobile applications?
Matz has publicized the official mobile ruby called mruby.
There's also RubyMotion for iOS, it isn't free and is certainly expensive...
But it's native.

Resources