Finally completed the Kotlin version and works really well I typed it all out but had to use the user_activity xml from your java repo of same project. Very clear and concise project
@_foxandroid3 жыл бұрын
Congratulations!!👍
@BlyatifulButter2 жыл бұрын
14:32 I did exactly as you typed but it doesn't work, it gives me an error that "listview" is an unresolved reference. Yes, I have the same listview ID.
@masteradvance2 жыл бұрын
I got the same issue, did you find any way to fix it?
@BlyatifulButter2 жыл бұрын
@@masteradvance I haven't touched Kotlin in 8 months, but I'll try my best to help. From what I remember, there should be a buildFeatures section in your build.gradle. Add "viewBinding true" to it, then go and change the listview ID to something else, like "mylistview" or something instead, and that should work but I'm not sure since I cannot test it.
@masteradvance2 жыл бұрын
@@BlyatifulButter Thanks, i think I'm doing something wrong, because i have viewBinding true and i have change the listview ID multiple times, so i have to recheck everything, but still thank you so much just for replying!
@masteradvance2 жыл бұрын
@@BlyatifulButter Got it, i share my problem, i wasn't working on the Main Activity, so i had to declare the binding variable as a ActivityNameoftheactivityBinding instead of ActivityMainBinding
@BlyatifulButter2 жыл бұрын
@@masteradvance I'm glad that you fixed the problem!
@jasonedwardes55942 жыл бұрын
This tutorial very clear, took me about 2 hours to complete.
@ParasProgramming123 Жыл бұрын
Your code for list item is not working
@DavidNitzscheBell3 жыл бұрын
But...how do you add a new item? How do you edit an item? What about user authentication?
@rashiddev75453 жыл бұрын
why don't you explain what each line does? for example layoutinflator.. ?
@_foxandroid3 жыл бұрын
I have dedicated videos on these topics
@yennygonzalez6452 жыл бұрын
14:32 I don't why but Indices doesn't appear as a function and I did exactly what you did, idk what to do, help me pleaseeeeeee
@d.o.a923611 ай бұрын
14:19 my problem now is that I can’t write « nameVal[i] , nameVal2[i] » Do you have a solution?
@unwiringtech3 жыл бұрын
why u didn't extended custom adapter using base adapter..?
@switchcase74832 жыл бұрын
why arent u uploading the code its horrible to type it all i just wanted the basic elements
@_foxandroid2 жыл бұрын
DM on IG on Discord
@mumujibirb2 жыл бұрын
What if I want to add an image from a path? I need to make a dynamic list
@hemanthsatyendravilluri47993 жыл бұрын
I'm getting error as array adapter requires the resource I'd to be a text view!!! How to solve this
@urvishbundela78263 жыл бұрын
Hello bhai, Thanks a lot for this tutorial, can you tell us how to implement a story view for the same project, I mean clicking an item and opening a story activity just like in social media apps. I want to know how thus is implemented via kotlin.
@_foxandroid3 жыл бұрын
Urvish you can implement story mode in same manner the change you need to do is in the second activity....will make tutorial on that soon
@urvishbundela78263 жыл бұрын
@@_foxandroid Thanks for the reply bro, really excited for that tutorial video!!!
@AnkurJhavery2 жыл бұрын
pass the id in the intent, then on the second activity, extract data from shared preference or database using the id passed.
@urvishbundela78262 жыл бұрын
@@AnkurJhavery Thanks bro, will try that too!
@GSFRANKy Жыл бұрын
Thanks for the tutorial! I would like to make it possible to view multiple images on the User page that appears when clicking on the item list, using a view pager. Can I get some assistance with this? It would be even better if there is a video tutorial available.
@ikhsansdq Жыл бұрын
Hi, great tutorial btw but I noticed that passing an LayoutInflater in 11:30 is causing an error
@siddhantsamarth76211 ай бұрын
I have the same issue, were you able to find a fix?
@HieuNguyen-vq5re Жыл бұрын
18:02 why cant i find the nameProfile
@nihadmemmedli3650 Жыл бұрын
Can you find it?
@geethatadi28202 жыл бұрын
where is the source code?
@shubhamgutte1743 жыл бұрын
when you creating User as data class .. my android studio not showing the option of data class what should i do?
@_foxandroid3 жыл бұрын
Make sure you are creating kotlin class. If still not showing write it manually
@LuckyTods2 жыл бұрын
When i type "binding.listview. ..." it doesn't work. Error "Unresolved reference: listview". Can someone help me?
@SworDam Жыл бұрын
Write "ActivityNameoftheactivityBinding" instead of "ActivityMainBinding"
@d.o.a923611 ай бұрын
@@SworDam 14:19 my problem now is that I can’t write « nameVal[i] , nameVal2[i] »
@bauyr2517 ай бұрын
where is the library?
@VyanAre3 жыл бұрын
Omg its working😭...Thank You sir helping my task😊
@shagunchaturvedi20203 жыл бұрын
Sir 11:10.... Mujhe ActivityMainBinding class show nhi ho rahi hai
@_foxandroid3 жыл бұрын
Watch my "ViewBinding FoxAndroid" tutorial
@bigsmoke6414 Жыл бұрын
1:05 christopher lookin hella lot sus
@ddattatreyareddy320211 ай бұрын
Where can i find the images
@spacemeter30012 жыл бұрын
I followed your tutorial but my list view is empty even though I filled the array list with users.
@_foxandroid2 жыл бұрын
DM on IG
@michaelklupsch58682 жыл бұрын
@@_foxandroid can you please elaborate here? for the people without IG ;-)
@michaelklupsch58682 жыл бұрын
nvm found it myself... for anyone wondering, make sure to not forget the arrayList when extending ArrayAdapter in the MyAdapter class class MyAdapter(private val context : Activity,private val arrayList : ArrayList) : ArrayAdapter(context, R.layout.list_item,arrayList)
@stevekelly43473 жыл бұрын
Thanks very much for this tutorial very clear and to the point. Keep up the good work;much appreciated
@_foxandroid3 жыл бұрын
Glad it helped!
@mdgalibhasan.28472 жыл бұрын
pls add calling funtionalities with contact number by implicit intent,
@rezajax3 жыл бұрын
hi, whats name your avd?
@rezajax3 жыл бұрын
I found it called ApowerMirror
@baghadboulali42083 жыл бұрын
thanks so much bro it was helpful
@ANIMA_Impact2 жыл бұрын
Can u give me user code? And user activity code?
@pccontrol70242 жыл бұрын
Did you access the userActivity codes?
@buddheshborkar40373 жыл бұрын
can u share the source code
@_foxandroid3 жыл бұрын
DM on IG
@saga16583 жыл бұрын
Thanks for the video...
@pietroroberto61143 жыл бұрын
Can we have the source code please?
@_foxandroid3 жыл бұрын
DM on IG
@spacemeter30012 жыл бұрын
Did you get the code?
@spacemeter30012 жыл бұрын
@@_foxandroid Please share it in the video description. II have problems running it on my machine and would like to see where the error is
@_foxandroid2 жыл бұрын
Please get it on Discord
@dindasetya66212 жыл бұрын
@@_foxandroid hi, can i have the source code please? i have been following all of your source code from this video but its still gives me an error