What tools and frameworks do you use for cross platform mobile development? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

What tools and frameworks do you use for cross platform mobile development?

I'm a .Net developer and use xamarin but would like to know what other tools other developers like to use.

30th Jan 2018, 12:05 AM
Mike
Mike - avatar
2 Respostas
0
I use Appcelerator Titanium for developing Cross Platform Mobile apps. Itā€™s based on JavaScript, XML and TSS (based on CSS). I like the fact itā€™s based on JavaScript, a well known language and it compiles to native code (native performance). You can also write Native modules in e.g. Java or Swift for 1:1 native access if it wouldnā€™t be available in Titanium. They also introduced Hyperloop a while ago for accessing direct native APIā€™s in JavaScript code, no extra plugins/modules required. But I do have to say that the fact youā€™re dealing with JavaScript, sometimes can be experienced as a disadvantage (typical JS issues).. Besides Titanium, Iā€™m also looking into NativeScript (based on Angular).
30th Jan 2018, 1:46 AM
Yakup Kalin
0
Interesting. Thanks for your comments. I've mostly done Website, Web app and desktop app development. Just getting into mobile now. I'll have a look at titanium and see what it has to offer. Thanks again šŸ˜Š
30th Jan 2018, 2:47 AM
Mike
Mike - avatar