Vivek Lakshmanan
Vivek Lakshmanan
> The right way to implement something like this in a relational database such as SQLite would be a many-to-many relationship (see also here) using two new database tables Oh,...
>Not necessarily - we only need two new tables in the database, not a whole new database Oh, in that case, we just need to create two new tables in...
Progress update: Managed to add the databases for tags and the add and remove tags functions for `StarDataSource`. Not sure if creating a database instead of using the `context` in...
So I'm attempting to implement the add tags functionality but there's error as seen below:  Apparently, the `UNIQUE` constraint has been violated, so it must be the fact that...
>Hmm, I think the reason is that you are setting the tag here instead of in the click listener specified in setPositiveButton here. When addTag is executed, tagName will still...
Alright, I've managed to work it out and get the tag added! Here's a gif to illustrate it:  I'll make this into an Arraylist of...
## Progress update ### Completed * Adding of tags using a List * Removing of tags using checkboxes for UI. However, when clicking the `X` button after deleting some tags,...
## Progress update ### Completed * Improved the functionality of the adding and removal of tags * Improve UI Here's a GIF for illustration:  ###...
>Sorry, I don't understand what you mean with this? Oh, I meant if it's better if it looks like this instead of the current style of the `EditText`? 
On a side note, I've been quite busy with my final exams. So once I'm done with that, I'll continue work on this! Sorry for the delay! :sweat_smile: