Re: Platform guides update

2015-04-09 Thread Homer, Tony
I have more of a general topic - cordova-windows vs. cordova-wp8 in the docs. Hopefully most of us on the list understand the distinction, but there is still a lot of confusion. There are some places where the docs could help make the distinction a bit clearer. For example, in the plugin

Re: Platform guides update

2015-04-09 Thread Shazron
iOS: 1. Xcode 4.x - 6.x 2. Also add ios-deploy required to deploy to device 3. ok On Tue, Apr 7, 2015 at 12:01 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Hi guys, I see that some docs are outdated or not actual anymore so I want to improve this. Please let me know if someone

Platform guides update

2015-04-07 Thread Sergey Grebnov (Akvelon)
Hi guys, I see that some docs are outdated or not actual anymore so I want to improve this. Please let me know if someone already working on this or going to take a look. I've listed below some things I want to update, could you please review them before I stared working on this (additional

Re: Platform guides update

2015-04-07 Thread Raymond Camden
Ok - so for the user *not* writing a plugin, but just doing general Cordova building, the CLI is still the best way, right? And the docs make that clear I hope? (Or the proposed changes I should say.) On Tue, Apr 7, 2015 at 2:52 PM, Andrew Grieve agri...@chromium.org wrote: Perhaps the quote

Re: Platform guides update

2015-04-07 Thread Raymond Camden
Fair enough. I think my concern is overwhelming new users - but - I'll stand back and wait for these new docs to go up before I complain/nag anymore. :) On Tue, Apr 7, 2015 at 3:34 PM, Brian LeRoux b...@brian.io wrote: I humbly submit that we want very detailed documentation to turn those lower

Re: Platform guides update

2015-04-07 Thread Jesse
This is about setting up your Android environment to develop apps so recommending Android Studio makes perfect sense. http://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html#Android%20Platform%20Guide @purplecabbage risingj.com On Tue, Apr 7, 2015 at 12:52 PM, Andrew

Re: Platform guides update

2015-04-07 Thread Jesse
+1000 @purplecabbage risingj.com On Tue, Apr 7, 2015 at 12:31 PM, Andrew Grieve agri...@chromium.org wrote: These changes all sound great! On Tue, Apr 7, 2015 at 3:01 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Hi guys, I see that some docs are outdated or not actual

Re: Platform guides update

2015-04-07 Thread Andrew Grieve
These changes all sound great! On Tue, Apr 7, 2015 at 3:01 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Hi guys, I see that some docs are outdated or not actual anymore so I want to improve this. Please let me know if someone already working on this or going to take a look.

Re: Platform guides update

2015-04-07 Thread Raymond Camden
Replace Eclipse example w/ Android Studio as officially recommended option/tool Do we really recommend this over CLI + your favorite editor ? On Tue, Apr 7, 2015 at 2:35 PM, Jesse purplecabb...@gmail.com wrote: +1000 @purplecabbage risingj.com On Tue, Apr 7, 2015 at 12:31 PM, Andrew Grieve

Re: Platform guides update

2015-04-07 Thread Andrew Grieve
Perhaps the quote is out of context (I'm too lazy to check), but it's certainly the recommended option for debugging native code. On Tue, Apr 7, 2015 at 3:47 PM, Raymond Camden raymondcam...@gmail.com wrote: Replace Eclipse example w/ Android Studio as officially recommended option/tool Do we

Re: Platform guides update

2015-04-07 Thread Brian LeRoux
We recommend using the thing that works best for you for building apps BUT if you are extending Cordova you'll need to run with Android Studio, Xcode and friends. We support both. On Tue, Apr 7, 2015 at 12:47 PM, Raymond Camden raymondcam...@gmail.com wrote: Replace Eclipse example w/ Android

Re: Platform guides update

2015-04-07 Thread Michal Mocny
CLI + Android Studio are not mutually exclusive, provided you follow certain workflows. I always use CLI, but sometimes also use XCode / Android Studio / Eclipse. You do need to adhere to some rules in order to not shoot yourself in the foot, which are usually hard to describe to users. I

Re: Platform guides update

2015-04-07 Thread Raymond Camden
That makes sense - I just worry that if that use case (extending Cordova) is 10% of the reader base than it should not (imo) be 50% of the docs. Btw - totally guessing at those numbers as I haven't seen the changes. :) On Tue, Apr 7, 2015 at 2:58 PM, Brian LeRoux b...@brian.io wrote: We

Re: Platform guides update

2015-04-07 Thread Brian LeRoux
I humbly submit that we want very detailed documentation to turn those lower numbers into more involved community members. (Ideally contributing code and docs themselves!) On Tue, Apr 7, 2015 at 1:24 PM, Raymond Camden raymondcam...@gmail.com wrote: That makes sense - I just worry that if that

Re: Platform guides update

2015-04-07 Thread Parashuram N (MS OPEN TECH)
I also think that apart for API/Reference like docs, it may help the community to have detailed guide, tutorials, etc. I understand that some of them may be hard, but do you guys see value in putting up something like a ³course² for using Cordova, tutorial for building sample apps, using Cordova

Re: Platform guides update

2015-04-07 Thread Ivan Baktsheev
Please do not remove Eclipse guide from docs. If you must write native plugin for blackberry, you must install Momentics IDE, based on Eclipse. After some extra steps you can use Momentics IDE environment for both platforms — Android and BB10. On 7 Apr 2015, at 23:41, Raymond Camden

Re: Platform guides update

2015-04-07 Thread Raymond Camden
I think a good list of links would be nice, but it would be kind of a chore to keep it updated. On Tue, Apr 7, 2015 at 3:58 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: I also think that apart for API/Reference like docs, it may help the community to have detailed guide,

Re: Platform guides update

2015-04-07 Thread Andrew Grieve
AFAIK, Eclipse doesn't work with Gradle, and so won't work with cordova-android@4.0.0 On Tue, Apr 7, 2015 at 4:58 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: I also think that apart for API/Reference like docs, it may help the community to have detailed guide, tutorials,