Practical Coding
Practical Coding
  • Видео 65
  • Просмотров 1 178 595
RecyclerView Item Click | Best Practice Way
In this video, you'll learn how to add a click listener to each item within a RecyclerView in Android Studio using Kotlin. We'll utilize a Kotlin interface to help capture click events on our RecyclerView items.
The RecyclerView is a standard view used in app development to display large amounts of information to the user. Topics covered in this video include setting up an interface and modifying the RecyclerView adaptor class to listen for item clicks.
🟡 Check out the blog post!!!
www.practicalcoding.net/post/recyclerview-item-click-kotlin
🟢 Starter Code
github.com/practica1-coding/RecyclerViewYT/tree/Basic-RecyclerView
🟠 Finished RecyclerView
github.com/practica1-coding/RecyclerViewYT/tree/Cl...
Просмотров: 6 841

Видео

RecyclerView | Everything You Need to Know
Просмотров 4,1 тыс.Год назад
In this video, you'll learn how to create a basic RecyclerView in Android Studio. The RecyclerView is a common view used in app development to display large amounts of information to the user. Topics covered in this video include creating a custom row layout using a CardView, setting up the RecyclerView Adapter, what the RecyclerView adapter methods are and why we need them, and finally, a litt...
How to upload an Android Studio project to GitHub | 2023
Просмотров 28 тыс.Год назад
In this video, we'll leverage Android Studio to upload/push a recently created Android Studio project onto GitHub using a personal access token. Link to Git download git-scm.com/downloads 🟡 Join the Discord Server!! discord.gg/evK6jwg4Xj Chapters: 00:00 Intro 00:10 Check if Git is installed 00:36 Installing Git 01:49 Setting up Git on Android Studio 02:32 Creating GitHub Repository 02:50 Settin...
Removing Item from RecyclerView with OnLongClickListener
Просмотров 19 тыс.2 года назад
In this video, you'll learn how to remove items from your RecyclerView using the OnLongClickListener. We'll be utilizing a Java interface to help capture the long click events on our RecyclerView items. The RecyclerView is a very common view used in app development to display large amounts of information to the user. Topics that will be covered in this video include setting up an interface and ...
RecyclerView Item Click | Best Practice Way
Просмотров 92 тыс.2 года назад
In this video, you'll learn how to add a click listener to each of your items within a RecyclerView in Android Studio. We'll be utilizing a Java interface to help capture click events on our RecyclerView items. The RecyclerView is a very common view used in app development to display large amounts of information to the user. Topics that will be covered in this video include setting up an interf...
RecyclerView | Everything You Need to Know
Просмотров 129 тыс.2 года назад
In this video, you'll learn how to create a basic RecyclerView in Android Studio. The RecyclerView is a very common view used in app development to display large amounts of information to the user. Topics that will be covered in this video include creating a custom row layout using a CardView, setting up the RecyclerView Adapter, what the RecyclerView adapter methods are doing and why we need t...
Animated Background | Android Studio
Просмотров 34 тыс.2 года назад
In this video, you'll learn how to create an animated background that can change from one color to another. We'll go over how to use Android Studios' drawable resource files to define the colors, create an animation list, and start the animation on a constraint layout background. Adding this into an existing app or one you're currently working on is super easy to do and adds a nice look to log ...
Getting started with Arduino | Guide
Просмотров 1,4 тыс.3 года назад
In this video guide, I will show you the steps needed to getting started with Arduino. You'll learn how to program the Arduino board, connect the Arduino to the Arduino IDE, and blink the onboard LED. Getting started with Arduino is a lot easier than you might think! Used Functions • pinMode(Pin, Mode): sets the mode of the pin • digitalWrite(Pin, State): changes the state of an output pin • de...
How to use the Number Picker in Android Studio | Numbers and Text
Просмотров 18 тыс.3 года назад
In this video, you'll learn how to use the Number Picker view in android studio. We will go over how to use numbers and string within the Number Picker, set default values, and grab the user's selected value. Android Studio is a great platform for creating apps that can be deployed on the google play store. If you're new to the series I'd go and check out the Android Studio Playlist. There, you...
How to make a scientific calculator in Android Studio 2021 | Part 4
Просмотров 12 тыс.3 года назад
In this video, you will learn how to make a calculator in Android Studio using Java. This scientific calculator will be able to perform many functions like calculating exponentials, basic arithmetic, trig and inverse trig functions, and much more! All of this will be made possible through the use of a math parser called Mxparser. You will learn how you can download the Mxparser library and use ...
How to make a scientific calculator in Android Studio 2021 | Part 3
Просмотров 16 тыс.3 года назад
In this video, you will learn how to make a calculator in Android Studio using Java. This scientific calculator will be able to perform many functions like calculating exponentials, basic arithmetic, trig and inverse trig functions, and much more! All of this will be made possible through the use of a math parser called Mxparser. You will learn how you can download the Mxparser library and use ...
How to make a scientific calculator in Android Studio 2021 | Part 2
Просмотров 13 тыс.3 года назад
This is the second video of the scientific calculator app series. In this calculator app series, you will learn how to make a calculator in Android Studio using Java. This scientific calculator will be able to perform many functions like calculating exponentials, basic arithmetic, trig and inverse trig functions, and much more! All of this will be made possible through the use of a math parser ...
How to make a scientific calculator in Android Studio 2021 | Part 1
Просмотров 31 тыс.3 года назад
In this video, you will learn how to make a calculator in Android Studio using Java. This scientific calculator will be able to perform many functions like calculating exponentials, basic arithmetic, trig and inverse trig functions, and much more! All of this will be made possible through the use of a math parser called Mxparser. You will learn how you can download the Mxparser library and use ...
How to upload an android studio project to GitHub
Просмотров 127 тыс.3 года назад
In this video, you will learn how you can create a repository on GitHub and upload all of the files in your Android Studio project to GitHub Link to Git download git-scm.com/downloads Join the Discord Server!!! discord.gg/evK6jwg4Xj Android Studio is a great platform for creating apps that can be deployed on the google play store. If you're new to the series, I'd go and check out the Android St...
How to make a Tic-Tac-Toe app in Android Studio | Part 6
Просмотров 9 тыс.3 года назад
This is the last video in the Tic-Tac-Toe series and in this video, we will be adding in the winning line that connects the markers of the player that won. We will be covering some of the core functions and techniques used for app development in Android Studio. This tutorial is designed for beginners trying to get started in app development with Android devices being the primary target. Android...
How to make a Tic-Tac-Toe app in Android Studio | Part 5
Просмотров 12 тыс.3 года назад
How to make a Tic-Tac-Toe app in Android Studio | Part 5
How to make a Tic-Tac-Toe app in Android Studio | Part 4
Просмотров 14 тыс.3 года назад
How to make a Tic-Tac-Toe app in Android Studio | Part 4
Create an alternate activity layout | How to create portrait and landscape layouts in android studio
Просмотров 23 тыс.3 года назад
Create an alternate activity layout | How to create portrait and landscape layouts in android studio
Disable landscape orientation | How to stop activity from rotating in android studio
Просмотров 23 тыс.3 года назад
Disable landscape orientation | How to stop activity from rotating in android studio
How to make a Tic-Tac-Toe app in Android Studio | Part 3
Просмотров 18 тыс.3 года назад
How to make a Tic-Tac-Toe app in Android Studio | Part 3
How to make a Tic-Tac-Toe app in Android Studio | Part 2
Просмотров 19 тыс.3 года назад
How to make a Tic-Tac-Toe app in Android Studio | Part 2
How to make a Tic-Tac-Toe app in Android Studio | Part 1
Просмотров 46 тыс.3 года назад
How to make a Tic-Tac-Toe app in Android Studio | Part 1
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 5
Просмотров 3,4 тыс.3 года назад
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 5
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 4
Просмотров 3,1 тыс.3 года назад
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 4
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 3
Просмотров 4,6 тыс.3 года назад
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 3
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 2
Просмотров 4,8 тыс.3 года назад
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 2
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 1
Просмотров 16 тыс.3 года назад
Make a Sudoku Solver App! | How to make a Sudoku solver in Android Studio | Part 1
Make your own custom buttons! | How to make custom buttons in Android Studio
Просмотров 12 тыс.3 года назад
Make your own custom buttons! | How to make custom buttons in Android Studio
How to create an onClickListener for multiple buttons in Android Studio
Просмотров 19 тыс.3 года назад
How to create an onClickListener for multiple buttons in Android Studio
Create an onClick Event for Buttons | How to create an onClickListener for buttons in Android Studio
Просмотров 3,9 тыс.3 года назад
Create an onClick Event for Buttons | How to create an onClickListener for buttons in Android Studio

Комментарии

  • @saved74
    @saved74 2 дня назад

    How do you call the text for the landscape view from your string resources after the rotation to landscape is completed? The text on a switch I have vanishes in landscape mode.

  • @shubhampaswaniitkgp2320
    @shubhampaswaniitkgp2320 2 дня назад

    9:28 I am getting a "Null Pointer Exception" while running the home page Can anyone help me out???

  • @neerajkumar-ts6om
    @neerajkumar-ts6om 2 дня назад

    woohoo uploaded my first project on git hub. Thanks buddy love you

  • @supernova_ultra
    @supernova_ultra 3 дня назад

    Thank you so much. I am beginner and I making this game by this video

  • @Keepfaith101
    @Keepfaith101 4 дня назад

    Thank you very much for this video! It helped me a lot with my project.

  • @supernova_ultra
    @supernova_ultra 6 дней назад

    Thank you bro

  • @octaviocuautle8181
    @octaviocuautle8181 8 дней назад

    It's giving me "symbol could not be resolved" when I type "aminoAcidNames.length" (10:00). I've followed the video pretty closely. I can't figure out what's wrong

    • @octaviocuautle8181
      @octaviocuautle8181 8 дней назад

      nvm. forgot to surround that line and the previous 3 with the setup method

  • @herecomessubking3104
    @herecomessubking3104 8 дней назад

    Omg ty man i had no clue was str is bro dang

  • @dmytrolemesh6458
    @dmytrolemesh6458 9 дней назад

    take off you face

  • @mudasirujallow
    @mudasirujallow 16 дней назад

    good series done man, i have an issue the onClick is not working on the buttons if click is getting stored in the touched box in the board can you please help.

  • @Anushkai1
    @Anushkai1 16 дней назад

    Thank You. Good Explanation

  • @adityadeshbhartar7172
    @adityadeshbhartar7172 19 дней назад

    So simple & clear explanation than anyone❤👍🔥 keep making such videos, community needs such youtubers

  • @robertdonnan2893
    @robertdonnan2893 21 день назад

    Great. Thanks!

  • @zefffdd
    @zefffdd 23 дня назад

    big Gyokeres

  • @alpr_shn
    @alpr_shn Месяц назад

    thank you so much Jason!!

  • @ailekzavy
    @ailekzavy Месяц назад

    I just adore youuu,....I've been following you for a long time, I admire your work, it's incredible and I've learned a lot from you. Thank you very much for your time and wonderful work. Seriously, from the bottom of my heart...."If possible, could you please do the part 5, about how to setup the calculation history?" Millions thankssssssssssssssssss...

  • @mugilan9257
    @mugilan9257 Месяц назад

    outstanding 👍

  • @FRENEMIE.mp3
    @FRENEMIE.mp3 Месяц назад

    Super helpful! I’m not new to computers or languages, but I am new to Java/Kotlin lol. And I’m trying to build an app and learn logic. Definitely a work out, but this is INCREDIBLY helpful.

  • @amaii8933
    @amaii8933 Месяц назад

    Helped me a lot! Thank you soooo much ! <3

  • @priortempore_
    @priortempore_ Месяц назад

    perfect, thank you!!

  • @sararara7253
    @sararara7253 Месяц назад

    You save me so much time! thank you!!

  • @chocolatelover326
    @chocolatelover326 Месяц назад

    Kotlin mein chahiye code java Mein nhi 🙂

  • @chocolatelover326
    @chocolatelover326 Месяц назад

    Agr style.xml na ho or themes.xml ho too ?

  • @asherb5134
    @asherb5134 Месяц назад

    The Adaptar part was always too frustrating to understand for me ,that is a great tutorial

  • @EarnWithSH
    @EarnWithSH Месяц назад

    THANKS <3

  • @sushanthk4638
    @sushanthk4638 Месяц назад

    simply wowww

  • @truongkhoi1579
    @truongkhoi1579 Месяц назад

    Very simple and helpful ❤💙

  • @akirakirakirakiraXD
    @akirakirakirakiraXD Месяц назад

    Hello! Is there a way to turn the recycler view horizontally? My recycler view worked by following your video. My only issue is that this scrolls vertically. Is there a way to make it horizontal?

  • @igorstrzezysz9992
    @igorstrzezysz9992 Месяц назад

    Thank you man :)

  • @user-eh2tk9lc5v
    @user-eh2tk9lc5v 2 месяца назад

    y can't it just be foreach => (render whatever the bloody view) 😭😭😭😭

  • @Master_Codex
    @Master_Codex 2 месяца назад

    we dont do drag and drop.

  • @shihabislam-ww4by
    @shihabislam-ww4by 2 месяца назад

    D

  • @dmhub21
    @dmhub21 2 месяца назад

    This is comprehensive, and profession oriented. you made my carrier one level up now

  • @user-ji4nk8wd5o
    @user-ji4nk8wd5o 2 месяца назад

    Can you create a video on how you create a button in an item? Please and thank you

  • @firey_solution
    @firey_solution 2 месяца назад

    my app when debugged and installed in my phone says cannot open

  • @ABDULKALAM-ig2dd
    @ABDULKALAM-ig2dd 2 месяца назад

    Really helpful

  • @user-cr6cd4qz3i
    @user-cr6cd4qz3i 2 месяца назад

    ur hot

  • @azandeshabalala1241
    @azandeshabalala1241 2 месяца назад

    Extremely helpful thank you so much

  • @fry8362
    @fry8362 2 месяца назад

    oh my god this has been the most thorough and straightforward tutorial, thank you for doing it better than 900 other ones ive seen

  • @johnpauldelacruz5261
    @johnpauldelacruz5261 2 месяца назад

    i have problem hope you can helped its about here RecyclerView recyclerView = findViewById(R.id.homeRecyclerView); saying that the findViewById "Cannot Resolve Method" and here the "this" saying cannot applied ExerciseAdapter adapter = new ExerciseAdapter(this,exerciseModels); recyclerView.setAdapter(adapter); recyclerView.setLayoutManager(new LinearLayoutManager(this)); im using a fragment because i use a bottom nav

  • @KhushiSingh-tl9mf
    @KhushiSingh-tl9mf 2 месяца назад

    Hello Sir, this video is very nice, can you please provide main_activity2.xml code?

  • @Majestic351
    @Majestic351 3 месяца назад

    Thanks friend

  • @mrcibz7044
    @mrcibz7044 3 месяца назад

    very good video, helped me so much!!

  • @neswar2882
    @neswar2882 3 месяца назад

    whatefuckl you are an ai

  • @rydzu98
    @rydzu98 3 месяца назад

    thx bro, finally someone who can it simply explain

  • @jemshaljohnpaul8230
    @jemshaljohnpaul8230 3 месяца назад

    explained like a charm!!

  • @demiantah3179
    @demiantah3179 3 месяца назад

    I spend about 4 hour looking for a good video talking about recycled views, thanks, honestly !

  • @mithilpatel3069
    @mithilpatel3069 3 месяца назад

    my horizontal winnig is not showing

  • @amandasjoberg463
    @amandasjoberg463 3 месяца назад

    Thanks this was so valuable! I really like the way you take time to explain how things work and why, because most others don't, and understanding why and how is how I learn. You should link the video on how to add the OnClickListener at the end ;)

  • @user-ww2zq2np2o
    @user-ww2zq2np2o 3 месяца назад

    This is a wonderful video with a super instructor. I received the same “constant expression required” issue. Unfortunately, the new Studio releases ruin prior program code. Commenting out the switch statement showed me that the id's entering the method matched those of the cases. I removed the interface and its method with the switch statement and entered the five buttons with their “onClicks” individually to watch the program run.