Re: Writing (firstly) simple application for Android with Clojure

2017-03-13 Thread Cecil Westerhof
2017-03-13 10:58 GMT+01:00 Nando Breiter : > No need to buy iDevices (or a bunch of Android devices from various > manufacturers). The idea is to use emulators to run your app and test it. > For instance here is a service from Sauce Labs: https://testobject.com/ > features#manual. > ​I always und

Re: Writing (firstly) simple application for Android with Clojure

2017-03-13 Thread Nando Breiter
No need to buy iDevices (or a bunch of Android devices from various manufacturers). The idea is to use emulators to run your app and test it. For instance here is a service from Sauce Labs: https://testobject.com/features#manual. Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Mon,

Re: Writing (firstly) simple application for Android with Clojure

2017-03-12 Thread Cecil Westerhof
2017-03-12 22:32 GMT+01:00 Nando Breiter : > Seems like the right list to me - at least good enough ... here's a few > videos from Jordan Leigh, the second one lays out the case for using React > Native, the first is a walkthrough of building a React Native app from > scratch. > > https://www.yout

Re: Writing (firstly) simple application for Android with Clojure

2017-03-12 Thread Cecil Westerhof
2017-03-12 22:32 GMT+01:00 Nando Breiter : > Seems like the right list to me - at least good enough ... > ​Well there is: clojure-andr...@googlegroups.com. And I did mean to post it there. But luckily no harm done. :-D ​ > here's a few videos from Jordan Leigh, the second one lays out the case

Re: Writing (firstly) simple application for Android with Clojure

2017-03-12 Thread Nando Breiter
Cecil, Seems like the right list to me - at least good enough ... here's a few videos from Jordan Leigh, the second one lays out the case for using React Native, the first is a walkthrough of building a React Native app from scratch. https://www.youtube.com/watch?v=r5OPRhelEIU https://www.youtube

Re: Writing (firstly) simple application for Android with Clojure

2017-03-12 Thread Cecil Westerhof
Oops, wrong mailing-list. :'-( Thanks for replying anyway. :-D I am going to evaluate you suggestions. 2017-03-12 20:38 GMT+01:00 Nando Breiter : > I'd suggest that React Native is an easier pathway. Take a look here as a > starting point: http://cljsrn.org/ > > Note also that re-frame can be use

Re: Writing (firstly) simple application for Android with Clojure

2017-03-12 Thread Nando Breiter
I'd suggest that React Native is an easier pathway. Take a look here as a starting point: http://cljsrn.org/ Note also that re-frame can be used to build native apps via React Native. https://github.com/mjmeintjes/cljs-react-native-tictactoe https://github.com/Day8/re-frame/ For me, a big plus w