• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
seegatesite header

Seegatesite.com

Seegatesite.com - Programming Tutorial , Sharing , How and Learn Together

  • TOOLS
    • Bootstrap Navbar Online Generator
    • Customize Sidebar Menu Bootstrap 3
    • Bootstrap Demo
  • ADVERTISE
  • CATEGORIES
    • Android
    • Blogging Tips
    • Database
    • CSS
    • Info Gadget
    • Javascript
    • Linux
    • PHP
    • Various
    • WordPress
  • Q&A
  • PHP
  • JAVASCRIPT
  • JQUERY
  • ANGULAR
  • WORDPRESS
  • SEO
  • REACT
🏠 » Android » Android Tutorial – 3 Steps to Create Android Icon and Logo Application for Beginners

Android Tutorial – 3 Steps to Create Android Icon and Logo Application for Beginners

By Sigit Prasetya Nugroho ∙ January 11, 2016 ∙ Android ∙ 1 Comment

Share : TwitterFacebookTelegramWhatsapp

Seegatesite – I’ll share how to create android icon and logo with only 3 steps. If previously I have shared tutorial create android applications, if the display icon and logo you are still using the default android’s icon , it will not enhance your application. There have been many sites that share the way how to displays the android icon and logo on your project, here I reminded again easily create icon and logo android with only 3 steps.

Table of Contents

  • 1 Let’s start the tutorialcreate android icon and logo for beginners with only 3 steps
    • 1.1 Thus my tutorial about Android Tutorial – 3 Steps to Create Android Icon and Logo Application for Beginners, may be useful.

Let’s start the tutorialcreate android icon and logo for beginners with only 3 steps

Step 1. Prepare the image to be used for icon and logo

Step 2. Please visit Android Asset Studio to create your android icon and logo.

3 Steps Create Android Icon And Logo Application For Beginner

Please adjust your own settings icon and logo desired. If so, press the “download .zip” button , and then extract the downloaded file.

Copy Mipmap Folder To Your Application Folder Create Android Icon And Logo

Duplicate the entire mipmap folder and name it become drawable folder as shown below

Duplicate Mipmap Folder To Drawable Folder How To Create Android Icon And Logo For Beginner

Then copy the entire folder mipmap and drawable into the android folder of your project (your android project folder -> app -> src -> main -> res)

Create Android Icon And Logo For Beginner With 3 Steps

3. Add the following script to AndroidManifest.xml and MainActivity.java to display android icon and logo

– AndroidManifest.xml

1
2
        android:icon="@mipmap/ic_launcher"
        android:logo="@drawable/ic_launcher"

– MainActivity.java

1
2
3
        getSupportActionBar().setDisplayShowHomeEnabled(true);
        getSupportActionBar().setLogo(R.drawable.ic_launcher); // change with your icon name
        getSupportActionBar().setDisplayUseLogoEnabled(true);

Build and run your application, if successful you will find on the application icon and logo as shown below

Easy Way Create Android Icon And Logo For Dummies In Android Studio

Description :

Android requires 4 pictures with the following sizes

– hdpi with size 72 X 72 Pixel.
‐ mdpi with size 48 X 48 Pixel.
‐ xhdpi with size 96 X 96 Pixel.
‐ xxhdpi with size 144 X 144 Pixel.

An easy right ?

Read also my other tutorial on Android Tutorial – How to Use XML Parser Android with Simple Example for Beginner or simply read about android programming tutorial for beginners

Thus my tutorial about Android Tutorial – 3 Steps to Create Android Icon and Logo Application for Beginners, may be useful.

Another Android Related Post :

  • Easily Download and Install Pokemon Go on Android in Unregistered Country
  • Tutorial How to Create Download File From Url On Ionic Framework
  • How to Create Android Image Gallery with Ionic Framework and Web Services
  • Ionic Framework – Introduction and Installation Tutorial on Windows and Ubuntu
  • Android Tutorial – Display Image To Android Gridview From Url Using Picasso
  • Android Tutorial – Step By Step Learning Android Sqlite Database for Beginner

Avatar for Sigit Prasetya Nugroho

About Sigit Prasetya Nugroho

This site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.

Reader Interactions

Comments

  1. Avatar for Waheed AkhtarWaheed Akhtar says

    May 1, 2020 at 1:09 am

    I am learning android. Never realized we can create icons using Android Studio. Very informative article.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Welcome to my Home,

Avatar for Waheed AkhtarThis site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.



Popular Articles

Checked checkbox AdminLTE Bootstrap in Jquery

November 4, 2014 By Sigit Prasetya Nugroho 7 Comments

Simple create date format validation with jqueryUI

December 21, 2014 By Sigit Prasetya Nugroho Leave a Comment

Create Simple Progress Bar for Fake Online Generator with Jquery

January 10, 2015 By Sigit Prasetya Nugroho Leave a Comment

22+ Coolest Free Jquery Plugin For Premium Theme

October 3, 2015 By Sigit Prasetya Nugroho Leave a Comment

Easy Build Your Anti Copy Paste Plugin

October 6, 2015 By Sigit Prasetya Nugroho Leave a Comment

Popular Tags

adminlte (15) adsense (13) adsense tips (4) affiliate amazon (13) amazon (12) Android (8) angular (16) angular 4 (12) angular 5 (4) asin grabber (3) Bootstrap (27) codeigniter (5) create wordpress theme (5) crud (8) css (6) free wordpress theme (7) google adsense (4) imacros (4) increase traffic (6) jquery (34) laravel (10) laravel 5 (5) learn android (5) modal dialog (5) mysql (6) nodeJs (4) optimize seo (4) pdo (6) php (30) plugin (53) pos (7) Publisher Tips (5) react (3) Reactjs (7) SEO (37) theme (17) tutorial angular (5) tutorial angular 4 (6) tutorial javascript (10) tutorial javascript beginners (4) twitter (3) widget (3) wordpress (18) wordpress plugin (13) XMLRPC (5)




  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

©2021 Seegatesite.com