Even though I've gone through the basics of Android Studio a few times, I look forward to each year when this series comes out. It gives a quick update on any small syntactical changes and inspires me to get back to learning (I'm trying to figure out all the behind the scenes stuff like storing local databases).
0:16 Layout, Modes 0:48 Adding Button 1:52 Run 2:20 ConstraintLayout, basic positioning 3:26 adding padding 3:54 deletion of welcome message 4:05 adding mail field 4:44 resizing field 5:34 adding hint 5:46 adding pw field 7:00 Run 8:06 Code Mode as alternative (recap) 8:46 Next video content
Thanks for the series, looking forward to your next video. This is my first time attempting to build an Android app and you're making it easy to follow along.
Really great tutorial, I honestly prefer writing the XNL though. The whole drag and drop aspect is nice when dragging in elements, but it's a lot easier editing the elements via XML compared to the whole design view part
Agree with you😁 , personally when i write the xml i feel more confident and proud than just dragging . But I think its better to know both methods , in case
Thank you for these excellent tuts! I especially appreciate no annoying intro, you jump right into it thank you! I can feel my coding mojo leveling up already ^_^ (BTW Android Studio looks a lot like xcode which is nice!)
what if i want to hook two radiobuttons together, can only do magnet for one single element, I want to add a radio button about either male or female for user to select before proceeding?
Hey daniel, I made an app with button but I'm not able to change the colour of the button, I can change the button size and shape but not able to change the colour. I've tried alot of things but nothing is working. So, can you please help me?
What do i do when im not alowed to move anything, i dont get the 4 dots when i mark an object and when i click and drag it somewhere it just bounces right back no matter what.
Does anyone know why, when I try to drag and drop a button or text to the virtual screen, it doesn't show up? I can drag it to the Component Tree but it's as if the virtual screen is always top-layer or something...
I noticed that you're on a Mac. I'm in the office for a new Laptop for Android Development and I really like Apple's Aesthetic. Is apple recommended for programming for Android?
This is not working for me! I tried to change the hello world text or to change the name of the button, but I keep getting a warning saying that I should use the @string resource. I looked it up and changed it, added the resource and I am still getting an error!
Great vid. Why do you raise your voice at the end of every sentence? Talk normal. its maddening. This is one of the best developer vids ever. Just, talk normal !!
Hi Dan I am in the process of learning android studio , I have a problem I hope you can answer. I am writing a small application to convert binary to decimal and vice versa (use button to convert). But if i don't use button now but when i type in editext the result shows immediately, that's what i want, but i don't know how to do it, can you guide me ? Thanks a lot.
Has anyone else been having issues following alone due to variantions in the templates? When I create a "standard" template app I get 4 layouts Activity_Main, Content_Main, fragment_first, and fragment-second. The activity_Main points to the Content_Main which loads the fragments. The Activity_Main seems to be just the "Frame items" such as the toolbar. the content_main is a wrapper to display the content of the fragments.
Even though I've gone through the basics of Android Studio a few times, I look forward to each year when this series comes out. It gives a quick update on any small syntactical changes and inspires me to get back to learning (I'm trying to figure out all the behind the scenes stuff like storing local databases).
Appreciate the videos. I coded php/mysql for years and this is just blasting me through android. Thank you for taking the time to make them.
0:16 Layout, Modes
0:48 Adding Button
1:52 Run
2:20 ConstraintLayout, basic positioning
3:26 adding padding
3:54 deletion of welcome message
4:05 adding mail field
4:44 resizing field
5:34 adding hint
5:46 adding pw field
7:00 Run
8:06 Code Mode as alternative (recap)
8:46 Next video content
Thanks for the series, looking forward to your next video. This is my first time attempting to build an Android app and you're making it easy to follow along.
Finaly! a course that actualy explaines everything
Thanks Daniel. Using this for my Computer Science classroom.
Really great tutorial, I honestly prefer writing the XNL though. The whole drag and drop aspect is nice when dragging in elements, but it's a lot easier editing the elements via XML compared to the whole design view part
Agree with you😁 , personally when i write the xml i feel more confident and proud than just dragging . But I think its better to know both methods , in case
I think drag and drop is good for beginners like me when the studio looks so intimidating
Thank you for these excellent tuts! I especially appreciate no annoying intro, you jump right into it thank you! I can feel my coding mojo leveling up already ^_^
(BTW Android Studio looks a lot like xcode which is nice!)
umm excuse me but the app doesn't appear on my virtual device
Hi Daniel, Great video, Thank you for taking the time to make this course.
what if i want to hook two radiobuttons together, can only do magnet for one single element, I want to add a radio button about either male or female for user to select before proceeding?
Hey daniel,
I made an app with button but I'm not able to change the colour of the button, I can change the button size and shape but not able to change the colour. I've tried alot of things but nothing is working. So, can you please help me?
What do i do when im not alowed to move anything, i dont get the 4 dots when i mark an object and when i click and drag it somewhere it just bounces right back no matter what.
Great videos, but my palette only has common, preferences, and groups and only has a few in each. Would you happen to know how to fix this?
did somebody know why the input text color is invisible?
like my theme is light theme and the text color will become white
same as dark mode
best tutorial so far. Thanks a lot!
Does anyone know why, when I try to drag and drop a button or text to the virtual screen, it doesn't show up? I can drag it to the Component Tree but it's as if the virtual screen is always top-layer or something...
Why the androad stdio mobile is not runing ...
I noticed that you're on a Mac. I'm in the office for a new Laptop for Android Development and I really like Apple's Aesthetic. Is apple recommended for programming for Android?
This is not working for me! I tried to change the hello world text or to change the name of the button, but I keep getting a warning saying that I should use the @string resource. I looked it up and changed it, added the resource and I am still getting an error!
Can we use java in android studio to build an android app, if yes what other languages can be used to build aps in android studio
hi! why there is 2 boxes? white and green
Your phone may be in night mode
Great vid. Why do you raise your voice at the end of every sentence? Talk normal. its maddening. This is one of the best developer vids ever. Just, talk normal !!
He's nervous everytime making a video, and his english wasn't his main language. just a guess. I find it annoying sometimes too, but yeah
Thanks Daniel. It's very nice to share knowledge
Hi Dan
I am in the process of learning android studio , I have a problem I hope you can answer. I am writing a small application to convert binary to decimal and vice versa (use button to convert). But if i don't use button now but when i type in editext the result shows immediately, that's what i want, but i don't know how to do it, can you guide me ? Thanks a lot.
Is this series going to be finished or is it going to be like last year's?
How did you embed the virtual phone as an emulator?
He shows it in part 1
Can you do video series about Jetpack Compose?Thanks!
Has anyone else been having issues following alone due to variantions in the templates? When I create a "standard" template app I get 4 layouts Activity_Main, Content_Main, fragment_first, and fragment-second. The activity_Main points to the Content_Main which loads the fragments. The Activity_Main seems to be just the "Frame items" such as the toolbar. the content_main is a wrapper to display the content of the fragments.
Same
Did you find a solution?
Amazing things happen with that thing....Thanks bro....
Great video, thank you!
Not a tutorial, but a walkthrough!
Thanks bro youar the best programmer
●is android studio make games for android ?🧐
Works well!! DANKEEE
Thank you :)
Your fillers "ahhh" "ummmm" "uhhh" making me confused 🤔
厉害👍🏻
thanks brother
Thx bro :*
希望能像你一样优秀
Brb just changing all my passwords to Daniel123
Can you create an app fore please it's about music upload video to get like comment followers
You are cool
I am here May 2021
🤪🤪🤪🤪🤪
Txs...