The Museum of HP Calculators

HP Forum Archive 19

[ Return to Index | Top of Index ]

Anyone have an Android phone?
Message #1 Posted by Tim Wessman on 1 Sept 2009, 11:22 p.m.

Download the android developer contest judging application when it is available. You may find something fun to review among the many submissions.

TW

Edited: 1 Sept 2009, 11:23 p.m.

      
Re: Anyone have an Android phone?
Message #2 Posted by Bruce Bergman on 2 Sept 2009, 12:16 a.m.,
in response to message #1 by Tim Wessman

PLEASE consider the Palm Pre (WebOS). The ones that are currently available are pure crap. It's painful.

thanks! bruce

            
Re: Anyone have an Android phone?
Message #3 Posted by tim wessman on 2 Sept 2009, 11:20 a.m.,
in response to message #2 by Bruce Bergman

The problem with webOS is that they don't have a good sdk and many capabilities are crippled. For example, you can't read or write a file. Converting everything to javascript wouldn't be fun either. If they ever get around to making c/java/anything else into a non grueling porting experience they will have a lot more applications.

TW

      
Re: Anyone have an Android phone?
Message #4 Posted by Eric Rechlin on 2 Sept 2009, 1:01 a.m.,
in response to message #1 by Tim Wessman

I fully intend to get the HTC Hero, assuming it arrives on Sprint next month. It's the first smartphone that I can truly say looks like it will be good. My current mobile phone is 8 years old, so this will be quite the upgrade.

I also plan to use it as a development platform. Once I have two other higher-priority projects finished I intend to make a *good* calculator for it.

            
Re: Anyone have an Android phone?
Message #5 Posted by hugh steers on 2 Sept 2009, 8:36 a.m.,
in response to message #4 by Eric Rechlin

Do you know if there's documentation to develop native code for android now?

when it came out, i looked into it and java was the only supported development environment. I dont mind writing java for front ends, but i'd like to have native code back ends for all my existing libs.

                  
Re: Anyone have an Android phone?
Message #6 Posted by Eric Rechlin on 2 Sept 2009, 5:32 p.m.,
in response to message #5 by hugh steers

I haven't looked into it yet, but I would imagine it shouldn't be too difficult.

What you have is basically a Linux computer on an ARM chip, so you should be able to develop whatever you want on your PC and cross-compile it with GCC. Then you could call the native code from a Dalvik wrapper.

If you prefer .NET, I believe Mono has been ported over as well. That's what interests me most, to be honest, as most development I do these days is in .NET, but I think that the state of Mono on Android is a bit primitive right now.

                        
Re: Anyone have an Android phone?
Message #7 Posted by Tim Wessman on 2 Sept 2009, 7:07 p.m.,
in response to message #6 by Eric Rechlin

You can wrap c/c++ in wrappers and use them directly, and they just released a native code compiler (with the downside that development is a lot trickier and you don't have access to system OS calls).

TW


[ Return to Index | Top of Index ]

Go back to the main exhibit hall