Page 2 of 2 [ 18 posts ]  Go to page Previous  1, 2

Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 73,382
Location: Over there

22 Dec 2011, 7:11 pm

Once you've rooted it you can log onto it like any other Linux box (actually you can do that without rooting but you can't really do much).
It's so familiar it's almost an anti-climax after that. :lol:
Android apps are developed on a "real" PC where they can also be run in an emulator for testing/debugging (it's a bit sluggish but does the job well enough). Actually they can be debugged while running on the phone too, with the PC calling the shots.
So there's probably not much need to connect a full-sized keyboard to a smartphone because of that.

@HalibutSandwich: I used the PIC microcontrollers from Microchip so I've not really looked at the Arduino.
That board looks interesting though - checking the circuit it seems to be just a "USB to something programmable and more useful" interface so yeah; the Android app would do the grunt work (user interface, WiFi etc) and output stuff via USB to the interface for further processing/activity.
(think I'd probably do it with a PIC controller though! :wink: )

The ADK is probably best thought of as the equivalent of a typical Linux toolchain/dev environment - plus "quite a few" bells & whistles - so it would mostly be a case of doing what you'd normally expect to do (ignoring different environment, changed working methods and so on), but with a specific hardware API instead of a more variable PC version.


_________________
Giraffe: a ruminant with a view.


HalibutSandwich
Snowy Owl
Snowy Owl

User avatar

Joined: 1 Oct 2011
Gender: Male
Posts: 139
Location: On the hairy end.

22 Dec 2011, 7:30 pm

Madbones wrote:
I could use Linux Terminal to do some web development if I install Apache (Or the next best alternative).
Not sure how far you can go with this. Running a Terminal Emulator is easy enough. Here's "top" running on my Legend:
Image

You can do some scripting in Python, Ruby, javascript etc using SL4A: http://code.google.com/p/android-scripting/
And I found this project to add PHP support to SL4A but aren't sure how well it works: http://phpforandroid.net/