أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
To create an API used by mobile ( android / IOS ) to retrieve information to be displayed by phone. Architecture , security , best practices , frameworks
to get news feed you have 2 ways:
1- public use:
in this case you will use the rss feed from the website
2- private use:
in this case you have to develop a custom API to read and pass the news to mobile app, this use it's more secure
You can use RSS technology, where you can select one channel or more, select the language, and date, then parsing the received data
maybe you can sent the last news ID your device had been received, and publish RSS after this ID