VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Android Development for Beginners - Full Course

Android Development for Beginners - Full Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to develop an android app from scratch in this full course for beginners. No prior programming experience required! Here is the 2nd part of this course (also free!): https://youtu.be/RcSHAkpwXAQ In this course, you will learn how to build a real-word Android application from scratch using Java. On the way to building an Android app, you will learn the basics of programming in Java and object-oriented programming. -- Course from MeiCode. Check out his YouTube channel: https://www.youtube.com/channel/UCE3wAhsfp4wGRgHXIQjVx0w Extended 55-hour course: https://courses.meicode.org/courses/android2020
Date: 2022-03-14

Comments and reviews: 10


2:49:00 how does the IDE know to use the 2nd constructor? Does it go from the constructor with the lowest amount of parameters to the highest amount of parameters? So that if you were to add a third argument, it would immediately know to use the 1st constructor?
4:49:20 why is it not ---Database database = new Database(-db_music-)--- like usual? Why is the format different?
5:49:57 is it not easier to do it by drag and drop instead of doing it by text? That way, we can save a lot of time, right?
6:09:31 what is the benefit of doing it this way instead of doing it like just now (setonclicklistener (new View.onclicklistener))? If it's about being able to have different buttons doing different things using just one method, we can also do that in the other way. So what's the benefit of doing it this way?
6:20:41 when you wrote the margin left, why did the right side move too? and when you wrote the margin right, why did the left side move too?
6:50:08 why is the checkedButton datatype int and not boolean?

reply

Very difficult challenges. Not for beginners. Some parts of the solutions do not work properly: example: String name = scanner.next(); if (name.equals(--)... does not work in challenge nr 3. You can not press Enter and the programm continues. Worked 4 weeks on this course. But after challenge nr 3 i think its time to give up.Too bad...
reply

At 2:54:07 why the inherited Bird class needs a constructor?shouldn't it be our choice if we want constructor for a child or not. inheritence can use any method from the parent class so why we need constructor. Is it because we made the variables private? just explain everything please...
reply

Developer Options For Perfomance
Window Animation Scale 0.5x
Transition Animation Scale 1x ( Changes On Reboot On Some Devices )
Animation Duration Scale 1.5x
Prevent USB audio Routing ON
Limit Background Processes to At Most 4 Processes
( Changes on Reboot )

reply

at 5:35:16 , why is it needed to do c.setMessages(newMessages) ?
newMessages is pointing to the same arraylist that c.messages is pointing to
so even without setMessages we already updated c.messages by adding the contact to newMessages, isn't that right?

reply

Hello -freecodecamp can you plz plz plz uplaod a whole tutorial on medicine tracker and notification app as fast as possible plzzzz ...I really need it... plzzz
reply

I've watched 30 minutes and this is literally already better than the first 1/2 of the course I've taken (and paid for) through my university, ty!
reply

please i am experiencing difficulties with running the java jdk and also the android studio keeps saying SDK is missing. i need your help.
reply

i just noticed they are using java 13 while im using java 17. is it fine or im gonna have some issues while trying same code as in the video?
reply

Hi guys, I'm trying to download Gradle but I face this error: Could not find core-proto-0.0.8-alpha07.jar . Can anyone help me out please?
reply
Add a review, comment






Other channel videos