Shows 10 title of news data which is sent by newsapi.com
- Shows title, and short skim of news.
- You can select the media or country news you want at setting page.
- NewsAsyncLoader.java: do url connection, http request, json parsing
- SettingDbHelper.java: store DB information
- MainActivity.java: show news
- SettingActivity.java: receive setting information from user, and store at DB
- 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.