Giter VIP home page Giter VIP logo

technewsapp's Introduction

TechNewsApp

An Android Application which uses custom API of wordpress to show different-2 news of the tech world. Using Youtube API I have shown videos of some tech Youtube channels in my Application.

Requirements

  • Android Studio
  • JDK(Java Development Kit)
  • XAMPP Server.

Tech Stack

UI Design: XML(Extensible Markup Language)

Backend: Java

Backend Server: XAMPP Server(for hosting my wordpress website using localhost).

Custom API: Custom API of wordpress

Youtube API: Youtube API V3 for showing video in APP.

ImageSlider: GlideImageSlider

Dependencies

Gradle Project Level


buildscript {
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        // Add the dependency for the Google services Gradle plugin
        classpath 'com.google.gms:google-services:4.3.15'

    }
}

Gradle Module Level

    //For swipe refresh layout dependency
    implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

    //for auto image slider and glide
    implementation "com.github.firdausmaulan:GlideSlider:1.5.2"
    implementation 'com.github.bumptech.glide:glide:4.14.2'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'

    //Circular image library
    implementation 'de.hdodenhof:circleimageview:3.1.0'

    //Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'

    //javax dependency for json to pojo annotation
    implementation 'javax.annotation:javax.annotation-api:1.3.2'

    // Import the Firebase BoM
    implementation platform('com.google.firebase:firebase-bom:31.2.2')

    // When using the BoM, don't specify versions in Firebase dependencies
    implementation 'com.google.firebase:firebase-analytics'


    //Youtube video player zip file
    implementation files('libs/YouTubeAndroidPlayerApi.jar')

Permissions

For INTERNET

<uses-permission android:name="android.permission.INTERNET" />

For Playing Youtube Video

//Inside AndroidManifest
<manifest>
    <queries>
            <intent>
                <action android:name="com.google.android.youtube.api.service.START" />
            </intent>
    </queries>
</manifest>

Screenshots

technewsapp's People

Contributors

prog-cy avatar

Watchers

 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.