January 2, 2010
In Part One of Starting Android Development, we discussed setting up your project in Eclipse. Now it’s time to explain exactly what’s going on and how Android development works. This information will help you keep things in perspective as you program, and it will help you when it comes to debugging time.
Let’s take a look ...
Tags: Andriod, Android Developer Center, developer tips, development, eclipse, Programming, SDK, startingAndroid Development Corner, Programming
August 2, 2009
Here’s a site I’ve enjoyed the use of. Android Competency Center is a android related blog that focusses on just that; being competent in programming for Android.
Tutorials include helpful snippets about:
Audio Support in Android
Starting Service at Boot
SMS Handling via Android API
Much More
Lately I’ve found myself relying on this site more and more for simple tutorials ...
Tags: android, Programming, tutorial, websiteProgramming, Website Review
July 28, 2009
Here’s a little low-level tutorial that I think will make your lives easier. What the use in enabling your SD card in a development environment, if you don’t know how to read / write to said drive? Well have no fear. Here’s a condensed, simple method for doing just that.
private void WriteToFile(String what_to_write) { ...
Tags: access SD Card, android, Programming, read files, reference, SD card, tutorial, write filesDroidTips, Programming