Tutorial: Android Studio, from zero knowledge to something basic
First Android tutorial! This uses Android Studio, the now official method of building Android apps, and walks through every detail step-by-step to get a basic application working. The functions of the end app are extremely basic, but hopefully this will help out anyone who wants to get over the hump and get some of their own code running on an Android device. Exciting stuff!
This is my first tutorial video, if you’re interested in more, have questions, or any constructive criticism, let me know! Planning to release more Android tutorials in the future.
may you please help me solve these problem, in my activity_main.xml i
got all these things write in red to show me error i wanna fix them
please, help!!!
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
WT?? Have windows XP
how to create a project fully explain a video
https://www.youtube.com/watch?v=rDlrGmz3nGU&feature=youtu.be
please Warner my name is Charles really want to talk to you about something here is my email Cmensah835@gmail.com
I have Android studio assignment and I need some one to help
thx
This is great guy for beginners, follow link https://youtu.be/g8MrUf05pnE
I have to learn this for my robotics competition
How to place banner ads https://www.youtube.com/watch?v=r9WxKh-2rbw
gradle loves me
Does the app say it was created by android studio? just wondering
very well explained, i've been trying to figure out how this all works ( 145 hours ago i made the first chronometer app example ) and in twenty minutes i had almost every question about the basics of Android Studio. THree important folders, with explainations i could compreherd (best part)
Would love a follow up taking it another step, say for example, how to get code from online like grubhub, where they all go into the Android Studio or IMPORT options, it took me an hour of rewinding and taking nots but now i think i know how things are organized thanks a bunch
this was a pleasure to listen to
i dont have the same folders 🙁 and i dont find the class main_activity
hey how to use rechapi for mobile recharge in android studio
how come i don't have a default menus folder? nor does android studio implement the menuinflater.
This was great. I would definitely watch more of these videos. You should break them up into small chunks.
thank u for your help
https://play.google.com/store/apps/details?id=kd.travellingtips support me by downloading it and give ratings
Helpful
help me. ang nailagay ko ay custom dapat standard please me
Do Android studio need a internet connection after all the start up?
I have a question, when I download the Software on my Laptop when I install it there is one more to come to download again?
Is it ok to use Apple IoS to develop Android apps ? xD xD xD
Thanks for the tutorial but would appreciate if navigate through nearly everything
this good for AMD processor and windows ultimate softwere???
My first game https://www.youtube.com/watch?v=YHAKk1Pzff8
This video is really good and easy to understand
thank you for making it
lol, android studio for mac
Great post! was able to build my first app. Thank you
Not able to print anything on logcat, it shows casting redundant error for button!
Best video out there! Cheers man! Got more videos like this? I want to learn more!
Thx a lot
if you have any problem in redmi mobiles during android studio pls do watch and subscribe
https://www.youtube.com/watch?v=EcSwTT0iDoo
really useful to me for studies
Hi…. Such a nice video… But cud u plz help me out as am unable to open this says some Java issue… Wat to do…
This is the type of videos I washed I had knowed before starting android development. Thanks for your work sir.
When I add the main activity there is no predefined settings activity toolbar. ???
????? man that was great! I'm hitting the subscribe button.
Copied everything down to the last space, and when I get to 17:15, my application says:
error: <anonymous com.mydomain.myappname.MainActivity$1> is not abstract and does not override abstract method onClick(View) in OnClickListener
error: method does not override or implement a method from a supertype
Execution failed for tast ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
The first error references "View" in:
-> import android.view.View;
-> btnDoSomething.setOnClickListener(new View.OnClickListener() {
-> public void OnClick(View v) {
The second error references:
-> @Override
Then about "public void OnClick(View v) {" the editor says: Method 'OnClick(android.view.View)' is never used. Parameter 'v'v is never used.
So, I disagree with the title of this video, because I have no idea what to do now, and I come from zero.
EDIT: So, the difference was that I actually wrote it all manually instead of tabbing after the setOnClickListener, and yours automatically set the OnClick to '(View v)' and it set mine to '(View view)'…. so I guess they changed it up.
Straight to the point. Fast and efficient. Thank you for this. Looking forward to more tutorials.