To fix app Crash when deleting a note after clicking on yes. change your code to following: tvYes?.setOnClickListener { viewModel.deleteNote(oldNotes.data.id!!) bottomSheet.dismiss() findNavController().navigate(R.id.action_editNotesFragment_to_homeFragment) }
Bhai video bahut badiya magar thoda samjaoo bhi sath sath mae jayse for ex -> humne NotesViewModel(application:Application) class to yaha Par ye Application kya hai iska use kya hai or bhi chote chote concepts samjaya karo... Thanks for the Great Video Brother it really Helpful....
Sir apply plugins :"andriodx.navigation.safeargs.kotlin" And last wala class path wala code dalna hai kya.... Maine dala tha but error aye.. To waps nikal liya maine.... Plss replay sir... ❤🌟
hello bhaiya i am trying to make this note app but i am getting a build error which is displaying "can't find symbol class in notesdao.java file" but i have done all the things as u have done , i am finding solution for it but i am unable to find any sol. regarding it at 1:36:09
Can you please show a tutorial where in the app. there will be notes to write , calendar for marking events (just like google calendar) and to-do list . In simpler way just like Diary app smthng
Hey i have also created notes Application . In my application there is 4 data when I filter it is showing only 2 data and not showing all data 4 items in staggeredgrid layout.can you help me with this
Bro castom parceble me "Notes" ka option nahi aa raha 1:49:15 total Code again check kr liya... you said in video...we made parceble.... when we made??
This SearchView line is causing app to crash at 2:43:00 (val searchView = item.actionView as SearchView) i have searched over internet and stackfverflow but the solutions there are not working
Hey did anybody solve the error related to. When we are clicking over "yes" over the dialogue box so here instead of switching from edit to home fragment our whole activity recreated... 2:29:16
Hey, I am stuck where we are passing argument on editnotesfragment. When I am adding an argument, I am not getting notes options. Did I miss anything anywhere? Please help me out.
number 1: model me @Parcelize import krwao or 2nd class Notes ko " Parcelable" se extend krdo for example @Parcelize @Entity(tableName = "Notes") class Notes( @PrimaryKey(autoGenerate = true) var notes_id:Int?=null, var title:String, . . . ):Parcelable is trha se apka kam ho jay ga
bro big fan, plz can u make Tinder dating app in kotlin using all latest features please, its very very urgent, after diwali i have to submit this project for hackathon plz help
@Entity(tableName = "Notes") data class Notes( @PrimaryKey(autoGenerate = true) var id: Int?, var title: String, var subTitile: String, var notes: String, var date: String, var priority: String ): Parcelable { constructor(parcel: Parcel) : this( parcel.readValue(Int::class.java.classLoader) as? Int, parcel.readString() ?: "", parcel.readString() ?: "", parcel.readString() ?: "", parcel.readString() ?: "", parcel.readString() ?: "" ) override fun writeToParcel(parcel: Parcel, flags: Int) { parcel.writeValue(id) parcel.writeString(title) parcel.writeString(subTitile) parcel.writeString(notes) parcel.writeString(date) parcel.writeString(priority) } override fun describeContents(): Int { return 0 } companion object CREATOR : Parcelable.Creator { override fun createFromParcel(parcel: Parcel): Notes { return Notes(parcel) } override fun newArray(size: Int): Array { return arrayOfNulls(size) } } } i had taken his reference to make notes app and this is how i made the data class Parcelable.
I ran into this problem on CreateNotesFragment.kt Type 'Lazy' has no method 'setValue(CreateNotesFragment, KProperty, NotesViewModel)' and thus it cannot serve as a delegate for var (read-write property) what should i do?
build.gradle(project) my class add kese kaha kru??? // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.1.2' apply false id 'com.android.library' version '7.1.2' apply false id 'org.jetbrains.kotlin.android' version '1.6.21' apply false } task clean(type: Delete) { delete rootProject.buildDir }
Big fan bro...
Please pin me...
sure and Thanks
@@yourdeveloperherejenil Thanks Bro...
@@yourdeveloperherejenil Bro please give source code of these app if you can...
@@Kxrtik it's paid code if you want then DM me on Instagram
@@yourdeveloperherejenil Bro I have 1 problem regarding to my own app...Will you help me to solve it...
Awesome video brother we need this type of advance topic more ... and advance project more please continue this series..
Thnx from Turkey man. I finally did it its so useful :)
Glad it helped
Hindi smj aati h tereko ?
amzing tutorial just love it ❤ we want more such videos....
Completed!. Thanks❤❤
You're welcome 😊
Bro apka video so useful.Love from Bangladesh🇧🇩
Thanks
Entity 58:28
To fix app Crash when deleting a note after clicking on yes. change your code to following:
tvYes?.setOnClickListener {
viewModel.deleteNote(oldNotes.data.id!!)
bottomSheet.dismiss()
findNavController().navigate(R.id.action_editNotesFragment_to_homeFragment)
}
This does not work I could not delete the notes after creating
Bhai video bahut badiya magar thoda samjaoo bhi sath sath mae jayse for ex -> humne NotesViewModel(application:Application) class
to yaha Par ye Application kya hai iska use kya hai or bhi chote chote concepts samjaya karo...
Thanks for the Great Video Brother it really Helpful....
awesome explanation bro keep it up
Thanks a ton
Love From Heart Bro You Really Make Very Awesome 😎😎😎 Content New Subscriber 💖💖💝💝💝
Thanks Man
Great Work, Sir
Learn a lot while making a complete app
Thank you ❤❤
thank you so much for your hardwork for me , love you your hard work
just outstanding!!!! ❤️
Well explained, you saved my life
Thanks for your support ✅✅
Liked, Subscribed
Awesome work Sir
Keep it up
Sir apply plugins :"andriodx.navigation.safeargs.kotlin" And last wala class path wala code dalna hai kya.... Maine dala tha but error aye.. To waps nikal liya maine.... Plss replay sir... ❤🌟
hello bhaiya i am trying to make this note app but i am getting a build error which is displaying "can't find symbol class in notesdao.java file" but i have done all the things as u have done , i am finding solution for it but i am unable to find any sol. regarding it
at 1:36:09
good job BRO, i like your course
Awesome Explanation, keep it up
Thank you, I will
Jordar bhai....
Thanks
Sir! awesome explanation i love it! wanna see more app dev turorial from you!
Sure
Bhai aap best ho😊😊😊
Thanks
Hello broh, the "ItemNotesBinding" doesn't appear for me [NotesAdapter: 1:41], are you no whay?
Nice tutorial sir
Keep continue
Thank you, I will
Thanks bro amazing tutorial
Welcome
outstanding tutorial
Thanks
Can you please show a tutorial where in the app. there will be notes to write , calendar for marking events (just like google calendar) and to-do list . In simpler way just like Diary app smthng
The best of the best! 👍
Thanks
Hey i have also created notes Application . In my application there is 4 data when I filter it is showing only 2 data and not showing all data 4 items in staggeredgrid layout.can you help me with this
Bro castom parceble me "Notes" ka option nahi aa raha 1:49:15 total Code again check kr liya... you said in video...we made parceble.... when we made??
stackoverflow.com/questions/33551972/is-there-a-convenient-way-to-create-parcelable-data-classes-in-android-with-kotl
use this link you will get it
Just click on the data keyword of your kotlin data class, then press alt+Enter, select the first option saying "Add Parceable Implementation"
@@mobilator Exactly where am i supposed to insert it?
Same Problem occurs
@@chandansuthar6447 check out the link 👍
Database 1:09:09
You deserve more views . Amazing video
Thank you so much 😀
to share kr na
1:46
Thanks 👍
Awesome tutorial ❤
Thank you! Cheers!
bhaiya, why my top level top-level build.gradle only contains plugins??
Thank you.
good content
Unable to implement update note via navigation graph args. Not showing that notes option which is shown in the video.
well explaining.......amazing..but i think you forget to implement back button on fragments
🤣
Yes 🥰🤣
47:44
hi Can you make video on a drive storage app in kotlin.
Pls
The notes class is not getting parced in the argument, 1:49, did you make it parcelable?
did you solve the problem @Himanshu Bhardwaj ?
@@gazelpesen5727 yes i made that class parcelable
Bhaiya kon sha Emulator use kar raha ho
Bhaiya kese ho app❤❤❤
Brother How can i Hide that priority Linear Layout while scroll down ?
thank you
make quote maker we very need
We will
The HomeFragmentDirection class is not getting generated what to do? tried everythin from stackoverflow
same
do you solve this?
This SearchView line is causing app to crash at 2:43:00
(val searchView = item.actionView as SearchView)
i have searched over internet and stackfverflow but the solutions there are not working
use this in HomeFragment
import android.app.SearchManager;
import android.widget.SearchView;
import android.widget.SearchView.OnQueryTextListener;
Sir mere laptop main gradle install nahi hai mai output ko mobile use karti hu... To yaha muze error show kar raha hai depency main kya kru
which file you make Notes parceliae
please tell me
missing you sir
fir kab video banaoge?
yeh 1:41:13 par itemnotesbinding kaha se aaya ?????
when you enable view binding it will automatically come as per your layout name
So great...how to show notes from two tables differents?
Make 2 table for different notes
data class ko parcelable banana parega right data pass nhi ho rha h
From where I download font and UI things?
Can you make tutorials for guide app.? (like java tutorial app)
not like that but I have app of java and c language if you want then DM me on Instagram
@@yourdeveloperherejenil free or paid?
@@ackerman6992 obviously Paid
Missing BackUp in device and in google Drive, can you make It?
after declaring adapter variable globally my filters stops working please help bro.
Hey did anybody solve the error related to. When we are clicking over "yes" over the dialogue box so here instead of switching from edit to home fragment our whole activity recreated... 2:29:16
Actually I have resolved it
@@lucifer43219 please provide the solution for the same
@@lucifer43219 can you please tell me how?
Sir kotlin course sikheyega please sir
1:36:12
why you don't write coroutine in viewmodel. My place, they write it here.
can we get the link to the assets (fonts, images,etc) used in the project?
Contact me on Instagram
how to insert formatted tex, image ?
how to make whatsApp status app in android studio using java.
Make a One Video..
Bro please make a video on VPN app development please please please 🙏🙏🙏
will try it!! because VPN is very big project so it may be not possible in tutorial
Hey, I am stuck where we are passing argument on editnotesfragment. When I am adding an argument, I am not getting notes options. Did I miss anything anywhere? Please help me out.
Just rebuild your project it will come automatically
number 1: model me @Parcelize import krwao or 2nd class Notes ko " Parcelable" se extend krdo
for example @Parcelize
@Entity(tableName = "Notes")
class Notes(
@PrimaryKey(autoGenerate = true)
var notes_id:Int?=null,
var title:String,
.
.
.
):Parcelable
is trha se apka kam ho jay ga
@@raufravian520 Thank you so much. It worked 👌
@@raufravian520 Thanks Broo
dao me deletenodes me unused parameter aa rha he
Pls sir create Google Lens Clone using MLKIT
i will try
@@yourdeveloperherejenil Thank you so much😇...Pls upload as soon as possible..
The delete button does not delete notes when clicked
my timestamp : 2:31:48
Can I follow this without any errors ???
@@ababakr_asa yes you will get error but you can solve with the help of chatgpt and stackoverflow or you can find new notes app turorial
Broo i have done java but now i don't know from where i learn DSA with java plzzz suggest 😕😕😕
what you want to be Android Developer?
@@yourdeveloperherejenil things here are far from java and DSA😂
Hey please can I get the PDF documentation, cant hear Hindi 😓
Bro 26:05 FragmentHomeBinding showing error
did you get way showing same error to me
Bro blood donation app tutorial
While adding argument my notes class is their in search by name..
sir search note nhi ho rha
ppt kaise milegi??
There is no notes in parcelable
I’ve tried everything
kaise ho aap bhiya
bahot badhiya
bro big fan, plz can u make Tinder dating app in kotlin using all latest features please, its very very urgent, after diwali i have to submit this project for hackathon plz help
Pls put vpn app tutorial
KESE HO SIR APP ?
I am very fine thanks for asking
You didn't show how to make Notes Parcelable while coding for edit notes
hey have you resolved that
@Entity(tableName = "Notes")
data class Notes(
@PrimaryKey(autoGenerate = true)
var id: Int?,
var title: String,
var subTitile: String,
var notes: String,
var date: String,
var priority: String
): Parcelable {
constructor(parcel: Parcel) : this(
parcel.readValue(Int::class.java.classLoader) as? Int,
parcel.readString() ?: "",
parcel.readString() ?: "",
parcel.readString() ?: "",
parcel.readString() ?: "",
parcel.readString() ?: ""
)
override fun writeToParcel(parcel: Parcel, flags: Int) {
parcel.writeValue(id)
parcel.writeString(title)
parcel.writeString(subTitile)
parcel.writeString(notes)
parcel.writeString(date)
parcel.writeString(priority)
}
override fun describeContents(): Int {
return 0
}
companion object CREATOR : Parcelable.Creator {
override fun createFromParcel(parcel: Parcel): Notes {
return Notes(parcel)
}
override fun newArray(size: Int): Array {
return arrayOfNulls(size)
}
}
}
i had taken his reference to make notes app and this is how i made the data class Parcelable.
bro can you give me source code plz
Contact on Instagram
Source code bro?
contact me on instagram for source code
@@yourdeveloperherejenil bro now i dont have instagram
Pls send me your telegram user name
@@dpyoutuber8954 jenil_vaghani
English please
Sorry this is Hindi channel
Errors from the start, worst tutotiral ever
Thank you
But more than 500 students done own notes app so be humble and watch video to keep open your eyes 👀
I ran into this problem on CreateNotesFragment.kt
Type 'Lazy' has no method 'setValue(CreateNotesFragment, KProperty, NotesViewModel)' and thus it cannot serve as a delegate for var (read-write property)
what should i do?
Sir apna source code dedo yrr match krna hai, bohot problem ho rha hai code mei...weird weird errors aa rhe hai.
build.gradle(project) my class add kese kaha kru???
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
I use Artic fox android studio you should also that
@@yourdeveloperherejenil yes i use bumblebee
@@yourdeveloperherejenil thank you
Bro apne kaha k subscribe nhi krty kr diya subscribe
Sukriya