{"id":362,"date":"2016-01-10T05:56:18","date_gmt":"2016-01-10T05:56:18","guid":{"rendered":"http:\/\/abhiandroid.com\/androidstudio\/?page_id=362"},"modified":"2017-12-01T06:00:35","modified_gmt":"2017-12-01T06:00:35","slug":"studio","status":"publish","type":"page","link":"https:\/\/abhiandroid.com\/androidstudio\/","title":{"rendered":"Android Studio Tutorial For Beginners Step By Step"},"content":{"rendered":"<p>Android Studio is the official IDE (integrated development environment) for developing Android Apps by Google. It is based on \u00a0JetBrains&#8217; IntelliJ IDEA software and has lots of amazing features which helps developer in creating Android App.<\/p>\n<p>Android Studio is available for free download on Windows, Mac OS X and Linux.<\/p>\n<p>Here we are going to share lots of guide, tips, tricks and shortcut of Android Studio to help developer easily understand the tool.<\/p>\n<hr \/>\n<h4><strong>Eclipse Vs Android Studio<\/strong><\/h4>\n<p>Android App Development is mostly done in two IDE i.e. Eclipse and Android Studio. Earlier Eclipse was the popular IDE but now Android Studio has taken over it. This is because Google has ended the support for Eclipse and now only focused on Android Studio. Google also recommended developer to import their Android projects and use Android Studio.<\/p>\n<blockquote><p>\u201cWe are focused on Android Studio so that our team can deliver a great experience on a unified development environment. Android tools inside Eclipse will continue to live on in the open source community via the Eclipse Foundation.\u201d<\/p><\/blockquote>\n<hr \/>\n<h4><strong>Prerequisites For Learning Android Studio:<\/strong><\/h4>\n<p>There are two prerequisites for learning Android Studio tips:<\/p>\n<p><span style=\"color: #008000;\"><strong>System Requirement &#8211;<\/strong><\/span> First your system OS must be either Windows, Max OS X or Linux with below requirement:<\/p>\n<ul>\n<li>Microsoft Windows 10\/8.1\/8\/7\/Vista\/2003\/XP (32 or 64 bit)<\/li>\n<li>Mac OS X 10.8.5 or higher, up to 10.10 to up 10.10.2 up 10.10.3 on 10.10.5 (Yosemite)<\/li>\n<li>GNOME or KDE or Unity desktop on Ubuntu or Fedora or GNU\/Linux Debian<\/li>\n<li>Minimum RAM: 2GB<\/li>\n<li>Recommended RAM: 4GB<\/li>\n<li>Disk Space: 500 MB disk space<\/li>\n<li>Android SDK Space Reqirement: At least 1 GB for Android SDK, emulator system images, and caches<\/li>\n<li>JDK: Java Development Kit (JDK) 7 or higher<\/li>\n<li>Screen Resolution: 1280&#215;800 minimum screen resolution<\/li>\n<li>Prefer faster processor according to your budget<\/li>\n<\/ul>\n<p><span style=\"color: #008000;\"><strong>Android Studio:<\/strong><\/span><\/p>\n<p>The second thing you need is to <a href=\"\/androidstudio\/how-to-download-android-studio\">download Android Studio<\/a> on your system and install it. It is available for free download on Windows, Mac OS X and Linux OS.<\/p>\n<hr \/>\n<h4><strong>Android Studio Tutorials For Beginner &#8211; Step By Step:<\/strong><\/h4>\n<p>Below are the tutorials\u00a0links on Android Studio:<\/p>\n<ul>\n<li><a href=\"\/androidstudio\/start-create-project\">Start New Project<\/a> &#8211; Learn how to start or create a new project in Android Studio<\/li>\n<li><a href=\"\/androidstudio\/open-project\">Open Project<\/a> &#8211; Learn how to open projects and recent project<\/li>\n<li><a href=\"\/androidstudio\/reopen-close-save-project\">Reopen, Close &amp; Save Project<\/a> &#8211; Learn more about how to open saved projects and close current project in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-new-activity-android-studio\">Create New Activity <\/a> &#8211; Learn to create New Activity in Android Studio further create XML file for designing UI and java file coding.<\/li>\n<li><a href=\"\/androidstudio\/how-to-create-new-java-class-in-android-studio\">Create New Java Class<\/a> -Learn to create New Java Class in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-avd-virtual-device-emulator-android-studio\">Create Virtual Device<\/a> &#8211; Learn more to create a new AVD (virtual device) in Emulator.<\/li>\n<li><a href=\"\/androidstudio\/run-app-avd-emulator-android-studio\">Run App In AVD<\/a> &#8211; Learn how to run and test Android App in AVD of Emulator.<\/li>\n<li><a href=\"\/androidstudio\/run-android-app-real-device\">Run\/Test App in Real Device<\/a> &#8211; Click to know more about how to run app in real device.<\/li>\n<li><a href=\"\/androidstudio\/how-to-create-drawable-resource-xml-file-in-android-studio\">Create Drawable Resource XML File<\/a> &#8211; Learn how to create drawable resource XML file in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/add-create-landscape-layout-android-studio.html\">Add\/Create Landscape Layout<\/a> &#8211; Learn to design app in Landscape orientation in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/add-local-html-file-android-studio.html\">Create Local HTML File<\/a> &#8211; Learn how to create local HTML file in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-raw-folder-android-studio.html\">Create Raw Folder<\/a> &#8211; Click &amp; get more about how to create Raw Folder in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-assets-folder-android-studio-html-files.html\">Add\/Create Assets Folder<\/a> &#8211; Learn more to create Assets folder in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/install-genymotion-emulator-add-plugin-android-studio.html\">Install Genymotion Emulator<\/a> &#8211; Learn the steps to install Genymotion Emulator in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/import-add-external-jar-files-android-studio.html\">Import\/Add External JAR File<\/a> &#8211; Learn how to import an External JAR file to Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/change-api-sdk-level-android-studio.html\">Change API SDK Level<\/a> &#8211; Learn how to change the SDK level of API in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/add-new-package-inside-src-folder.html\">Create\/Add New Package Inside Src Folder<\/a> &#8211; Learn to know about creating new package inside Src Folder in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-different-folders-adding-different-resolution-images.html\">Creating Folders for Adding Different Resolution Images<\/a> &#8211; Learn how add folder for adding images with different resolution in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/create-interface-android-studio.html\">Create An Interface<\/a> &#8211; Learn how to create Interface in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/add-image-android-studio.html\">Add Image to Drawable Folder in Android Studio<\/a> &#8211; Learn Steps to add image to Drawable Folder in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/change-icon-android-studio.html\">Change Icon Of Your Android App<\/a> &#8211; Learn and Follow steps to change the android app icon in Android Studio.<\/li>\n<li><a href=\"\/androidstudio\/add-audio-android-studio.html\">Add Audio To Android App<\/a> &#8211; Follow steps defined to add audio to your android application.<\/li>\n<li><a href=\"\/androidstudio\/application-launcher-icon-size-android-studio.html\">Application Launcher Icon Size<\/a> &#8211; Here you can learn about different application launcher icon sizes in android studio.<\/li>\n<li><a href=\"\/androidstudio\/create-basic-activity.html\">Basic Activity In Android Studio<\/a> &#8211; Here you can learn about how to create a basic activity in android studio.<\/li>\n<li><a href=\"\/androidstudio\/implement-abstract-method.html\">Implement Abstract Method<\/a> &#8211; Here you can learn about how to implement abstract methods on clicks or using shortcuts in android studio.<\/li>\n<li><a href=\"\/androidstudio\/how-to-change-package-name-android-studio.html\">Change Package Name In Android Studio<\/a> &#8211;\u00a0Here in this tutorial I am going to discuss step by step how to rename\/change package name in Android Studio<\/li>\n<li><a href=\"\/androidstudio\/generate-signed-apk-android-studio.html\">Generate Signed Apk In Android Studio For Publishing &amp; Updating App<\/a> &#8211;\u00a0If you have completed developing your Android App and now wants to publish it on Playstore. Then the first step you need to take is generate signed apk in Android Studio for publishing your App.<\/li>\n<li><a href=\"\/androidstudio\/publish-android-app-playstore.html\">How To Publish Android App On PlayStore<\/a> &#8211;\u00a0Haven\u2019t you publish any Android App on Play store? Don\u2019t worry if you haven\u2019t because it\u2019s very easy and this tutorial is going to teach step by step how to publish your first Android App on Play store.<\/li>\n<li><a href=\"\/androidstudio\/create-anim-folder-animation-file\">How To Create Anim Folder &amp; Animation File In Android Studio<\/a> &#8211;\u00a0To apply Animations to our Application sometimes we need to make an anim folder in Android Studio to store animation file under the resource folder of our application.<\/li>\n<\/ul>\n<hr \/>\n<h4><strong>What&#8217;s Next Step In Android Studio Tutorial:<\/strong><\/h4>\n<ul>\n<li><a href=\"\/ui\/\">Learn how to design Android App UI<\/a><\/li>\n<li><a href=\"\/materialdesign\/\">Learn Android Material Design<\/a><\/li>\n<li><a href=\"\/programming\/\">Learn Android Programming<\/a><\/li>\n<li><a href=\"\/createandroidapp\/\">Tutorial To Create Android App In Android Studio [Step by Step]<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Android Studio is the official IDE (integrated development environment) for developing Android Apps by Google. It is based on \u00a0JetBrains&#8217; IntelliJ IDEA software and has lots of amazing features which helps developer in creating Android App. Android Studio is available for free download on Windows, Mac OS X and Linux. Here we are going to &hellip; <a href=\"https:\/\/abhiandroid.com\/androidstudio\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Android Studio Tutorial For Beginners Step By Step<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"home_posts.php","meta":{"footnotes":""},"class_list":["post-362","page","type-page","status-publish","hentry"],"psp_head":"<title>Android Studio Tutorial For Beginners Step By Step \u2013 Abhi Android<\/title>\r\n<meta name=\"description\" content=\"Beginner can follow our Android Studio tutorial for developing Android App step by step. We share guide, tips, tricks, help and shortcut.\" \/>\r\n<meta name=\"robots\" content=\"index,follow\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/abhiandroid.com\/androidstudio\/\" \/>\r\n","_links":{"self":[{"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/pages\/362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/comments?post=362"}],"version-history":[{"count":0,"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/pages\/362\/revisions"}],"wp:attachment":[{"href":"https:\/\/abhiandroid.com\/androidstudio\/wp-json\/wp\/v2\/media?parent=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}