If you have any questions you can always join the Discord server too. Here's the link if you wanna stop by discord.gg/evK6jwg4Xj
@farihafaiz94742 жыл бұрын
Plz give me complete xml and java code plz
@Beatboxbizboy4 жыл бұрын
Hey there Im so glad you got back to me Ill watch this series and give it a go again!
@PracticalCoding4 жыл бұрын
Sounds good to me. Let me know how it goes and if you run into any issues
@realfaw4 жыл бұрын
This way too good! Actually, when I saw your previous Calculator there was one thing in my mind... I need those other buttons when rotating but look WHO IS BACK! Thanks!!!
@PracticalCoding4 жыл бұрын
Yeah the other calculator was missing a few things, but I think I'll get most of it covered with these videos. Good to hear you liked the first video!
@realfaw4 жыл бұрын
@@PracticalCoding Wait why do you have random tags? "#111f28 #484e52 #afb9c5"
@PracticalCoding4 жыл бұрын
@@realfaw Oh that's because of the colors I placed in the description. Thanks for letting me know about that. Gonna fix it right now
@joshruiz12643 жыл бұрын
You're really good at explaining the java side of these projects. Had to make a calculator for class and this definitely got me back up to speed with the forgotten java knowledge. Thanks again!
@PracticalCoding3 жыл бұрын
Oh, no way that's awesome! Glad the videos are helping you out
@williamgomez62263 жыл бұрын
This is the best channel ive come up with¡¡Very good explains
@PracticalCoding3 жыл бұрын
Glad you're liking the channel!
@adrianojose71723 жыл бұрын
Wonderful video!! I'm learning and coding this one out, need to show it in class today, in about 3 hours! You've explained it all very well! Thank you!
@ashvithapns61373 жыл бұрын
Very well explained 👍 appreciate your efforts 👍 its really so much helpful . Keep posting 👍
@PracticalCoding3 жыл бұрын
Glad the video was helpful!
@sukhrobergashev70684 жыл бұрын
bro you're my hero... we'll wait about numberic puzzle (like 15 puzzle game) tutorial from you....
@showrov18073 жыл бұрын
Best Tutorial on KZbin.
@reverselogistic33823 жыл бұрын
I thought this was on kotlin but no. Still, great video. Im going to watch the whole series after the semester so ill be subbing for now.
@AdityaKumar-lw4yc3 жыл бұрын
you are awesome man!!!!....Love your videos helped me a lot .....Thank you
@PracticalCoding3 жыл бұрын
Glad you like them!
@nathanielcoz90293 жыл бұрын
thank you for update and quick response as a thank . i subscribed your channel
@ihebkhadhri45563 жыл бұрын
Y m3alem y kbiiiiir 🥰🥰
@Bilalkhan-rt9cc3 жыл бұрын
Very good keep it up
@PracticalCoding3 жыл бұрын
Thanks! Glad you're liking the video
@wagnergauer91333 жыл бұрын
15:52 Mine was black to Grey left to the right, what is wrong here?
@PracticalCoding3 жыл бұрын
You know I'm not sure why it would start off going from left to right. I would just use a different angle to get the gradient in the direction you want
@wagnergauer91333 жыл бұрын
@@PracticalCoding going to try that, thank you!
@christopherrowley75063 жыл бұрын
same for me. Edit: yep that was a quick fix. Just add the attribute android:angle="270" to the tag to make it from top to bottom, or use 45 to have it cocked like he does at the end. So the end product looks like this:
@fouloupro96372 жыл бұрын
Hi ! Great video ! But I would like to add slight vibrations when we press a button. Do you have a code and could you tell me where to add it. Thank you
@mollakamrul1954 жыл бұрын
Hey,Again a awesome video
@PracticalCoding4 жыл бұрын
Thanks! Glad you enjoyed it
@Beatboxbizboy4 жыл бұрын
When naming button id's for strings what do you use for parantheses since ther are two, an open and closed?
@Beatboxbizboy4 жыл бұрын
This probably isnt the most efficient way of going about this process but to get my buttons to match the color of yours, I created new drawable xml files and made new color shapes
@PracticalCoding4 жыл бұрын
@@Beatboxbizboy Yeah that'll work. I made a few too to account for the different colored buttons like the clear and equal buttons
@PracticalCoding4 жыл бұрын
For those id's, I'm probably gonna use something like parenthesesOpenBTN and parenthesesClosedBTN
@alaaaref89644 жыл бұрын
nice work bro
@PracticalCoding4 жыл бұрын
Thanks!
@imalonef45543 жыл бұрын
I want this sound 1:28 please tell me how to get this sound.... 🙏
@PracticalCoding3 жыл бұрын
Ohh yeah the intro sound. The funny thing about that is I made it myself. I recorded a popping sound with my lips and edited it in Adobe Audition. I'm not gonna make the sound available but you could always make one as I did. It wasn't too hard to do
@Instantcrypt4 жыл бұрын
thank you so much sir,,, :-)
@PracticalCoding4 жыл бұрын
Happy to help!
@franky37284 жыл бұрын
Nice
@swatiee3 жыл бұрын
Can you please tell me how to fix Installed build tools 31.0.0 corrupted error?
@PracticalCoding3 жыл бұрын
Try going into the build.gradle file and making sure that the compileSdkVersion, buildToolsVersion, and targetSdkVersion are set to 30 and then sync your project
@viralelectro4 жыл бұрын
nice video
@PracticalCoding4 жыл бұрын
Thanks!
@abdullahudi59714 жыл бұрын
Thank you
@imkiranbhat3 жыл бұрын
Which app are u using in video ?
@PracticalCoding3 жыл бұрын
To write all of the code, I'm using Android Studio and to test the app, I'm just using the built in emulator that comes with Android Studio
@imkiranbhat3 жыл бұрын
@@PracticalCoding OK can u give me link of this file
@imkiranbhat3 жыл бұрын
@@PracticalCoding plz link of the file
@PracticalCoding3 жыл бұрын
@@imkiranbhat Here's the link to install Android Studio developer.android.com/studio
@imkiranbhat3 жыл бұрын
@@PracticalCoding i thought the file will be small but 800+ mb 😂
@boringchicken83423 жыл бұрын
pls make a chess game in android studio
@PracticalCoding3 жыл бұрын
I like that Idea. I have a running list of video ideas so I'll add the chess game to it
@boringchicken83423 жыл бұрын
@@PracticalCoding you are the best, you always reply to our comments
@PracticalCoding3 жыл бұрын
@@boringchicken8342 I'm glad you noticed! I always try to reply to everyone that leaves a comment.
@justin-zu6ng4 жыл бұрын
First do you have github or something?
@justin-zu6ng4 жыл бұрын
Ps: Love ur vids
@PracticalCoding4 жыл бұрын
Yeah, I made one not too long ago. I only have a few projects posted there right now, but I'm working on getting more up. Here's the link to my GitHub page if you wanted to look at some of the other apps I posted. github.com/Practical-Coding3
@justin-zu6ng4 жыл бұрын
@@PracticalCoding okay Thanks Man you're a really underrated KZbinr.
@PracticalCoding4 жыл бұрын
@@justin-zu6ng No problem! And thanks, glad to hear you think that. Hopefully the channel gets big one day. Maybe give Sentdex a run for his money 😂