Category: Android

Sky v1.01 (Android Application)

This is an in-depth developer example to show off the new AppWidget framework in the Android 1.5 SDK.

It offers multiple configurations (both a 2×1 and tiny 1×1), and updates four times daily with the latest forecasts. You can also insert multiple widgets to keep track of the weather in different locations. And tapping the widget brings up a detailed forecast for the next few days.

http://code.google.com/p/android-sky/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Intelligent Battery Monitor v3 (Android Application)

A battery monitor for Android. Determines the location of the phone when it is charging. When battery falls below a set level- It checks if the phone is in proximity of a charging location, and sends out an alert if it finds one.

The app detects the location using Wifi signals only. It does not use GPS/Ceullular data. This is a very efficient MicroLocation framework for proximity detection, especially indoors.

Please consider donation if you like this application. Your support is required to continue development of this application.

http://code.google.com/p/intellbatt/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
SMSPopup v0.9.96 (Android Application)

An Android application that intercepts incoming text messages and displays them in a popup window (activity). The popup window shows the contact the message came from and their contact photo (if there is one) as well as the content of the message. Directly from the popup the user is given the option to Close the popup (marking the message read) or Reply to the message (using a system intent).

The more recent versions of SMS Popup also have a full notifications system built in – this allows a user to disable the built in messaging app notifications and use those from SMS Popup. The notifications system has additional options such as custom vibrate pattern, custom LED color and the ability to remind the user of a missed message in case they missed the notification the first time it played.

http://code.google.com/p/android-smspopup/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
SwiFTP v1.11 (Android Application)

SwiFTP is a FTP server that runs on the Android platform. It emphasizes simplicity, ease of use, and small size. It is now considered “stable,” meaning that things should work quite well. If you run in to any problems, please report them and they will be fixed immediately.

http://code.google.com/p/swiftp/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments