Android programming

Android Text To Speech Application Tutorial - Part 2

In my previous example with my first tutorial, I came up with the image of fading in and out. Now, in this tutorial I will introduce to all of you the power of Basic4Android that convert the text to become a speech. Before we begin with the code you must need to have three buttons for speech, clear, and exit, and the other one is the EditText(Textbox).

Android Image Fading Animation Tutorial - Part 1

In this tutorial we will use the designer to create the layout. The layout includes an ImageView and Buttons. The user needs to have five buttons for FadeIn, FadeOut, FadeOutIn, FadeInOut, InfinityFade. The user presses on the button to interact with the Image. I name my 5 buttons as b1, b2, b3, b4, b5, correspondingly. When the user presses the button b1, the ImageView will fade in automatically with respect to the number of milliseconds coded by the user.

Simple Messaging in Android ( SMS Sending and Receiving)

Hi there!This is my Simple SMS Sending and Receiving in Android Programming and will be the very first ever program in android posted here. Anyway, Talking about this application and the source-code . I developed this using Basic4Android ( the simplest and most powerful Rapid Application Development (RAD) tool available for the Android platform . I must say as a .Net Developer Basic4android is a good tools for Android and I'm loving it. So you should try this software first. ) The .zip file includes the full Source-code and the output ( .apk application file ), so that it.