How to Make Android Apps

How to Make Android AppsIn this video I start my new Android tutorial. The last Android tutorial I made is still very popular, but I’m going to try and improve on it here.

If you are a beginner to Android and don’t know Java you may prefer my Android tutorial for beginners. I’ll be using Android Studio in this tutorial and I show how to install Android Studio here. All of the code follows the tutorial below.

If you like videos like this, it helps my search ranking if you share it on Google Plus with a click here [googleplusone]

Code from the Video

MainActivity.java

activity_main.xml

dimens.xml

strings.xml

AndroidManifest.xml

28 thoughts on “How to Make Android Apps”

      1. can you put a next and previous button for pagination on your site blog post so that we can easily go to next topic using this site? please. thank you

  1. can you help me with this error please and thanks
    Waiting for device.
    “/Applications/Android Studio.app/sdk/tools/emulator” -avd MonoForAndroid_API_8 -netspeed full -netdelay none

    emulator: ERROR: This AVD’s configuration is missing a kernel file!!

  2. i’m going to learn about android apps development, which one should i choose, the new android tutorial or the old one?

  3. This is my first time programming anything for android, but I have developed a lot for Java and different languages earlier. I followed your tutorial but I can not get it too work. First it does not like ActionBarActivity so I googled and added dependencies {
    compile ‘com.android.support:appcompat-v7:+’
    }
    too build.gradle but now it is complaing about Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1

    What am I doing wrong, is it supposed to be this hard? 😀
    I have never actually experienced anything thid hard to do a simple hello world program 😀

  4. Derek, are you going to make a video on how to create a menu bar, for example, and add an icon to it? Is this too graphics intensice i.e. GL stuff or is it easier than it looks? Also would you be able to add an action behind that button?

  5. I think i need to learn the path to programming effectively for android. the app inventor has worked awesome and i have overcome all of the obstacles i set out to. what steps would you recommend?
    i have experience with computers mostly by necessity. i did basic in high school. a but of c in college but20 years ago. where should i start now and what should i not bypass? is java what i need to learn?
    a little insight could keep me from wasting vast amounts of time learning things that later will be irrelavant. thanks for your thought 🙂

  6. Hi there, I ran the code u given and i got an error.

    error:cannot find symbol variable main

    execution failed for task ‘:app.compileDebugJava
    compilation failed; see the computer compiler error output for details

    ///////////////////////////////////////
    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
    // Inflate the menu; this adds items to the action bar if it is present.
    getMenuInflater().inflate(R.menu.main, menu);
    return true;
    }
    /////////////////////////////////////////

    the ‘main’ in error is from the code above.

    may i know how do i resolve this? thank you.

Leave a Reply

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