Auto Message

Auto Message is an application java based for timing text message send. It may send your Short Message Service / SMS as time sets.
It’s also may be used to sending SMS at the time. This apps usefull for sending text message periodically.
Your mobile phone must support java , and support for multitasking java. Because this program need to running as long as you want to sending SMS by the time set before.
Download and Install (more…)
Development and remote installation of Java service for the Android Devices
Written by: Igor Darkov, Software Developer of Device Team, Apriorit Inc.
In this article Iâ??ve described:
Services are long running background processes provided by Android. They could be used for background tasks execution. Tasks can be different: background calculations, backup procedures, internet communications, etc. Services can be started on the system requests and they can communicate with other processes using the Android IPC channels technology. The Android system can control the service lifecycle depending on the client requests, memory and CPU usage. Note that the service has lower priority than any process which is visible for the user.
Letâ??s develop the simple example service. It will show scheduled and requested notifications to user. Service should be managed using the service request, communicated from the simple Android Activity and from the PC.
First we need to install and prepare environment:
After the environment is prepared we can create Eclipse Android project. It will include sources, resources, generated files and the Android manifest.
First of all we need to implement service class. It should be inherited from the android.app.Service (http://developer.android.com/reference/android/app/Service.html) base class. Each service class must have the corresponding declaration in its package’s manifest. Manifest declaration will be described later. Services, like the other application objects, run in the main thread of their hosting process. If you need to do some intensive work, you should do it in another thread.
In the service class we should implement abstract method onBind. Also we override some other methods:
To send system log output we can use static methods of the android.util.Log class (http://developer.android.com/reference/android/util/Log.html). To browse system logs on PC you can use ADB utility command: adb logcat.
The notification feature is implemented in our service as the special runnable object. It could be used from the other threads and processes. The service class has method showNotification, which can display message to user using the Toast.makeText call. The runnable object also uses it:
Code will be executed in the service thread. To execute runnable method we can use the special object android.os.Handler. There are two main uses for the Handler: to schedule messages and runnables to be executed as some point in the future; and to place an action to be performed on a different thread than your own. Each Handler instance is associated with a single thread and that thread’s message queue. To show notification we should set message and call post() method of the Handlerâ??s object. (more…)
Java Apps, Chess – Spruce Chess

Chess is a mental game played by two people. Chess is a person who plays chess, both in game one on one or one against many people (in the informal situation). Before playing, chess chess selecting seeds that will he play. There are two colors that distinguish chess pieces or seeds, that is black and white. Holders of white men started the first step, which in turn followed by black fruit holder alternately until the game was over. (more…)
Notepad , Java Notepad Download Gratis

NotePad is an application which allows you to create, manage and read all sorts of text notes on your mobile handset.
The program allows you to add as many notes as you like, classify them and organize them as you wish for future reference.
NotePad’s simple user interface allows for real ease of use and note-taking in record time! All in all, notepad is a simple, easy to use tool for your cellphone. (more…)
Getting Java apps On A phone
This little “how to” assumes you are among the millions who who use a windows PC to download the desired java programs and then transfer them to your phone (unless your phone has internal memory the Java apps need to be copied onto a micro SD card (or whatever other memory card your phone uses), which is afterwards placed within into your phone). Also, this article is intended to be a basic overview for all cell phones with java, but will most likely be very handy to folks who ever gotten an unbranded phone manufactured in China.
Step 1. Find out if your phone is enabled to run Java applications. For well known branded phones, such as the iPhone, you should see a Java icon or take some to to do a google search. For non brands, make sure to ask your supplier that the purchased device will be able to use java apps. Step 2. Connect your cell phone to your computer via USB. Following that, you should see a removable drive appear in your “My Computer”, just as if you plugged in a USB stick or DMP (digital media player). If your mobile phone comes with both a memory card and internal memory (often a microSD) you will see two removable drives. Make a new folder inside one of the drives with a little bit of extra memory, and call it “java” (this is just to make sure things nice and clean so you won’t have problems finding your programs later, but it really doesn’t matter what you call it). (more…)





