/NewsHeadlines

This is Simple Application to show News Feeds with best UI using Android's Material design.

Primary LanguageKotlin

Top Headlines

This is Simple Application to show News Feeds with best UI using Android's Material design.

Screenshot

Have following open-source API to show news Feeds:

==> https://newsapi.org/

To Quick Start with application, You will need to replace APIKey: To get APIKey open following link

==> https://newsapi.org/register

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Dagger2.
  3. ui: View classes along with their corresponding Views and Presenters.

The app has following module:

  1. network: Services configuration for the application using Fast Android Networking.

Library reference resources:

  1. RxJava2: https://github.com/amitshekhariitbhu/RxJava2-Android-Samples
  2. Dagger2: https://github.com/MindorksOpenSource/android-dagger2-example
  3. Fast Android Networking: https://github.com/amitshekhariitbhu/Fast-Android-Networking
  4. Room: https://developer.android.com/topic/libraries/architecture/room

Questions?

Ping-Me on : Twitter Facebook

profile for Uttam Panchasara at Stack Overflow, Q&A for professional and enthusiast programmers

Donate

If you found this library helpful, consider buying me a cup of ☕

License

   Copyright 2019 Uttam Panchasara

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.