DekkhO is a news app that fetches news from the internet using the News API. It provides users with different categories to choose news from and delivers the latest updates right at their fingertips.
To get started with DekkhO, follow the instructions below:
- Generate an API key from newsapi.org.
- Clone this repository or download the source code.
- Open the project in Android Studio.
- Open the
MainActivity.java
file. - Find the line with
String api = "YOUR_API_KEY_HERE";
and replaceYOUR_API_KEY_HERE
with your actual API key.
- Fetches news from the internet using the News API.
- Provides different categories to choose news from.
- Delivers the latest updates in real-time.
- User-friendly interface for easy navigation and reading.
DekkhO relies on the following dependencies:
- Retrofit: A type-safe HTTP client for making API calls.
- Picasso: A powerful image downloading and caching library.
- RecyclerView: A UI component for displaying large sets of data in a scrollable view.