Technology, startups, health & entrepreneurial tidbits

Tag Archives: dummies

Android App Dev For Dummies: USB Driver Installation

Recently Google Updated their SDK to Version 9 and along with it came some other changes. One such change is the movement of the USB Driver installation location. New USB Driver Install Location On page 50, on Figure 2-25 of the Android Application Development For Dummies book I reference the USB driver to be insideContinue Reading

Dummies Book: SDK Path

If you have a copy of my Android Application Development for Dummies book, then you might run into an issue with a recent update to the SDK. The recent SDK, moves the adb executable (Android Debug Bridge) and Eclipse will need to be updated in order to reflect the proper placement of the new ADTContinue Reading

Beyond Dummies: Improving Performance on the ListView

In my Android Application Development for Dummies book, I cover working with list views. The example I provided works excellent and you can follow along in the book to implement the given example. This post is about how you can improve the performance of the ListView and its items. When rendering a list view inContinue Reading