Coder Social home page Coder Social logo

opensource_android's Introduction

NoticeWorker

Provide URL Constant & Parser

Introduction

Library to get notice information from website (usually college) for android developer

Setup

Add the JitPack repository in your build.gradle (top level module):

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

And add next dependencies in the build.gradle of the module:

dependencies {
    implementation 'com.github.13mile:{moduleName}:{tag}' //{moduleName},{tag}  입력
}

Prerequisites

  • Android SDK 16
  • Thread to get Network result (use AsyncTask / RxJava / Coroutines ... )

Sample

Organization
SSU
SNU

Chooser Sample Organization

val organization_ssu = Noticeworker.organization("숭실대학교")

val organization_snu = Noticeworker.organization("서울대학교")

Get Department, Notice information

val departmentList = organization_ssu.getDeptList()

val departmentURL = Noticeworker.getNoticeURL(dept, page, keyword)

val noticeContent = Noticeworker.getNoticeContent()

Android Deployment Jitpack

*GitHub Deployment Repo URL : https://github.com/SeHwanOh/OpenSource_Android *JitPack URL : https://jitpack.io/#SeHwanOh/OpenSource_Android

Version Version Version License Platform

NoticeWorker (1.0.2)
June 3rd, 17:40

opensource_android's People

Contributors

abcdef123kmx avatar o-sehwan avatar

Watchers

 avatar  avatar

opensource_android's Issues

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.