Slides from Seattle Android Developers Meetup
Here are the slides from a presentation on GOTO given at the Seattle Android Developers Meetup on August 17th, 2010:
Here are the slides from a presentation on GOTO given at the Seattle Android Developers Meetup on August 17th, 2010:
Google introduces new voice command features for Android allowing common actions to be spoken. I like the direction they’re going with this.

Enough Software just released the 5th edition of their Mobile Developer’s Guide To the Galaxy PDF. A good read that gives you a quick overview of the various mobile platforms, capabilities, and development to publishing workflow.
Great post on the Android Marketplace, the publishing process, and resources for developers:
So you’ve published an iPhone app, and an iPad app, and are looking to expand your market. Or maybe you arnt such a big fan of Apple and simply want a different platform to publish on. The natural choice for many has become the Android operating system. What is it? What is the market like? Can I make money as an app developer on Android? What are the rules for Android apps?
There are a number of great articles and research that have been published online about this, but it does not seem to all be in one place, so the team at Appency decided to gather as much relevant Android information as possible and put it all down in one place. Mind you – most of this is copy/paste directly from other articles, and we have made sure to provide links back to the original information. Enjoy!

I don’t have to tell you mobile apps are hot right now. It’s an exciting technology area to be involved with and Android is one of the platforms generating considerable momentum. If you have some Java programming experience or want to learn it, the Android platform provides one of the shortest ramp-ups in mobile app development.
This post will provide you with a super-fast technical overview of the Android platform and underlying technology and will help you get up and running with the tools for development. If you are completely new to Java you might want to start with some Java tutorials first to get your feet wet. With that out of the way, let’s get started.
Android is a mobile devices software stack including OS, middleware, and applications. The Android SDK provides the tools and API’s for development in Java.
Features:

Android Stack Block Diagram
You don’t need anything other than a computer and internet connection to get set up for Android development. The Android development tools are free to download and use. Development can be done on any of the following operating systems:
Getting started is pretty straight forward but there are several steps involved and a lot of details on Google’s Android Developer website that might make it a challenge to keep everything straight. I’ve put together a list of steps you can follow in order to get up and running as quickly as possible.
Once you’ve successfully downloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:
Select Window > Android SDK and AVD Manager.
Once you’ve successfully downloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:

The Android SDK Available Packages panel
Determining which version to develop for depends on what features you want to use from the SDK and how broadly you want to distribute your app. See this page for the breakdown of Android devices and OS versions: http://developer.android.com/resources/dashboard/platform-versions.html
New platforms are automatically saved into the <sdk>/platforms/ directory of your SDK; new add-ons are saved in the <sdk>/add-ons/ directory; samples are saved in the <sdk>/samples/android-<level>/; and new documentation is saved in the existing <sdk>/docs/ directory (old docs are replaced).
You’re now all set to start Android development!
The best way to learn Android Development is by doing and reading code. Read lots of code and try to understand how it works, try it yourself and make modifications. As Android is an open source platform there is a great deal of code out there online that you can browse through. This will be helpful as you think of ideas for your own projects. Here are some additional tips and resources:
GOTO is featured as part of an Android vs. iPhone story by Todd Bishop:
Android vs. iPhone: How Google is winning hearts of developers

GOTO is the ultimate lock screen for Android. Visit the app website at www.gotoandroidapp.com to learn more.
Hello and welcome to the new InnoWeb Tech website! We’ve taken some time to revamp our website design and add some new capabilities including this blog.
We’ll be using the blog to keep you up to date on our newest developments and stay in touch with those who have been following our work.
Please feel free to contact us if you have any questions or suggestions for improvements as we roll out the new site.
Recent Comments