Skip to content

뉴스 사이트에서 json을 받아서 제목과 요약문장 리스트를 보여주는 앱

Notifications You must be signed in to change notification settings

jinwookh/newsforme

Repository files navigation

Newsforme

Shows 10 title of news data which is sent by newsapi.com

Functions

  1. Shows title, and short skim of news.
  1. You can select the media or country news you want at setting page.

Main File Description

  1. NewsAsyncLoader.java: do url connection, http request, json parsing
  2. SettingDbHelper.java: store DB information
  3. MainActivity.java: show news
  4. SettingActivity.java: receive setting information from user, and store at DB

todo

  • code should be migrated to use AndroidX library.
  • Using android.support.v4.app library is not viable in Android Studio Dolphin.
  • importing android.support.v4.app library gives 'Version 28 is the last version of the legacy support library' error.

About

뉴스 사이트에서 json을 받아서 제목과 요약문장 리스트를 보여주는 앱

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages