Easy Tutorial step by step with free source code: play videos from YouTube playlist using YouTube Android Player API in Android Studio version 1.5.1. Learn how to download and import YouTube Android Player API and how to Register your app using YouTube Android Player API and obtain API Key. Create new project with Application name: […]
Read the rest of this entry »
Tutorial step by step with free source code: how to zoom photo with scale animation on Image View in Android Studio version 1.5.1. Create New Project with Application name: Zoom photo; Minimum SDK: API 10 – Android 2.3.3 (Gingerbread). Add a picture from your computer in drawable folder, with name: photo.jpg. Create an ImageView in activity_main.xml […]
Read the rest of this entry »
Tutorial step by step with free source code, pictures and video: how to set viewFlipper as live wallpaper on a button click in Android Studio version 1.5.1. The idea of this project is to have two activities: in first the button, which on click will open the second activity where the slideshow with live wallpapers […]
Read the rest of this entry »
Tutorial step by step with free source code: how to make a slideshow, with ViewFlipper, displaying pictures with next and prev buttons in Android Studio version 1.5.1. Create New Project with Application name: Slideshow Next Prev; Minimum SDK: API 10 – Android 2.3.3 (Gingerbread). Add pictures as many as you want from your computer, in […]
Read the rest of this entry »
Tutorial step by step with free source code: how to make a slideshow (display pictures one after another), with ViewFlipper starting only on your click on screen, in Android Studio version 1.5.1. Create New Project with Application name: ViewFlipper on Click; Minimum SDK: API 10 – Android 2.3.3 (Gingerbread). Add 5 pictures from your computer, […]
Read the rest of this entry »
Learn to Build APK of your project in Android Studio 1.5.1 and export app. After exporting, you copy .apk file in your mobile device and install application. Check next tutorials to learn all about Android. For further questions leave a message.
Read the rest of this entry »
Tutorial step by step Image Display with ImageView in Android Studio version 1.5.1 example. Copy-paste a picture from your pc, in drawable folder. Drag and drop ImageView in activity_main.xml file, then double click on ImageView and choose the location of your picture. <ImageView android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:id=”@+id/imageView” android:layout_centerVertical=”true” android:layout_centerHorizontal=”true” android:src=”@drawable/pic”/> Video tutorial Check next tutorials to […]
Read the rest of this entry »
Learn how to use WebView xml file to get data from website in Android Studio version 1.5.1, complete tutorial step by step. Create New Project with Application name: WebView; Minimum SDK: API 10 – Android 2.3 (Gingerbread). In app->res->layout->activity_main.xml add the WebView with code: <WebView android:id=”@+id/webview” android:layout_width=”match_parent” android:layout_height=”match_parent”/> In app->java->MainActivity complete the […]
Read the rest of this entry »
Tutorial Android Studio Editor Menu Font Size increase or decrease: File -> Settings -> Appearance & Behavior -> Appearance and from here choose what size you wish for menus of Android Studio. Check next tutorials to learn all about Android. For further questions leave a message.
Read the rest of this entry »
Tutorial Android Studio Editor Font Sizing of the code displayed. Method 1: File -> Settings -> Editor -> Colors&Fonts ->Font Method 2: File -> Settings -> Editor -> General check Change font-size with CTRL + Mouse Wheel Change Console font. Check next tutorials to learn all about Android. For further questions leave a message.
Read the rest of this entry »