ibrajix / NewsFly

This application features - Modern Minimalist Design, MVVM, Pagination, Hilt, Retrofit, Room, Data Store, Flow, Live Data, Navigation Component (Clean Architecture)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsFly logo

License Medium Github Profile Twitter Profile

NewsFly is a modern news android application which features virtually ALL recent and recommended android development tech stack and tools used in developing a performant, beautiful application.


FEATURES

  • MVVM
  • Flow and LiveData (Used Both)
  • DataBinding and ViewBinding (Used Both)
  • Navigation Component
  • Room and DataStore (Used Both)
  • Hilt
  • Pagination [ Using both Pagintion Library (Home page) and Recyclerview onScroll Listener (Search Page) ]
  • Retrofit
  • Glide
  • Offline Capabilities -- Using both Remote Mediator (Pagination) and NetworkBound Resource
  • Light and Dark Mode
  • Search

....And lots more

Note: I used a free api for this application which has request/rate limit, so dont be shocked if you encounter a 429 error

MEDIUM

I wrote a blog post about this, check it: News Fly Blog Post

NOTE

  • While testing (the downloaded apk), keep in mind that I used a free news API (https://newsapi.org/). As such, if you encounter a 429 error (Too many request), it means that too many request has been sent within that time, you would have to wait before sending a request

  • While running on Android Studio, make sure you use your own API_KEY

License

Designed and developed by 2021 Inuwa Ibrahim (ibrajix)

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.

About

This application features - Modern Minimalist Design, MVVM, Pagination, Hilt, Retrofit, Room, Data Store, Flow, Live Data, Navigation Component (Clean Architecture)

License:Apache License 2.0


Languages

Language:Kotlin 100.0%