I re-did this tutorial to work on the most recent version of Android Studio, please watch this! kzbin.info/www/bejne/gX3YmotnpK11f6s
@MainStreetHustler3 жыл бұрын
Hi Rahul, I'm a Internet and Information Technology Major from Queensborough Community College located from Bayside, NY and my professor wanted me to come up with a Term Project for Java Programming and I asked him if I can work my project using Kotlin, and he replied with "yes," So I decided to make a Kotlin Term Project and so I ended up watching this particular video, but I just realized that you're using Android Studio 3.1.2 and I'm using Android Studio Arctic Fox, Version 2020.3.1 Patch 4. You've done a wonderful job trying to put all of the codes. Also, it is well explained. Thank you so much Rahul and please keep up the good work! Sincerely, Kenny
@randompop-up Жыл бұрын
Completed this while coding along. Added some additional features and this was totally informative and fun for a beginner. Man, you are simply the best at this, thanks!
@GreenSlugg Жыл бұрын
Thank you for this video! I keep using it for reference. Also, you are very handsome my friend! That is a huge benefit on KZbin.
@RahulPandeyrkp Жыл бұрын
😊😊
@CompSciCentral3 жыл бұрын
Very well explained, Rahul. Thank you so much for this, it's helping with my mobile app development class. I always find it fascinating when I find students or new grads that teach better than professors.
@RahulPandeyrkp3 жыл бұрын
Thanks a lot
@wasimraja29804 жыл бұрын
🔥 awesome !
@RahulPandeyrkp4 жыл бұрын
😍😊
@analizaledesma98563 жыл бұрын
@@RahulPandeyrkp can you teach me more?
@darrinreed80274 жыл бұрын
I'm running Android Studio 4.1 and @ 42:47 when you open up the styles.xml, I do not have that file, I have checked all of the directories even under the Project setting instead of android. I was able to find themes.xml which I was able to change the header color and the background color, but the colorPrimaryDark and colorAccent didn't change anything that I could tell. The seekBar is still blue/green as well as the base line. Any ideas? Thank You!
@RahulPandeyrkp4 жыл бұрын
This is also due to the Android Studio 4.1 update. styles.xml is now themes.xml. Can you play around with the colorPrimary defined in themes (along with other colors)? One of them should update the other colors you mentioned. Further reading in the "Material Design Components updates": android-developers.googleblog.com/2020/10/android-studio-41.html
@darrinreed80274 жыл бұрын
@@RahulPandeyrkp Ah, yes I did add some stuff to the colors and then the theme file, one worked, I'll have to look at it again when I get the chance. Thank You!
@RahulPandeyrkp4 жыл бұрын
@@darrinreed8027 awesome. I'm bummed that these Android Studio updates make my tutorials more confusing 😭
@FBWalshyFTW4 жыл бұрын
Alright, let's see how this full video meta goes.
@RahulPandeyrkp4 жыл бұрын
let's gooo
@darrinreed80274 жыл бұрын
Hello, when calling the seekBarTip in the MainActivity just passes the saved instance state, the seekBarTip remains red and states it needs to be abstract. I've noticed it does it with the other textView and IDs. I've noticed it doing this the last few days with other apps I've tried. I did update the android studio recently, but I dont know if that's when it started. Also when I would rename the textView IDs, I had a screen pop up to rename and refactoring the ID, I didnt see that popup on your video. Any ideas as to what's wrong? Should I uninstall and reinstall the android studio? Thank You!
@RahulPandeyrkp4 жыл бұрын
Interesting! Are you running Android Studio 4.1? Could you open the build.gradle file and tell me what plugins you have? Make sure you add the following lines at the top of that file: apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions'
@darrinreed80274 жыл бұрын
@@RahulPandeyrkp it had com.android.application, kotlin-android. I just added the kotlin-android-extensions And it seems to be working as it should now. Thank You for the fast response!
@adamdeane46754 жыл бұрын
I got bit by this too. Can we get a little background or primer on gradle plugins?
@RahulPandeyrkp4 жыл бұрын
@@adamdeane4675 absolutely, I really like that idea. Let me make explore this a little more and hopefully I can make a video on it
@angeljoydadizon87313 жыл бұрын
@@RahulPandeyrkp Hello sir, Good day, i have concerned about the build.gradle file my plugins is nothing found I don't know how to do coz it's my first time to use kotlin in android studio, hope you can able to help me. Thank you.
@analizaledesma98563 жыл бұрын
Thank you for a very good tutorial☺️
@miosz30493 жыл бұрын
Hi, my computer struggling to run both IDE and emulator at the same time. Is it good idea to use my android phone to run the app I wrote?
@RahulPandeyrkp3 жыл бұрын
yep, if your computer is struggling, hooking up a physical Android device is a great idea.
@badkinson5459 Жыл бұрын
Do you have the source code on github?
@RahulPandeyrkp Жыл бұрын
Yes: github.com/rpandey1234/AndroidTippy
@uprooted1164 жыл бұрын
Hello sir, Kindly make Video series on Android Services.
@RahulPandeyrkp4 жыл бұрын
I'd love to do this! On my list
@uprooted1164 жыл бұрын
@@RahulPandeyrkp I'll eagerly awaiting for that❤
@728_laxman43 жыл бұрын
Hii , this is expense calculator.??
@RahulPandeyrkp3 жыл бұрын
free to build :)
@uprooted1164 жыл бұрын
Sir, can you tell me that, the importance of Android services??
@RahulPandeyrkp4 жыл бұрын
Services run in the background without interaction with the user. Nice article: guides.codepath.com/android/starting-background-services
@uprooted1164 жыл бұрын
@@RahulPandeyrkp Thank you sir. Truly I love your tutorial, and enjoying it.❤