I want to build a to-do app using Compose. I want ...
# compose
s
I want to build a to-do app using Compose. I want to incorporate natural language processing that can detect the day and date in the text field. Does anyone know how to do this?
k
Not much to do with Compose. You can look at NLP Java libraries to see which one might provide what you’re looking for, and then integrate that library into your Compose app to process and format the text content.