Hi,
as some of you might know, Google
recently released a new version of the Android SDK. New version which in addition to a number of new API calls and functionalities, also introduces a completely new user interface, at least according to what we found using the included emulators.
Applications built using previous SDKs don't work correctly anymore using this newest one, and this prompted us to
update our first two "goodies" for Android -- GoogHelper and Tipper, which you can find attached to this thread, along with a couple of screenshots.
Unsure where / how to install Tipper.apk and GoogHelper.apk? Step by step instructions below:
1. visit
this link to download the Android SDK
2. once downloaded, unzip it somewhere on your pc. What below assumes you have unzipped it under C:\Android\
3. launch the command prompt (start -> run -> cmd and press enter)
4. type C:\Android\SDK\tools\emulator.exe to start the emulator
5. download Tipper.apk which you'll find attached to this thread, and save it somewhere on your pc (we'll assume you downloaded it on c:\)
6. Install Tipper by typing C:\Android\SDK\tools\adb.exe install c:\Tipper.apk