FirebaseNewsLinker - API integration without Retrofit, FCM notification for new news data (Kotlin)

Опубликовано: 17 Май 2026
на канале: richa patel
11
0

API integration in Android without third-party library like Retrofit

Integration of FCM (Firebase Cloud Messaging) for notification when New News data is added on server
Source code:
This repository contains the source code for a mobile application developed in Kotlin for Android devices. TThis Android application fetches news articles from a provided AWS linked API and allows users to view them within the app, Additionally System APIs are used for fetching data without relying on any third-party libraries like Retrofit. It also integrates Firebase Cloud Messaging (FCM) to receive and display notifications. The app features visually interactive design, custom fonts, icons, and sorting options for listing articles based on old-to-new or new-to-old.