This video will demonstrate (1) how to setup a project in Android Studio, (2) how to navigate within Android Studio to build a simple Android application, and (3) how to debug and run an Android app.
Here is a link to my entire Android series of videos:
Android android device manager android games android latest version android one android oreo android studio android tips android tips and tricks android tips and tricks for developers android tips and tricks website android tips bangla android vs apple android vs ios android vs ios ppt android vs iphone Beginners Part Studio
47 Comments
INCREDIBLE KEEP IT UP
WooHoo. Thanks!
Thanks for a great course to get beginners started in app dev
Thanks a lot man, new to the code world, but got ample amount of motivation to get started.You are a really nice teacher.
Day 1 complete: re review the video before second vid. Thanks prof
VIDEO EXCELENT
NITEROI OF RIO DE JANEIRO,BRAZIL
LOVE YOUR VIDEO FRIEND
CONTINUE FOREVER 🙂
YOU IS THE BEST;
Everything was fine until I ran the Emulator. When I run the emulator(Nexus 5) all the inputs and buttons shift to the top left corner of the screen, overlapping each other. Could you go over it?
gr8 work dude
Hey!?boss, great works
very useful and easy to follow. Looking forward to watching the 2, 3 & 4 videos
Thank you. You made the tutorial look very simple and easy.
I have one question
At 28:20 you get the value of FirstNumEditText, then convert it to string , then convert it to integer and then give it to int num1.
why do you need to do it ? Isn't the type of FirstNumEditText integer already ?
Very well explained, goob job!
Hi johnmichael for faithbook1 the scroll of a book, i am a newcomer to the world of coding, programming ,android studio, java etc, i am really a servant of the lord called to be a teacher of the deep mysteries contained within the scriptures by the will of god, and by revelations from the source , the lord god himself . by faith i am trying to do this myself due to lack of funds. i am currently working for a local company as a field service rep. this app will be a spiritual/ social media/teaching ministry . i have downloaded java, android studio se, did the setup etc, but the main activity comes up missing , that part of the display is blank. plse help me fix this problem, god bless, and thanks in advance.
Cheers for the Video clip! Forgive me for butting in, I would love your initial thoughts. Have you tried – Chiveard Creating Empire Framework (probably on Google)? It is a smashing exclusive product for learning how to create and develop your own android app minus the hard work. Ive heard some extraordinary things about it and my mate at last got great success with it.
Are AddBtn and EditText data types already? It seems you didn't really make classes for these
nice video, keep on sharing, this is useful for us, thanks
gositer.com
Awesome!! thanks a lot Bill 🙂 important concepts nicely explained and specially loved the debugging part
best tutorial I've seen by far
I'm having trouble getting my AVD to work. It seems to stop at the power-on symbol. Is anyone else experiencing this issue?
Thank you Bill for explaining the basics! Really helpful in kickstarting my project.
OMG you have a clear mic!? What trickery is this?
This tutorial is amazing. Really easy to understand yet with some decent amount of detail there also.
I quit i aint be a programmer type. heh…..
Following these directions resulted in an app that did not build. The error on the emulator screen was, "My First App has stopped". There was an error, with regard to the casting of a Button:
11/15 11:54:43: Launching app
$ adb install-multiple -r -t /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_3.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_9.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_8.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/dep/dependencies.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_6.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_1.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_0.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_7.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_2.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_5.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/intermediates/split-apk/debug/slices/slice_4.apk /Users/admin/AndroidStudioProjects/MyFirstApp/app/build/outputs/apk/debug/app-debug.apk
Split APKs installed
$ adb shell am start -n "com.example.myfirstapp/com.example.myfirstapp.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..Waiting for process to come online
Connected to process 2691 on device emulator-5554
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
I/InstantRun: starting instant run server: is main process
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myfirstapp, PID: 2691
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myfirstapp/com.example.myfirstapp.MainActivity}: java.lang.ClassCastException: android.support.constraint.ConstraintLayout cannot be cast to android.widget.Button
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Caused by: java.lang.ClassCastException: android.support.constraint.ConstraintLayout cannot be cast to android.widget.Button
at com.example.myfirstapp.MainActivity.onCreate(MainActivity.java:17)
at android.app.Activity.performCreate(Activity.java:7000)
at android.app.Activity.performCreate(Activity.java:6991)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Application terminated.
You lost me @ Macintrash desktop! Long live the PC Master Race!!!
This is by far the best tutorial I've seen so far for Android Studio. Thank you and keep up the good work c:
I'm Not able to view the mobile device in the android studio
thanks
Awesome!
I can't open up the palette on my application it keeps telling me Error:A problem occurred configuring project ':app'.
> Failed to find target with hash string 'android-26' in: C:UsersQuaAppDataLocalAndroidSdk
and I just opened a new project. How do I go about fixing this problem?
also going to View and then Tools Window, Palette is unmarked.
nevermind disregard I found out the problem.
linux what,,, its ubuntu????? plsss help me for my project
giving me an error saying found item String/enter_a_number more than one time. I followed the exact steps; how come I am getting this error?
Can someone explain why you have to cast the variable again when you already declared what it is ? In the video, he declared addBtn as a Button already, so why is the casting needed, isnt it redundant ? Ive seen other videos do these casts as well even though the type has already been declared. Is there a special reason why this must be done ?
Привет. Можешь помочь мне с созданием интерестного проекта на андроид?
Good Good….. helped me to start my first app too.
can you tell me how to get average cpu and maximum capu from this Android studio tool
Excellent!!!!
I have learnt very new things in this tutorials.
https://goo.gl/J2p3mN
[Help] How can I switch from mainactivity.kt to mainactivity.java?
Good morning sir. Can you help me in our project in android studio?
Your way of explaining is the best Muhammad from San Francisco
Please where to download the Android Studio for window 7 32 bit, i saw window 7 but 64 bit please i need the 32 bit thanks.
Thank u so much. The best online tutorial that i have found!
thanks bro, though can you please stop mumbling important information
Hello Bill,
Excellent tutorial you have shared with us.
Thanks
Jamie | Mobile App Developer
http://9spl.com