boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
176 stars 155 forks source link

how to add text to a listview using an edit text and a button using kotlin #643

Closed Sukairu187 closed 2 years ago

Sukairu187 commented 2 years ago

Hello, I want to create a simple fitness app but the problem that I have right now is I want to add a feature that will set goals to achieve

I've tried using listview that will expand by edittext, there will be a button telling the user to press to add new goals, it will open to the edittext and a button, once the user finish typing the user will press the button and return to the goals page with the recently typed goal

it also has the option to delete goals by selecting them via a check mark and set a delete button that will delete the goal

the code must be in kotlin unfortunately