Auto Message

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

Posted in: aplikasi java |

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…)

Notepad , Java Notepad Download Gratis

Posted in: aplikasi java, java, tools java, touch screen |

notepad for java

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…)

Outsourcing Java development to India

Posted in: aplikasi java |

Today, people understand that they can use outsourcing to lower costs and improve quality. Outsourcing is, however, far more than just a way to reduce costs and improve the efficiency of current operations. Outsourcing to India can transform traditional business operations into supercharged value-creating engines generating better solutions for customers and greater returns for shareholders.

Activities that do not form part of a company’s competitive positioning is outsourced to firms in India who can do them better. A single company can’t be master of all skills in IT services.

Java is a strong and standalone programming language that simplifies development and operation of application software in less time and money. It has evolved as the foremost development platform in terms of modulation and component-oriented architecture. The quality of Java is it’s portability and scalability, which transforms itself according to business requirement, so this quality makes Java superior to other programming languages. (more…)

Java Developers

Posted in: aplikasi java |

At Aegis , we offer you the chance of a lifetime for permanently hiring from our extensive resource of experienced Java software professionals for the benefit of successfully developing and maintaining your business projects.

All our Java Developers are well qualified with excellent communication and analytical skills and with considerable experience in their respective areas of expertise.

Developers are equipped with high end Workstations with the latest software and tools installed for constancy in their work. All communication channels like MSN, Yahoo, AOL, and SKYPE are available with the developers for easier transfer of information & communication during projects.

Why Aegis:

Continuous commitment to Java platform since the foundation of our company, which makes us the best choice of an expert in Java development and integration solutions.

A motivated team with a strong technical background and commitment to excellence, which ensures efficient work and delivery of high-quality software. We undertake projects both large and small and tailor the solution to meet the budget and the deadlines. Java has many advantages, not least of which is that there are many open source projects that provide industrial-strength foundations on which to build cost-effective solutions.

our Java expertise was complemented by a broad range of experience. Today we operate in a spectrum of sectors and are able to bring a depth of knowledge to all our projects. We offer Dedicated Development Services & Consultancy on Java Platform. At Aegis we have pool of Expertise to get any size Big or Small Java application done. (more…)

Page :1234510...Last »