Christmas Greeting interactive

Android application contains a window with a background image, which is an invisible button with text that by touch beeps and a few small pictures that by touching switch to another image with a switcher. A nice gift for your loved ones: a Santa Claus winking, yell with laughter and gave gifts, that decorate the […]
Read the rest of this entry »

Slideshow – Sinaia autumn pictures

Android application contains images which runs after another at a certain time set by a timer. The application displays images that guards the resort Bucegi, Sinaia, called the Pearl of the Carpathians, Peles Castle, wonderful panoramas dream.Application (app) for mobile phone can be downloaded from HERE. After downloading, it copies itself to the mobile phone […]
Read the rest of this entry »

Michael dancing

Android application contains a window with an image. When touched anywhere on its surface, begin a frame by frame animation type, which is an animation made up of sequences of images running one after another at a set interval. King of Pop and dance, in an application on your phone. A tribute to an unforgettable […]
Read the rest of this entry »

The bear at the Circus

Android application contains a window that is an image and a button. On reaching the image starts the animation frame by frame type, which is an animation made up of sequences of images running one after another at a set interval. On touching it beeps. The application presents a spectacle of the circus acrobatics, brown […]
Read the rest of this entry »

Christmas Tree Greeting Card

Android application is formed of a window that is animated text and image. Text is animated using animation tween type, in which we used as parameters: change the size and rotation. Gradually move image using a different image transitions. The application is the image of a Christmas tree that is decorated and catch shine under […]
Read the rest of this entry »

Sound recording with different frequencies

Android application has the option of changing the following frequencies: 11025, 16000, 22050, 44100. With the 3 buttons, you can start, stop and play your sound recording. Application (app) for mobile phone can be downloaded from HERE. After downloading, it copies itself to the mobile phone and install. Project with all files (source code) can […]
Read the rest of this entry »

SVG Integration in Android Studio

Tutorial about how to integrate SVG file in Android Studio. Open Android Studio and create a project (see here how). Application name for this example is SVG. In project structure in app -> res  right click  -> New -> Directory create New Directory. Name New Directory: raw. Click here to download the archive with SVG […]
Read the rest of this entry »

Export your app from Android Studio

Tutorial about exporting (generating signed APK) your application from Android Studio for installing on mobile devices. Application is exported with apk extension. Open Android Studio and first project Hello World created here. Choose from menu: Build -> Generate Signed APK… In next window Generate Signed APK Wizard on Key store path choose Create new… Complete […]
Read the rest of this entry »

Create Emulator in Android Studio

Tutorial about how to create your Emulator (Android Virtual Device) or virtual mobile in Android Studio. We open in Android Studio the project “Hello World” created in last tutorial. Click on AVD Manager icon. Next click on Create Virtual Device. In next window we choose New Hardware Profile. In next window write on Device Name: […]
Read the rest of this entry »

Hello World in Android Studio

Tutorial about how to create your first project in Android Studio. See here how to instal Android Studio and then open it and select New Project. Click next. In this example I used “HelloWorld” as the Application name and “first.example.com” as the Company domain. Click next. Check Phone and Tablet and Minimum SDK version choose […]
Read the rest of this entry »