Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
Mario, they have a good google group maybe they can help with this or other questions? https://groups.google.com/forum/?fromgroups=#!forum/android-ide On Monday, December 3, 2012 8:07:09 PM UTC, Mário César Mancinelli de Araújo wrote: About AIDE... I'm in travel, just with my tablet and

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Mário César Mancinelli de Araújo
Thanks! I'm gonna check it out. ;-) But, anyway, looks like that to use AIDE you are going to need a bluetooth keyboard. :-\ Best regards, Mario Cesar Mancinelli de Araujo Em 04/12/2012 08:59, Russell Wheeler russellpeterwhee...@gmail.com escreveu: Mario, they have a good google group maybe

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
Nah, download hackers keyboard. Free app, and has all the necessary keys to code with. e.g. esc, ctrl, cursor keys. I use it on both my Nexus 7 and Galaxy Nexus with no hassle. Admittedly on the Galaxy Nexus you need quite good eye sight, but its still totally usable. But a blue tooth

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
Now that I look at prices of higher specced machines, I feel I will put a little extra cash in and go for something more powerful. I was looking at around £150-180 off ebay for a 1Gb 1.66Ghz Atom 10 laptop. However, if I stick another £100-150 on I can prob get a 15 i5 with 4gb on it. I think

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread bob
What is the amazing AID app? On Sunday, December 2, 2012 1:51:14 PM UTC-6, Russell Wheeler wrote: So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get a

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
It's not called amazing AID, its called AIDE and it is amazing! haha https://play.google.com/store/apps/details?id=com.aide.uihl=en It's an IDE that you use directly on your device to code android. You then compile it there and then on your device, install the apk, and test instantly. You

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
Should say AIDE not AID (typo) On Sunday, December 2, 2012 7:51:14 PM UTC, Russell Wheeler wrote: So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get a

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Mário César Mancinelli de Araújo
About AIDE... I'm in travel, just with my tablet and I'm trying to start a small project, but I'm having a problem: how in hell do I add a new layout, which I'm going to use for an AppWidget? Thanks! Em 03/12/2012 16:27, Russell Wheeler russellpeterwhee...@gmail.com escreveu: It's not called

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Marina Cuello
Long press on any layout on the folder where you want the new one. One of the options you'll get is New file... Or just copy and paste another one. Marina On Dec 3, 2012 5:07 p.m., Mário César Mancinelli de Araújo mandaproma...@gmail.com wrote: About AIDE... I'm in travel, just with my tablet

[android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Nobu Games
I develop on a three-year-old notebook using Eclipse and Linux. Emulators for any Android version higher than 2.2 are basically unusable on my machine (I once made the experiment of starting up a Jelly Bean emulator. The screen remained black after 15 minutes so I just killed the process). For

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Mark Phillips
There is an interesting article in Linux Journal - http://www.linuxjournal.com/content/swap-your-laptop-ipad-linode. The author dumped his high powered/heavy laptop for an iPad and a basic linode account. He does all his development using vm, and all his files, compilers, etc. are on his Linode

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Mário César Mancinelli de Araújo
Personally, I feel my productivity would be much less if I didn't use eclipse with all its bells and whistles. Agreed. There are IDEs for tablets, photo editors and so on for Android, but I personally fell lost without a mouse to do many things, mostly for image editing (to create 9-patch files