<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aldeniz Rashidov &#187; Categories &#187; Android</title>
	<atom:link href="https://blog.aldeniz.eu/?cat=10&#038;feed=rss2&#038;lang=en" rel="self" type="application/rss+xml" />
	<link>https://blog.aldeniz.eu</link>
	<description>Personal blog</description>
	<lastBuildDate>Tue, 25 Apr 2017 16:52:54 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Development of Android applications with Eclipse (part 3)</title>
		<link>https://blog.aldeniz.eu/?p=420</link>
		<comments>https://blog.aldeniz.eu/?p=420#comments</comments>
		<pubDate>Tue, 25 Apr 2017 16:52:54 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Android Virtual Device]]></category>
		<category><![CDATA[AVD]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://blog.aldeniz.eu/?p=420</guid>
		<description><![CDATA[Android Virtual Device (AVD) manager. Launching of AVD Aldeniz Rashidov, www.aldeniz.eu &#160; In this section, I will introduce you how to create Android Virtual Device (AVD) for debugging of your applications with Android emulator in Eclipse. Eclipse is an integrated development environment, which used to develop Android and Java applications and provides the ability to ... <p class="moree"><a class="more" href="https://blog.aldeniz.eu/?p=420">Read more <i class="fa fa-arrow-circle-right"></i></a></p>]]></description>
				<content:encoded><![CDATA[<p align="center"><span style="font-family: helvetica,arial,sans-serif;"><b><span style="font-size: 14pt;"><span style="color: #ff6600; font-family: verdana,geneva,sans-serif;">Android Virtual Device (AVD) manager. Launching of AVD</span><br />
</span></b></span></p>
<p align="center">Aldeniz Rashidov, <a href="http://www.aldeniz.eu" target="_blank">www.aldeniz.eu</a></p>
<p>&nbsp;</p>
<p>In this section, I will introduce you how to create Android Virtual Device (AVD) for debugging of your applications with Android emulator in Eclipse. Eclipse is an integrated development environment, which used to develop Android and Java applications and provides the ability to create, compile, and set up Java programming code.</p>
<p><strong>1. </strong> <strong>Preparing to install a virtual device</strong></p>
<p>Some of the packages (images) in the different Android SDK APIs are used for debugging of applications on the Android emulator and need to be installed (Figure 1).</p>
<p align="center"><img src="../wp-content/uploads/avd/image001.png" alt="" border="0" /></p>
<p align="center">Fig. 1. Packages in Android SDK, needs for applications debugging</p>
<p>For example in API 24, these are the following packages:</p>
<ul>
<li>Android TV Intel x86 Atom System Image;</li>
<li>ARM 64 v8a System Image;</li>
<li>ARM EABI v7a System Image;</li>
<li>Intel x86 Atom_64 System Image;</li>
<li>Intel x86 Atom System Image.</li>
<li>Google APIs ARM 64 v8a System Image;</li>
<li>Google APIs ARM EABI v7a System Image;</li>
<li>Google APIs Intel x86 Atom_64 System Image;</li>
<li>Google APIs Intel x86 Atom System Image.</li>
</ul>
<p>Usually, these packages are installed further from Android SDK Manager before starting the emulator. You may install the additional packages from an Android SDK by launching an <strong>Android SDK manager</strong> using Android SDK manager from Window menu in Eclipse (fig 3).</p>
<p>In case of you will start the emulator on PC with AMD CPU and will developed application for phone or tablet then can choice package <strong>ARM EABI v7a System Image. </strong>If you use PC with Intel CPU and will developed application for phone or tablet then can choice package<strong>Intel x86 Atom_64 System Image</strong> or package <strong> Intel x86 Atom System Image. </strong>The packages-images, which names begins with prefixes <strong>Google APIs</strong> (for example <strong>Google APIs Intel x86 Atom System Image</strong>) are choices when in your application are used services or functions of <strong>Google</strong>.</p>
<p>When you use <strong>Intel x86 Atom_64 System Image</strong> or <strong>Intel x86 Atom System Image</strong> is necessary to add the package <strong>Intel x86 Emulator Accelerator (HAXM installer) </strong> (fig. 2). Otherwise, with this image, the emulator will not be start. Choosing and downloading of package will not installed HAXM. To be use HAXM you must install it from folder extras (<br />
{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe) of Android SDK.</p>
<p align="center"><img src="../wp-content/uploads/avd/image002.png" alt="" border="0" /></p>
<p align="center">Fig. 2. Package Intel x86 Emulator Accelerator (HAXM installer)</p>
<p>When SDK Manager for any reason does not allow you to download this package, you may use an address <a href="https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement"> https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement </a> from site of Intel® with resources for Android (Intel® Hardware Accelerated Execution Manager, <a href="https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager?page=3"> https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager?page=3 </a> ). The package is archived (<strong>haxm-windows_v6_1_1.zip</strong>), and must be extracted in some folder and then installing with <strong>intelhaxm-android.exe.</strong></p>
<p>When is not possible starting the emulator with<strong>Intel x86 Atom_64 System Image</strong> or <strong>Intel x86 Atom System Image </strong>on PC with Intel CPU you can be use package (image) for AMD CPU, which is more slowly by speed in this case.</p>
<p>Option to startup Emulator without use the <strong>Intel x86 Emulator Accelerator</strong> package is only available when if from command prompt (console) in <strong>tools</strong> folder of SDK run:</p>
<p>C:\Users\IEUser\android-sdks\tools&gt; <strong>emulator -avd <em>name</em> -memory 512 -no-accel -gpu off</strong></p>
<p><strong><em>name</em></strong> is name of Android Virtual Device (AVD), which you created in AVD Manager (Windows menu of Eclipse).</p>
<p>You can use this option if your computer or system does not support virtualization, or when using the emulator via VMware or Virtual Box.</p>
<p><strong>2. </strong> <strong>Starting of</strong> <strong> Android Virtual Device manager using Android Virtual Device Manager </strong> <strong>from menu Window </strong> <strong>в </strong> <strong>Eclipse</strong></p>
<p align="center"><img src="../wp-content/uploads/avd/image003.png" alt="" border="0" /></p>
<p align="center">Фиг. 3. Starting of <strong>Android Virtual Device manager</strong></p>
<p><strong>3. </strong> <strong>Defining of new physical device</strong></p>
<p>Before create a new virtual device, you need to specify the physical device on which it will be based. You can select a device from the list in the <strong>Device Definitions</strong> section of <strong>AVD Manager</strong> (for example, <strong>Galaxy Nexus</strong> by Google) or define your own (fig. 4). Defining a new physical device is done by using the button <strong>Create Device</strong>.</p>
<p align="center"><img src="../wp-content/uploads/avd/image004.png" alt="" border="0" /></p>
<p align="center">Fig. 4. Defining of new physical device</p>
<p>Must be defined the basic parameters for the device &#8211; diagonal size, resolution, sensors and more (fig. 5).</p>
<p align="center"><img src="../wp-content/uploads/avd/image005.png" alt="" border="0" /></p>
<p align="center">Fig. 5. Defining of parameters of the new physical device</p>
<p><strong>4. </strong> <strong>Creating of the new virtual device</strong></p>
<p>Creating new virtual devices is done by using the button<strong>Create</strong> (fig. 6)<strong>from Android Virtual Devices section </strong>in <strong>AVD Manager</strong>. It is possible to clone an already created virtual device after you mark the desired virtual device and use the <strong>Edit</strong> button.</p>
<p align="center"><img src="../wp-content/uploads/avd/image006.png" alt="" border="0" /></p>
<p align="center">Fig. 6. Creating of new virtual device</p>
<p>Some of the most important parameters to be established are the following (fig. 7):</p>
<ul>
<li>Name of virtual device (AVD Name);</li>
<li>Based physical device (Device);</li>
<li>Android version (API) (Target);</li>
<li>Package-image for a corresponding CPU (CPU/ABI);</li>
<li>Using keyboard of PC (Hardware keyboard present);</li>
</ul>
<p>The Skin is a parameter that used to achieve the closest visual identity to the actual device and usually provided by the manufacturer. For example, Samsung offers skin for its devices at <a href="http://developer.samsung.com/galaxy/emulator-skin#"> http://developer.samsung.com/galaxy/emulator-skin# </a> . Installing of some skins is done after as downloaded archive file is unzipped into a separate subfolder of the <strong>skins</strong> folder on a selected platform in <strong>SDK</strong>. The downloaded Samsung Galaxy S4 image (<strong>Galaxy_S4_White.zip</strong>) can be unzipped for use with the API 24 in a folder <strong>{SDK_FOLDER}\</strong><strong>platforms</strong><strong>\</strong><strong>android</strong><strong>-24\</strong><strong>skins</strong><strong>\</strong><strong>galaxy</strong><strong>_</strong><strong>s</strong> <strong>4</strong>. The parameters for RAM, internal storage and SD Card should be set according to your preferences and the real possibilities of the system.</p>
<p align="center"><img src="../wp-content/uploads/avd/image007.png" alt="" border="0" /></p>
<p align="center">Fig. 7. Parameters at creating of new virtual device</p>
<p><strong>5. </strong> <strong> Launch the selected virtual device and launch of Android emulator </strong></p>
<p>Starting of Virtual devices is done by using the <strong>Start</strong> button (fig. 8) in <strong>Android Virtual Devices</strong> section from <strong>AVD Manager</strong>. Before booting the Android emulator, you can change some parameters in <strong>Launch Options</strong> dialog box. Launching emulator is performed using the <strong>Launch</strong> button (fig 9).</p>
<p align="center"><img src="../wp-content/uploads/avd/image008.png" alt="" border="0" /></p>
<p align="center">Fig. 8. Launching of the created virtual device</p>
<p align="center"><img src="../wp-content/uploads/avd/image009.png" alt="" border="0" /></p>
<p align="center">Fig. 9. Starting of emulator</p>
<p>Launching of Android emulator take up to a few minutes, depending on your system resources (fig. 10 and fig. 11).</p>
<p align="center"><img src="../wp-content/uploads/avd/image010.png" alt="" border="0" /></p>
<p align="center">Fig. 10. Launching of android emulator</p>
<p align="center"><img src="../wp-content/uploads/avd/image011.png" alt="" border="0" /></p>
<p align="center">Fig. 11. Successfully launched Android emulator</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.aldeniz.eu/?feed=rss2&#038;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development of Android applications with Eclipse (part 2)</title>
		<link>https://blog.aldeniz.eu/?p=403</link>
		<comments>https://blog.aldeniz.eu/?p=403#comments</comments>
		<pubDate>Sun, 23 Apr 2017 15:36:01 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://blog.aldeniz.eu/?p=403</guid>
		<description><![CDATA[Installation of Android SDK Aldeniz Rashidov, www.aldeniz.eu &#160; In this section, I will introduce you how to install the Android Application Development Toolkit (Android SDK) in Eclipse under Windows OS. Eclipse is an integrated development environment, which used to develop Android and Java applications and provides the ability to create, compile, and set up Java ... <p class="moree"><a class="more" href="https://blog.aldeniz.eu/?p=403">Read more <i class="fa fa-arrow-circle-right"></i></a></p>]]></description>
				<content:encoded><![CDATA[<p align="center"><span style="font-family: helvetica,arial,sans-serif;"><b><span style="font-size: 14pt;"><span style="color: #ff6600; font-family: verdana,geneva,sans-serif;">Installation of Android SDK</span><br />
</span></b></span></p>
<p align="center">Aldeniz Rashidov, <a href="http://www.aldeniz.eu" target="_blank">www.aldeniz.eu</a></p>
<p>&nbsp;</p>
<p>In this section, I will introduce you how to install the Android Application Development Toolkit (Android SDK) in Eclipse under Windows OS. Eclipse is an integrated development environment, which used to develop Android and Java applications and provides the ability to create, compile, and set up Java programming code.</p>
<p><strong>A. </strong> <strong>Installation of Android SDK through Eclipse</strong></p>
<p>1. Choice of option <strong>Install new SDK</strong> in dialog window, which visualize after successfully installation of Eclipse IDE (fig. 1). It is necessary setup folder for installation of Android SDK. Button Finish start processing of installation on last SDK version. In case that SDK installed, in filed Existing Location, you can set base folder.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image001.png" alt="" border="0" /></p>
<p align="center">Fig. 1. Installation of Android SDK</p>
<p>2. Choice of the base (required and mandatory) packages on Android SDK for installation and accept of the license agreements (fig. 2). The button <strong>Install</strong> chooses next step at process of installation.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image002.png" alt="" border="0" /></p>
<p align="center">Fig. 2. Choice of the base (required and mandatory) packages by Android SDK</p>
<p>3. Choice of additional packages of SDK for installation (fig. 3 and fig. 4). Notice for installing these packages is generate from installation process, because there are necessary for developing and testing Android applications (fig. 3).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image003.png" alt="" border="0" /></p>
<p align="center">Fig. 3. Notice for installation of additional packages of SDK</p>
<p align="center"><img src="../wp-content/uploads/sdk/image004.png" alt="" border="0" /></p>
<p align="center">Fig. 4. Choice of additional packages for installation</p>
<p>In case of you skip to select these packages and closes the reminder window, you can later use the option <strong>Android SDK Manager</strong> from menu Windows of Eclipse to continue. The additional packages are important at developing and testing of the Android applications and without them practically is not possible to continue.</p>
<p>Figure 5 shows packages, which provides features for development of application for versions 7.1.1, 7.0 and 5.0.1 of Android.</p>
<p>The base package in each separate version, which provides development of applications, is <strong>SDK Platform</strong>. When developing apps for different versions of Android, you need to select the appropriate package of <strong>SDK Platform</strong> for the version you want. It is recommended to add an SDK platform for some older versions of Android, such as 5.0.1 (API 21).</p>
<p>Here is a preview of the more important features of some versions:</p>
<ul>
<li>API 25 (Android 7.1.1)<br />
&#8211; New Professional Emoji; Round Icon Resources; Improved VR Thread Scheduling; Image Keyboard Support.</li>
</ul>
<ul>
<li>API 24 (Android 7.0)<br />
&#8211; Multi-window Support; Notification Enhancements; Multi-locale Support; More Languages.</li>
</ul>
<ul>
<li>API 23 (Android 6.0)<br />
&#8211; Runtime permissions; Doze mode and App Standby; Text Selection; BoringSSL; APK Validation.</li>
</ul>
<ul>
<li>API 21 (Android 5.0)<br />
&#8211; Massive changes; Material design style; Screen capturing and sharing; Multiple network connections.</li>
</ul>
<ul>
<li>API 19 (Android 4.4)<br />
&#8211; New NFC smart card capabilities; Printing framework; Storage access framework; New ways to build beautiful apps; Screen recording.</li>
</ul>
<ul>
<li>API 18 (Android 4.3)<br />
&#8211; Notification Listener; Contacts Provider; Restricted Profiles; Solution for digital rights management (DRM); Rotation animations.</li>
</ul>
<ul>
<li>API 14 (Android 4.0)<br />
&#8211; Spell Checker Services; Text-to-speech Engines; Social APIs in Contacts Provider; Voicemail Provider; Android Beam (NDEF Push with NFC); GridLayout, Popup menus.</li>
</ul>
<ul>
<li>API 11 (Android 3.0)<br />
&#8211; Native Fragments &amp; Action Bar; Drag and drop; Split touch events; WebViewFragment; JSON utilities.</li>
</ul>
<p>The <strong>Google APIs</strong> package, at each separate versions, provides integration of the applications with Google services. <strong>Google USB Driver</strong> is use at debugging of Google Nexus devices. <strong>Android Support Repository </strong>provides important additional functions at application development. <strong>Google Play services </strong>integrate functions for work with Google Maps, Google+ etc.</p>
<p>Some of the packages (images) are used for debugging of application with the Android emulator:</p>
<ul>
<li>Android TV ARM EABI v7a System Image;</li>
<li>Android TV Intel x86 Atom System Image;</li>
<li>Android Wear ARM EABI v7a System Image;</li>
<li>Android Wear Intel x86 Atom System Image;</li>
<li>ARM EABI v7a System Image;</li>
<li>Intel x86 Atom_64 System Image;</li>
<li>Intel x86 Atom System Image.</li>
</ul>
<p>In case of you will start the emulator on PC with AMD CPU and will developed application for phone or tablet then can choice package <strong>ARM EABI v7a System Image. </strong>If you use PC with Intel CPU and will developed application for phone or tablet then can choice package<strong>Intel x86 Atom_64 System Image</strong> or package <strong> Intel x86 Atom System Image</strong>.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image005.png" alt="" border="0" /></p>
<p align="center">Fig. 5. Recommended packages for installation</p>
<p>When you use <strong>Intel x86 Atom_64 System Image</strong> or <strong>Intel x86 Atom System Image</strong> is necessary to add the package <strong>Intel x86 Emulator Accelerator (HAXM installer) </strong> (fig. 6). Otherwise, with this image, the emulator will not be start. Choosing and downloading of package will not installed HAXM. To be use HAXM you must install it from folder extras (</p>
<p>{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe) of Android SDK.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image006.png" alt="" border="0" /></p>
<p align="center">Fig. 6. Package Intel x86 Emulator Accelerator (HAXM installer)</p>
<p>When SDK Manager for any reason does not allow you to download this package, you may use an address <a href="https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement"> https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement </a> from site of Intel® with resources for Android (Intel® Hardware Accelerated Execution Manager, <a href="https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager?page=3"> https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager?page=3 </a> ). The package is archived (<strong>haxm-windows_v6_1_1.zip</strong>), and must be extracted in some folder and then installing with <strong>intelhaxm-android.exe.</strong></p>
<p>When is not possible starting the emulator with<strong>Intel x86 Atom_64 System Image</strong> or <strong>Intel x86 Atom System Image </strong>on PC with Intel CPU you can be use package (image) for AMD CPU, which is more slowly by speed in this case.</p>
<p>Option to startup Emulator without use the <strong>Intel x86 Emulator Accelerator</strong> package is only available when if from command prompt (console) in <strong>tools</strong> folder of SDK run:</p>
<p>C:\Users\IEUser\android-sdks\tools&gt; <strong>emulator -avd <em>name</em> -memory 512 -no-accel -gpu off</strong></p>
<p><strong><em>name</em></strong> is name of Android Virtual Device (AVD), which you created in AVD Manager (Windows menu of Eclipse).</p>
<p>You can use this option if your computer or system does not support virtualization, or when using the emulator via VMware or Virtual Box.</p>
<p>4. Accepting of license agreement for installation of additional packages (fig. 7). The button <strong>Install</strong> choose the next step at process of installation.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image007.png" alt="" border="0" /></p>
<p align="center">Fig. 7. Accepting of license agreement for installation of packages</p>
<p><strong>B. </strong> <strong>Self-install of </strong> <strong>Android</strong> <strong>SDK</strong></p>
<p>1. Download of Android SDK from <a href="https://developer.android.com/studio/index.html"> https://developer.android.com/studio/index.html </a> (fig. 8 и fig. 9).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image008.png" alt="" border="0" /></p>
<p align="center">Fig. 8. Download of Android SDK for specific OS version</p>
<p align="center"><img src="../wp-content/uploads/sdk/image009.png" alt="" border="0" /></p>
<p align="center">Fig. 9. Download of Android SDK for specific version and accepting of license agreement</p>
<p>2. Creating of base folder on Android SDK (for example c:\eclipse\android-sdk) (fig. 10)</p>
<p align="center"><img src="../wp-content/uploads/sdk/image010.png" alt="" border="0" /></p>
<p align="center">Fig. 10. Creating of base folder on Android SDK</p>
<p>3. Creating of folder <strong>tools</strong> into the base folder on Android SDK (c:\eclipse\android-sdk\tools) (fig. 11).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image011.png" alt="" border="0" /></p>
<p align="center">Fig. 11. Creating of folder <strong>tools</strong> into the base folder on Android SDK</p>
<p>4. Opening downloaded file <strong>tools_r25.2.3-windows.zip</strong> and extract it in folder tools on Android SDK (fig. 12).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image012.png" alt="" border="0" /></p>
<p align="center">Fig. 12. Opening downloaded file <strong>tools_r25.2.3-windows.zip</strong></p>
<p>5. Execution of the file <strong>android.bat</strong> from folder <strong>tools</strong>, which will install Android SDK in console mode (fig. 13).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image013.png" alt="" border="0" /></p>
<p align="center">Fig. 13. Installation of SDK from console</p>
<p>6. Installation of additional packages from Android SDK Manager, which is open automatically at process of installation (fig. 14). You can use the instructions for installing packages from SDK Manager in p. 3.</p>
<p align="center"><img src="../wp-content/uploads/sdk/image014.png" alt="" border="0" /></p>
<p align="center">Fig. 14. Installation of packages from Android SDK Manager</p>
<p>7. Starting of Eclipse and choosing of option <strong>Use Existing SDKs </strong>in dialog window, which visualize after successfully installation of Eclipse IDE (fig. 1). In filed <strong>Existing Location</strong>, you can set base folder of Android SDK, which created in p. 2.</p>
<p>If the dialog box not appear, the location of the SDK is setting by using the option Preferences from Windows menu of Eclipse. Then choose the location of the Android SDK in the <strong>SDK Location</strong> field of the <strong>Android</strong> menu (fig. 15).</p>
<p align="center"><img src="../wp-content/uploads/sdk/image015.png" alt="" border="0" /></p>
<p align="center">Fig. 15. Setup location of Android SDK</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.aldeniz.eu/?feed=rss2&#038;p=403</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development of Android applications with Eclipse (part 1)</title>
		<link>https://blog.aldeniz.eu/?p=251</link>
		<comments>https://blog.aldeniz.eu/?p=251#comments</comments>
		<pubDate>Sun, 16 Apr 2017 19:14:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://blog.aldeniz.eu/?p=251</guid>
		<description><![CDATA[INSTALLATION OF ECLIPSE Aldeniz Rashidov, www.aldeniz.eu Contents: I. Installation of Eclipse under MAC OS X II. Installation of Eclipse under Windows I. Installation of Eclipse under MAC OS X In this section I will you introduce how install the integrated development environment (IDE) Eclipse under OS MAC OS X. Eclipse is an essential tool used ... <p class="moree"><a class="more" href="https://blog.aldeniz.eu/?p=251">Read more <i class="fa fa-arrow-circle-right"></i></a></p>]]></description>
				<content:encoded><![CDATA[<p align="center"><span style="font-family: helvetica,arial,sans-serif;"><b><span style="font-size: 14pt;"><span style="color: #ff6600; font-family: verdana,geneva,sans-serif;">INSTALLATION OF ECLIPSE</span><br />
</span></b></span></p>
<p align="center">Aldeniz Rashidov, <a href="http://www.aldeniz.eu" target="_blank">www.aldeniz.eu</a></p>
<p>Contents:<br />
<a href="http://blog.aldeniz.eu/?p=251&amp;lang=en&amp;page=1">I. Installation of Eclipse under MAC OS X</a><br />
<a href="http://blog.aldeniz.eu/?p=251&amp;lang=en&amp;page=2">II. Installation of Eclipse under Windows</a></p>
<p><a name="1"></a></p>
<p><b><span style="font-size: 12pt;">I. Installation of Eclipse under MAC OS X</span></b></p>
<p>In this section I will you introduce how install the integrated development environment (IDE) Eclipse under OS MAC OS X. Eclipse is an essential tool used at development of Android and Java applications and provides the ability to create, build and setup program code in Java.</p>
<p>1. <span id="result_box" class="" lang="en"><span title="1. Изтегляне на Eclipse от адрес https://www.eclipse.org/downloads/(фиг. 1). ">Download Eclipse from address</span></span> <a href="https://www.eclipse.org/downloads/" target="_blank">https://www.eclipse.org/downloads/</a>(fig. 1).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image001.png" alt="" border="0" /></p>
<p align="center">Fig. 1. Installation Eclipse Neon</p>
<p>2. By using the button Download 64 bit is performed confirmation of download or choose an alternative server for downloading Eclipse (Fig. 2).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image002.png" alt="" border="0" /></p>
<p align="center">Fig. 2. Confirmation before downloading of Eclipse</p>
<p>3. <span id="result_box" class="" lang="en"><span title="3. Избира се папка за съхраняване на инсталационния файл eclipse–inst–mac64.">Select folder to store the installation file </span><span title="tar.gz."><strong>eclipse</strong><strong>&#8211;</strong><strong>inst</strong><strong>&#8211;</strong><strong>mac</strong><strong>64.</strong> <strong>tar</strong><strong>.</strong><strong>gz</strong>. </span><span title="Файлът изтегля ">The file downloads<br />
</span><span title="всички необходими компоненти на Eclipse.">all necessary components of Eclipse. </span><span title="Прекият адрес на файла е https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R2a/eclipse-inst-mac64.tar.gz&amp;mirror_id=1208. ">The direct address of the file is</span></span> <a href="https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R2a/eclipse-inst-mac64.tar.gz&amp;mirror_id=1208" target="_blank">https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R2a/eclipse-inst-mac64.tar.gz&amp;mirror_id=1208</a>.</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image003.png" alt="" border="0" /></p>
<p align="center">Fig. 3. <span id="result_box" class="" lang="en"><span title="3. Избор на папка за съхраняване на инсталационния файл ">Select folder to store the installation file</span></span></p>
<p>4. Open the downloaded (archive) file <strong>eclipse</strong><strong>&#8211;</strong><strong>inst</strong><strong>&#8211;</strong><strong>mac</strong><strong>64.</strong><strong>tar</strong> <strong>.</strong><strong>gz</strong>. Unarchive file into the current (or another) directory. Open the file with name <strong>Eclipse installer</strong> (Fig. 3).</p>
<p>5. <span id="result_box" class="" lang="en"><span title="5. При първоначално стартиране на инсталационния файл е необходимо да потвърдите с бутон Open, че сте съгласни да стартирате файла, който е изтеглен от Интернет (фиг. 4). ">At first start of the installation file is required to confirm with button Open, that you agree to run the file that is downloaded from the Internet (Fig. 4).<br />
</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image004.png" alt="eclipse_warning" border="0" /></p>
<p align="center">Fig. 4. Confirmation for opennig of the installation file</p>
<p>6. <span id="result_box" class="" lang="en"><span title="Проверява дали е инсталиранo разширението Java Development Kit (JDK) на платформата Java Runtime Environment (JRE).">The installation file checks for necessary tools to work with Eclipse. Checks whether is installed extension Java Development Kit (JDK) on platform Java Runtime Environment (JRE). </span><span title="JDK надгражда JRE с инструменти за разработка на Java приложения. ">JDK expands JRE with tools for developing of Java applications.<br />
</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image005.png" alt="" border="0" /></p>
<p align="center">Fig. 5. Check for Java Development Kit (JDK)</p>
<p>7. Download of Java Development Kit (JDK) from <a href="http://www.oracle.com/technetwork/java/javase/downloads/" target="_blank">http://www.oracle.com/technetwork/java/javase/downloads/</a>(Fig. 6). <span id="result_box" class="" lang="en"><span title="Пряката връзка за изтегляне на Java SE Development Kit 8u121 е http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html. ">The direct link to download </span></span><strong>Java SE </strong><strong>Development</strong> <strong>Kit</strong> <strong> 8u121</strong> is <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank">http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html</a>.</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image006.png" alt="" border="0" /></p>
<p align="center">Fig. 6. <span id="result_box" class="" lang="en"><span title="6. Изтегляне на Java Development Kit ">Download </span></span>Java Development Kit</p>
<p>8. <span id="result_box" class="" lang="en"><span title="8. Избор на версия Java SE Development Kit 8u121 за OS X. Преди да изтеглите файла jdk-8u121-macosx-x64.dmg за MAC OS X x64 е необходимо да се съгласите с лицензните условия за ползване на JDK (фиг. 7) като">Choosing a version</span></span> <strong>Java SE </strong> <strong>Development Kit</strong><strong> 8u121 </strong>for OS X. Before download the file<strong> jdk-8u121-macosx-x64.dmg</strong> for MAC OS X x64 you need to agree with license terms for use of the JDK (Fig. 7) as select button Accept License Agreement.</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image007.png" alt="" border="0" /></p>
<p align="center">Fig. 7. Download verion <strong>Java SE </strong> <strong>Development Kit</strong><strong> 8u121</strong> for MAC OS X</p>
<p>9. <span id="result_box" class="" lang="en"><span title="9. Стартиране на изтегления (image архивен) файл jdk-8u121-macosx-x64.dmg и стартиране на инсталационния файл JDK 8 Update 121.pkg (фиг. 8). ">Start the downloaded (image archive) file<strong> jdk-8u121-macosx-x64.dmg</strong> and launch the setup file J<strong>DK 8 Update 121.pkg</strong> (Fig. 8).</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image008.png" alt="" border="0" /></p>
<p align="center">Fig. 8. Start of installation file with Java Development Kit</p>
<p>10. Installation of <strong>JDK</strong><strong> 8 </strong> <strong>Update</strong><strong> 121 </strong>(fig. 9 and fig. 10).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image009.png" alt="" border="0" /></p>
<p align="center"><span id="result_box" class="" lang="en"><span title="Фиг.">Fig. </span><span title="9. Начало на инсталиране на JDK 8 Update 121 ">9. Start the installation of<strong> JDK 8 Update 121</strong></span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image010.png" alt="" border="0" /></p>
<p align="center">Fig. 10. <span id="result_box" class="" lang="en"><span title="10. Успешно инсталиране на JDK 8 Update 121 ">Successfully installed</span></span> <strong>JDK</strong><strong> 8 </strong> <strong>Update</strong><strong> 121</strong></p>
<p>11. Restart of the Eclipse installation process by file Eclipse installer (fig. 3 and fig. 11).</p>
<p align="center"><img class="" src="../wp-content/uploads/eclipse/image011.png" alt="" width="425" height="285" border="0" /></p>
<p align="center">Fig. 11. Installing of Eclipse after installation of JDK</p>
<p>12. <span id="result_box" class="" lang="en"><span title="12. Избор на версия за инсталиране, според приложението и спецификата на програмиране.">Selecting the version for install <span id="result_box" class="short_text" lang="en"><span class="">according to</span></span> the application and the specifics of programming. </span><span title="В случай, че ще се разработват приложения за ОС Android е желателно да се избере версия Eclipse for Android Developers (фиг. 12). ">In the event that you will develop applications for the Android OS, it is desirable to choose a version <strong>Eclipse</strong> <strong>for</strong> <strong>Android</strong> <strong>Developers</strong> (Fig. 12)</span></span>.</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image012.png" alt="" border="0" /></p>
<p align="center">Fig. 12. <span id="result_box" class="" lang="en"><span title="12. Избор на версия за инсталиране, според приложението и спецификата на програмиране.">Selecting the version </span></span>Eclipse for Android Developers</p>
<p>13. Installing a version <strong>Eclipse for Android Developers</strong> (fig. 13).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image013.png" alt="" border="0" /></p>
<p align="center">Fig. 13. Installing a version <strong>Eclipse for Android Developers</strong></p>
<p>14. <span id="result_box" class="" lang="en"><span title="14. Приемане на лицензните споразумения за инсталиране на версия Eclipse for Android Developers ">Accepting the license agreement to install a version of </span></span><strong>Eclipse</strong> <strong>for</strong> <strong>Android</strong> <strong>Developers</strong> (fig. 14).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image014.png" alt="" border="0" /></p>
<p align="center">Fig. 14. <span id="result_box" class="" lang="en"><span title="14. Приемане на лицензните споразумения за инсталиране на версия Eclipse for Android Developers ">Accepting the license agreement to install a version of </span></span> <strong>Eclipse</strong> <strong>for</strong> <strong>Android</strong> <strong>Developers</strong></p>
<p>15. <span id="result_box" class="" lang="en"><span title="15. Успешно инсталирана версия Eclipse for Android Developers (фиг. 15). ">Successfully installed version</span></span> <strong>Eclipse for Android Developers</strong> (fig. 15).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image015.png" alt="" border="0" /></p>
<p align="center">Fig. 15. <span id="result_box" class="" lang="en"><span title="15. Успешно инсталирана версия Eclipse for Android Developers (фиг. 15). ">Successfully installed version</span></span> <strong>Eclipse for Android Developers</strong></p>
<p>16. <span id="result_box" class="" lang="en"><span title="16. Стартиране на Eclipse for Android Developers ">Launch </span></span>of <strong>Eclipse for Android Developers</strong> (fig. 16) after using of button Launch (fig. 15).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image016.png" alt="" border="0" /></p>
<p align="center">Фиг. 16. <span id="result_box" class="" lang="en"><span title="16. Стартиране на Eclipse for Android Developers ">Launch </span></span>of <strong>Eclipse for Android Developers</strong></p>
<p>17. <span id="result_box" class="" lang="en"><span title="17. Задаване на работна област (работна директория) на Eclipse (фиг. 17).">Set the working area (working directory) of Eclipse (Fig. 17). </span><span title="Работната област може да се променя при всяко стартиране на Eclipse в случай, че опция Use this as the default and do not ask again не бъде избрана. ">The work area can be changed each start time of Eclipse in case the option </span></span><strong>Use this as the default and do not ask again</strong> <span id="result_box" class="" lang="en"><span title="Работната област може да се променя при всяко стартиране на Eclipse в случай, че опция Use this as the default and do not ask again не бъде избрана. ">not be selected.</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image017.png" alt="" border="0" /></p>
<p align="center">Fig. 17. <span id="result_box" class="" lang="en"><span title="17. Задаване на работна област (работна директория) на Eclipse (фиг. 17).">Set the working area (working directory) of Eclipse</span></span></p>
<p>18. <span id="result_box" class="" lang="en"><span title="18. Конфигуриране на библиотеката Android SDK, необходима за разработване на приложения за Android.">Configure of the Android SDK, required to develop applications for Android. </span><span title="Eclipse предлага да изтегли Android SDK или да се посочи папка, в която е инсталирана вече версия на Android SDK (фиг. 18). ">Eclipse offers to download Android SDK or select the folder in which is installed version of the Android SDK (Fig. 18).</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image018.png" alt="" border="0" /></p>
<p align="center">Fig. 18. <span id="result_box" class="" lang="en"><span title="18. Конфигуриране на библиотеката Android SDK, необходима за разработване на приложения за Android.">Configure of the Android SDK</span></span> for use with Eclipse</p>
<p>19. Home screen of Eclipse (fig. 19 and fig. 20).</p>
<p align="center"><img src="../wp-content/uploads/eclipse/image019.png" alt="" border="0" /></p>
<p align="center">Fig. 19. Home screen of Eclipse – <span id="result_box" class="" lang="en"><span title="19. Начален екран на Eclipse – избор на операция ">choice of operation</span></span></p>
<p align="center"><img src="../wp-content/uploads/eclipse/image020.png" alt="" border="0" /></p>
<p align="center">Fig. 20. Home screen of Eclipse – workspace</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.aldeniz.eu/?feed=rss2&#038;p=251</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobi&amp;Learn</title>
		<link>https://blog.aldeniz.eu/?p=56</link>
		<comments>https://blog.aldeniz.eu/?p=56#comments</comments>
		<pubDate>Sun, 16 Aug 2015 19:10:43 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.aldeniz.eu/?p=56</guid>
		<description><![CDATA[Mobi&#38;Learn (http://mobilearn.aldeniz.eu) is a learning management system and used for blended learning, electronic and distance education, flipped classroom and other e-learning projects in schools, universities, workplaces and other sectors. With customization features, it is used to create (via browser) courses from educators and trainers to achieve learning goals. Every course have one or more lessons ... <p class="moree"><a class="more" href="https://blog.aldeniz.eu/?p=56">Read more <i class="fa fa-arrow-circle-right"></i></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>Mobi&amp;Learn</strong> (<a href="http://mobilearn.aldeniz.eu" target="_blank">http://mobilearn.aldeniz.eu</a>) is a learning management system and used for blended learning, electronic and distance education, flipped classroom and other e-learning projects in schools, universities, workplaces and other sectors.<br />
With customization features, it is used to create (via browser) courses from educators and trainers to achieve learning goals. Every course have one or more lessons and every lesson have one or more sections.<br />
The courses, lessons and sections have separate areas for attachment of their resources (images and etc.).<br />
The created lessons can be used through mobile devices as smartphones, tablets and etc. with Android OS.<br />
The locked lessons can be uploaded and used on mobile devices via identity number and security code supplied from educator.</p>
<p>Mobi&amp;Learn APK unit is free application and can be used only with Mobi&amp;Learn platform.<br />
It is used from mobile devices as smartphones, tablets and etc. for learning goal.<br />
After registration in Mobi&amp;Learn platform (<a href="http://mobilearn.aldeniz.eu" target="_blank">http://mobilearn.aldeniz.eu</a>) educators may test their courses with Mobi&amp;Learn APK unit. With Mobi&amp;Learn APK unit registered users (students) in Mobi&amp;Learn system can upload courses (created from educators or from them) on the their mobile devices via identity number and security code supplied from from author of course. Some of courses are free and do not need by security code.</p>
<p>The free (this) version of Mobi&amp;Learn system has any more limitations:<br />
&#8211; create one course,<br />
&#8211; down to 3 lessons,<br />
&#8211; down to 3 sections and<br />
&#8211; down to 3 resources for course, lesson or section.</p>
<p>Download Mobi&amp;Learn APK:</p>
<p><a href="https://play.google.com/store/apps/details?id=com.rashidov.mlearn" target="_blank"><img src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" alt="Get it on Google Play" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.aldeniz.eu/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
