Code Monkey home page Code Monkey logo

upnews's Introduction

Application Setup Guide

This guide will help you set up and run the application successfully.

Prerequisites

  • Android Studio version: Girrafe 2022.3.1
  • Java Development Kit (JDK): Java 17
  • Gradle version: 8.1.1

Getting an API Key

  1. Go to https://newsapi.org/.
  2. Click on "Get Api Key" and follow the instructions to obtain an API key.

Configuration

  1. Open the project in Android Studio.
  2. Navigate to the directory: secrets/default.properties.
  3. Replace Base Url and API Key in default.properties: In the default.properties file, find the line:
    BASE_URL = "https://newsapi.org/v2/"
    API_KEY = ""
    Replace "API_KEY" with the API key you obtained earlier.
  4. Gradle Version Configuration:
    • Open Android Studio.
    • Go to Preferences/Settings > "File" > "Project Structure" > "Project".
    • Under "Gradle Version," select 8.1.1.
  5. JDK Version Configuration:
    • Open Android Studio.
    • Go to Preferences/Settings > "File" > "Project Structure" > "SDK Location" > "Gradle Settings".
    • Under "Gradle JDK," select Java 17.

Running the Application

  1. Open the project in Android Studio.
  2. Press the "Run" button in Android Studio to run the application.

Kotlin-DSL Build Scripts

The project uses Kotlin-DSL build scripts to manage dependencies and plugins.

References

For additional information and resources, you may find the following references helpful:

  • Project Repository: Check out the official repository for more insights into the Android NowInAndroid project.

Feel free to explore these references to gain a deeper understanding of the project's background and related materials.

upnews's People

Contributors

jefri-olin avatar jefriap avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.