Build Your First Android App - Tip Calculator Beginner Tutorial

  Рет қаралды 10,575

Rahul Pandey

Rahul Pandey

Күн бұрын

Пікірлер: 37
@RahulPandeyrkp
@RahulPandeyrkp 3 жыл бұрын
I re-did this tutorial to work on the most recent version of Android Studio, please watch this! kzbin.info/www/bejne/gX3YmotnpK11f6s
@MainStreetHustler
@MainStreetHustler 3 жыл бұрын
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
@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
@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
@RahulPandeyrkp Жыл бұрын
😊😊
@CompSciCentral
@CompSciCentral 3 жыл бұрын
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.
@RahulPandeyrkp
@RahulPandeyrkp 3 жыл бұрын
Thanks a lot
@wasimraja2980
@wasimraja2980 4 жыл бұрын
🔥 awesome !
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
😍😊
@analizaledesma9856
@analizaledesma9856 3 жыл бұрын
@@RahulPandeyrkp can you teach me more?
@darrinreed8027
@darrinreed8027 4 жыл бұрын
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!
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
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
@darrinreed8027
@darrinreed8027 4 жыл бұрын
@@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!
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
@@darrinreed8027 awesome. I'm bummed that these Android Studio updates make my tutorials more confusing 😭
@FBWalshyFTW
@FBWalshyFTW 4 жыл бұрын
Alright, let's see how this full video meta goes.
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
let's gooo
@darrinreed8027
@darrinreed8027 4 жыл бұрын
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!
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
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'
@darrinreed8027
@darrinreed8027 4 жыл бұрын
@@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!
@adamdeane4675
@adamdeane4675 4 жыл бұрын
I got bit by this too. Can we get a little background or primer on gradle plugins?
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
@@adamdeane4675 absolutely, I really like that idea. Let me make explore this a little more and hopefully I can make a video on it
@angeljoydadizon8731
@angeljoydadizon8731 3 жыл бұрын
@@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.
@analizaledesma9856
@analizaledesma9856 3 жыл бұрын
Thank you for a very good tutorial☺️
@miosz3049
@miosz3049 3 жыл бұрын
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?
@RahulPandeyrkp
@RahulPandeyrkp 3 жыл бұрын
yep, if your computer is struggling, hooking up a physical Android device is a great idea.
@badkinson5459
@badkinson5459 Жыл бұрын
Do you have the source code on github?
@RahulPandeyrkp
@RahulPandeyrkp Жыл бұрын
Yes: github.com/rpandey1234/AndroidTippy
@uprooted116
@uprooted116 4 жыл бұрын
Hello sir, Kindly make Video series on Android Services.
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
I'd love to do this! On my list
@uprooted116
@uprooted116 4 жыл бұрын
@@RahulPandeyrkp I'll eagerly awaiting for that❤
@728_laxman4
@728_laxman4 3 жыл бұрын
Hii , this is expense calculator.??
@RahulPandeyrkp
@RahulPandeyrkp 3 жыл бұрын
free to build :)
@uprooted116
@uprooted116 4 жыл бұрын
Sir, can you tell me that, the importance of Android services??
@RahulPandeyrkp
@RahulPandeyrkp 4 жыл бұрын
Services run in the background without interaction with the user. Nice article: guides.codepath.com/android/starting-background-services
@uprooted116
@uprooted116 4 жыл бұрын
@@RahulPandeyrkp Thank you sir. Truly I love your tutorial, and enjoying it.❤
@1Poppii
@1Poppii Жыл бұрын
So sad you didnt do it in java
How to Make an Android App for Beginners
19:18
Treehouse
Рет қаралды 6 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Creating First Application In Android Studio in 2025
9:59
Codes Easy
Рет қаралды 1,1 МЛН
15 Years of Software Engineer Knowledge in 1 hour 30 mins
1:30:39
Rahul Pandey
Рет қаралды 103 М.
Android Studio Tutorial (2021 Edition) - Part 1
7:09
DJ Malone
Рет қаралды 978 М.
Android App Development Tutorial for Beginners - Your First App
55:20
freeCodeCamp.org
Рет қаралды 438 М.