Android

Toast Notifications in Android Application

Submitted by pavel7_7_7 on
In this tutorial you will find the information about how to use toast notifications in your Android Project. Toast notification is a message that appears in your application window. The size of this notification is exact as needed to show all the information of the message. After it is show, Toast Notification disappears. In the most cases is used to show a short text message. To show the Toast Notification you need to initialize the object of the Toast.

Android Calculator

Submitted by pavel7_7_7 on
This tutorial is about the process of creating a calculator for android using Eclipse. A good example of an application for beginner Android developers is the process of creating an own calculator application. The first step of this project is creating of new Android project with blank activity.