Creating first Android Project – Hello World in Android Studio 1.4

See here the tutorial for downloading and installing Android Studio version 1.4. Complete tutorial for creating your first project,  a basic “Hello World“,  in Android Studio version 1.4. Project settings: Application name: My first application Company Domain: toyo.example.com Package name: com.example.toyo.myfirstapplication Minimum SDK: API9 – Android 2.3 (Gingerbread) Blank Activity See here next the tutorial how […]
Read the rest of this entry »

Download and install Android Studio version 1.4

Complete tutorial for downloading and installing Android Studio version 1.4. 1. Download and install JAVA from here. 2. Download and install JDK 6 or higher from here. 3. Download Android Studio version 1.4 for Windows 8/7/Vista (32 or 64-bit) from here. Follow video tutorial. In video above you will see: 00:00 Download Android Studio 1.4 […]
Read the rest of this entry »

YES or NO

Android application who random shows images in ImageView on click. Are you undecided? You have questions that you don’t know whether to answer YES or NO? This application will help you find the answer to all your questions by letting faith decide for you. ASK YOURSELF A QUESTION ON YOUR MIND AND LET THE FAITH […]
Read the rest of this entry »

Get data from website

Tutorial about how to get data from website with WebView in Android Studio. Open Android Studio and create a project (see here how). Application name for this example is WebView. In MainActivity.java write the following code: package com.view.web.webview; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class MainActivity […]
Read the rest of this entry »

Enjoy Christmas

 Android application opens a window in which we have a Christmas decoration stories. We adorn the Christmas tree with globe as we want, we can open the presents under the Christmas tree and listen Santa’s wishes for holidays . The application contains several types of animations: rotate, fade in, fade out and switchers, sounds and animated […]
Read the rest of this entry »

Doo Doo Magic

 Doo Doo Magic application opens a window (3D surface) that is drawn by using Open GL, a 3D cube that rotates to touch it, then enter the next window (2D surface) where monkey appears animated using animation tween type. When touched on the monkey, it is animated using animation frame by frame type. Application (app) […]
Read the rest of this entry »

Magic Forest application

 App Magic Forest has four windows: 1) The first window is the OpenGL 3D animated cube, which rotates until stop it with a touch on any face of the cube; 2) The second window is a scene in a forest, where we find different characters; 3) The third window is a scene where the main […]
Read the rest of this entry »

New Year Greeting interactive

Android application opens with a picture window in the background, in which there are two buttons which lead by touch to two other associated windows, which are animations switcher type (only switches between two images of the same window, of which, at a given time only one is shown) and a push button sound. A nice […]
Read the rest of this entry »