Very nice tutorial. But since the tutorial was recorded using 28 API level, I had to make some minor changes to my code. Plus, I added a search function and a confirm dialog to delete and it's working flawlessly. Thank you very much.
A very important video series on Kotlin, it would have been better if there was a search bar to search the notes, Please upload a video for the search bar
Thank you very much for this very great tutorial on the issue(s) of creating a very useful Note-taking app with Kotlin. Delightful pace and encouraging motivation. You are an excellent teacher, leaving nothing unmentioned and pointing out where possible errors might occur. You gained a fan!
You are doing great, Keep it up. But i have a suggestion, Previously you made video of Firebase reltime database CRUD operation on different modules. Now make an app in which single module and User perform CRUD operations in their Profile section. And all user data can view in Single list. only own details can be modify others User details in list can be read only. Also add search & filter option in list.
Hello, I am having problems with the database error: android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0 when I try to run the fragment val db = readableDatabase val query = "SELECT * FROM $TABLENAME WHERE $COLUMN_ID = $note_Id" val cursor = db.rawQuery(query, null) cursor.moveToFirst() can you help me
at the moment that I try to run, this wild error merge: Error running 'AddNoteActivity' The activity must be exported or contain an intent-filter Ideas?
Check the below link and also make sure that AddNoteActivity is present in AndroidManifest: stackoverflow.com/questions/40508303/the-activity-must-be-exported-or-contain-an-intent-filter
Hello, I really liked your video, but I have certain problems with how the data appears to me, I don't speak English and it is a little difficult for me to understand, could you help me.
possible solution: in my case I misspelled "INTEGER" as "INTIGER" in NotesDatabaseHelper in function onCreate override fun onCreate(db: SQLiteDatabase?) { val createTableQuery = "CREATE TABLE $TABLE_NAME ($COLUMN_ID INTEGER PRIMARY KEY, $COLUMN_TITLE TEXT, $COLUMN_CONTENT TEXT)" db?.execSQL(createTableQuery) }
@@android_knowledge Good afternoon I'm sorry, but I can't do it, I don't know if I'm doing something wrong. Can you help me? Can I send you my email? Thank you very much.
Download from the below link: Link: sqlitebrowser.org/dl/ For windows - download standard installer either for 32bit or 64 bit as per your laptop requirement.
In onBindViewHolder i can't call title and content. How can I solve it? override fun onBindViewHolder(holder: NoteViewHolder, position: Int) { val note = notes[position] holder.titleTextView.text = note.title holder.contentTextView.text = note.content }
Very nice tutorial. But since the tutorial was recorded using 28 API level, I had to make some minor changes to my code. Plus, I added a search function and a confirm dialog to delete and it's working flawlessly. Thank you very much.
A very important video series on Kotlin, it would have been better if there was a search bar to search the notes,
Please upload a video for the search bar
this video was exactly what I needed! Straight to the point and incredibly useful. Thanks for sharing your expertise!
You do an amazing job of pronouncing things clearly and explaining the info so that it is easy to understand. Thank You!
A big hug from UFC - Gardens of Anita , Thank you!!
I was so excited for this project and I loved it so much that I created it in one day 😂 thank you, awesome as always🎉
Great, keep learning :-)
Thank you very much for this very great tutorial on the issue(s) of creating a very useful Note-taking app with Kotlin. Delightful pace and encouraging motivation. You are an excellent teacher, leaving nothing unmentioned and pointing out where possible errors might occur. You gained a fan!
This means alot :-)
i like this series. I would love to see you add a search bar and a copy note to the app
Muchas gracias!!
Fue el único video que me ayudo a resolver mi tarea, y eso que esta en otro idioma!!
Good Works!
Keep making project in android with kotlin.
You are amazing!
Thank you :-)
Mam please bring videos on mvvm and room database
Thank You for this video!
It was very helpful for me, as I wanted to make my first android app!
Simple, clear, easy to follow! ;-)
You are doing great, Keep it up. But i have a suggestion, Previously you made video of Firebase reltime database CRUD operation on different modules. Now make an app in which single module and User perform CRUD operations in their Profile section. And all user data can view in Single list. only own details can be modify others User details in list can be read only. Also add search & filter option in list.
Thankyou Ma'am thanks 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍Loved it
how did you write the code in floating the add button?
why am I getting a java null pointer exception when I try to open the page notes layout?
caused by getAllNotes
Thank you so much for this valuable video. You made this video with detailed information. Really helpful ❤
Hello, I am having problems with the database
error: android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0
when I try to run the fragment
val db = readableDatabase
val query = "SELECT * FROM $TABLENAME WHERE $COLUMN_ID = $note_Id"
val cursor = db.rawQuery(query, null)
cursor.moveToFirst()
can you help me
Do you have Github repositary?
Thanks Mam Tutorial is Wonderfull
Thanks ma'am, it very helpful 😍
Thank you so much for your video😍😍
sir . I need you choose topic Content provider is next video . Because content provider very hard with me and content provider kotlin very little
Oooh thank you mam for this projects video😍... Mam advance series kab aayege?
From sept :-)
at the moment that I try to run, this wild error merge: Error running 'AddNoteActivity' The activity must be exported or contain an intent-filter
Ideas?
Check the below link and also make sure that AddNoteActivity is present in AndroidManifest:
stackoverflow.com/questions/40508303/the-activity-must-be-exported-or-contain-an-intent-filter
I LOVE YOu, you saved my day godess!!!!!!!!!
Nice explanation...
thank you so much for your guidences :)
Thanks so much! I like this video
Good job👍
Good job madam
best video ever
Your videos are great. Also make the video on room database.
Soon :-)
good vid
helps alot
Hello, I really liked your video, but I have certain problems with how the data appears to me, I don't speak English and it is a little difficult for me to understand, could you help me.
Theres no code for this project on your website, only for the room version
Sir update crashes app:Caused by: android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 1
Check the below link:
stackoverflow.com/questions/19974442/android-database-cursorindexoutofboundsexception
possible solution: in my case I misspelled "INTEGER" as "INTIGER" in NotesDatabaseHelper in function onCreate
override fun onCreate(db: SQLiteDatabase?) {
val createTableQuery = "CREATE TABLE $TABLE_NAME ($COLUMN_ID INTEGER PRIMARY KEY, $COLUMN_TITLE TEXT, $COLUMN_CONTENT TEXT)"
db?.execSQL(createTableQuery)
}
when I click on add button, app crashes.Can't find the error.
Check logcat to find error.
Hello
Thanks, the app is amazing.
Tell me, How can I connect to Firebase in real time?
Thanks.
You can refer the below video to get an idea on how to connect to firebase realtime:
ruclips.net/video/WH8XOoZLmTA/видео.html
@@android_knowledge
Good afternoon
I'm sorry, but I can't do it, I don't know if I'm doing something wrong.
Can you help me?
Can I send you my email?
Thank you very much.
@@android_knowledge
I've already managed to record on Firebase.
But now I can't see it on "notesRecyclerView".
Can you help me?
Thanks
Thank you so much madam
can make a video for this in java and firebase
Your voice is cute.
how to downlaod db browser maam? I cant find tutorial
Download from the below link:
Link: sqlitebrowser.org/dl/
For windows - download standard installer either for 32bit or 64 bit as per your laptop requirement.
@@android_knowledge hi I have requeste can you make video about adding a date, change color of notes , search and adding Image please 🙏🙏🙏
how to export Sqilte Database
🎉🎉🎉
bro, we need like this video but with using java
amazing
Pls quotes app
how to make?
thank u very much
code source please
50:30
Seem like learning from DORA THE EXPLORER
😂
app keeps stopping
Please share the link to the source code.
Madam, please provide the source code of this code please maim
🤩
code likha kar na ki paste kiya karo ..people are here to learn not copy code
If the code is same then only I copy paste it otherwise the video will become very lengthy :-)
❤❤❤❤
Plese give me the source code
you are fucking amazing
thank you
In onBindViewHolder i can't call title and content. How can I solve it?
override fun onBindViewHolder(holder: NoteViewHolder, position: Int) {
val note = notes[position]
holder.titleTextView.text = note.title
holder.contentTextView.text = note.content
}
Make sure you have initialised title and content in NotesViewHolder class and also make sure onCreateViewHolder code is correct.