Closed xmaux72 closed 6 years ago
Hi @xmaux72. Thanks for the comment. I'd accept a pull request that fixes this issue. Is the other code thread-safe?
Hi @xmaux72
For some time now, I wanted to update the README with some contributor information, and references to projects/products that are using android-rss. If you are willing to share any of this information, please feel free to provide the following, or a subset thereof:
Many thanks again for your contributions!
https://play.google.com/store/apps/details?id=it.btbmobile.InfoViolaFree and https://play.google.com/store/apps/details?id=it.btbmobile.infotoro
2 news aggregator about italian soccer teams.
feel free to share :)
Hi,
I'm using your library to read many rss feeds at a time. I noted strange dates in my articles and searching the code I noticed that:
/**
SimpleDateFormat is NON thread-safe so you can't declare as static https://stackoverflow.com/questions/6840803/why-is-javas-simpledateformat-not-thread-safe
Thanks for your great work.