Posts tagged cupcake

Tip Calculator 1.0.2 Published

I would like to announce the upgrade to my old Tip Calculator! The 1.0.2 release is now Cupcake friendly (yes, a little old, but I haven’t been able to do much of anything since before the 1.5 release). It also got a little UI rearrangement as I have had my application localized into several languages. I would like to thank the following people for their help in localizing my application:

German: Sabine Weiten
Dutch: Bieneke Berendsen
Italian: Meri Zeri
Swedish: Anders Loefgren
Portuguese: Sara Silva
Spanish: Rodolfo Castro
Russian: Dmitry Ivakin

You can find a screenshot of the updated application below.

1_land_initial_view

Demo App – Get Headers

One of my best friends has recently gotten the itch to develop an application for Android, but he had nowhere to start really. Sure, there is PLENTY of documentation, he could even mess around with the API Demos included in the SDK. Instead, he had an idea, and wanted to try and build it out in Android.

He successfully wrote his application in Java, but wasn’t sure yet how to make that into an Android application. I was focused on showing him the basics of an Android application, like how to detect when an object has been clicked, or how to make an object view appear/disappear. I even introduced him to some intermediate things like running threaded processes behind something else.

I wrote the application for him and gave him the working copy along with the source code so that he could see how he could transform his simple Java application into an Android application.

The application itself is called ‘Get Headers’. Very simply put, when you input a URL into the URL field and click ‘Get Headers’, it sends a request to the URL, and whatever comes back is displayed below the buttons. Here are some screenshots below:

I was considering releasing the code to the public in this post, but instead I’ll let my friend work at it, because I’ve intentionally left him a few gotcha’s that I hope he’ll find and fix. I’ve had and still do have some very serious things going on in my life right now, hence the lack of posts, but when I have something on my mind or if I have an application announcement, feel free to check in!

One thing I’m interested in knowing is.. how are you all finding the new 1.5 update in relation to the applications in the marketplace? Do you find that it has greatly improved the quality? slowed it down? made no difference at all? I’d like to know!

Happy New Year

Happy New Year to everyone! 2009 looks to be a great year for Google’s Android. Here are some of the things we can look forward to in the very near future:

  • International expansion of the Android Market.
  • Priced applications in the Android Market.
  • Further development and deployment of the “cupcake” release of Android.
  • Possible Android netbooks going mainstream.
  • Additional handsets to use Android.

All of these are really exciting opportunities for not only end-users, but also for us developers! I’ve been waiting in earnest for the updates to the Android Market, and have been looking forward to having the market expand to many other countries.

One of the new additions I will be really excited to see get released soon is the “cupcake” branch of Android. This release will bring many much needed updates to the current system, as well as add several new features, namely stereo bluetooth support, video capturing and (drumroll, please…) a touchscreen keyboard! Also in this branch will be additional localization support, so the user may be able to choose between different languages. I’ve already begun the process of localizing my existing application, as well as begun to work on localization support for my unreleased applications.

So, it looks as though there are some really awesome things in the pipeline for everyone this year! Look forward to some nice things from myself with the upcoming changes to Android!

Go to Top