All Projects β†’ TheCodeMonks β†’ Nytimes App

TheCodeMonks / Nytimes App

Licence: mit
πŸ—½ A Simple Demonstration of the New York Times App πŸ“± using Jsoup web crawler with MVVM Architecture πŸ”₯

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Nytimes App

Notzz App
πŸ“ A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-35.77%)
Mutual labels:  android-architecture, material-design, android-development, room-persistence-library, recyclerview
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-44.31%)
Mutual labels:  android-architecture, material-design, android-application, android-development, material-ui
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+128.86%)
Mutual labels:  viewmodel, material-design, android-application, livedata, room-persistence-library
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-57.32%)
Mutual labels:  android-architecture, material-design, android-application, android-development, material-ui
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-85.37%)
Mutual labels:  android-architecture, viewmodel, android-application, android-development, livedata
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+4573.98%)
Mutual labels:  hacktoberfest, material-design, android-development, material-ui
Expenso
πŸ“Š A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Stars: ✭ 325 (+32.11%)
Mutual labels:  android-architecture, material-design, android-development, room-persistence-library
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (-37.4%)
Mutual labels:  coroutines, android-architecture, viewmodel, android-development
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (-32.11%)
Mutual labels:  material-ui, android-development, android-application, android-architecture
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin πŸ“±πŸŽ¨πŸ¦„
Stars: ✭ 783 (+218.29%)
Mutual labels:  hacktoberfest, material-design, android-development, material-ui
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-92.68%)
Mutual labels:  viewmodel, livedata, room-persistence-library, recyclerview
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+688.62%)
Mutual labels:  hacktoberfest, coroutines, livedata, room-persistence-library
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (-70.73%)
Mutual labels:  android-architecture, android-application, android-development, livedata
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-60.57%)
Mutual labels:  material-design, android-application, android-development, material-ui
Simple-Note-App-with-Online-Storage
✍️ Simple Note Making App use Sqllite Room 🧰 for caching the notes and πŸ“₯ Firebase Database for online storage
Stars: ✭ 42 (-82.93%)
Mutual labels:  coroutines, viewmodel, livedata, room-persistence-library
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-53.66%)
Mutual labels:  android-architecture, android-application, android-development, room-persistence-library
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes πŸ—’οΈ create , edit and ❌ delete notes
Stars: ✭ 40 (-83.74%)
Mutual labels:  recyclerview, coroutines, viewmodel, livedata
Moviefinderusingmvvm Android
πŸ”₯ MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application πŸ“±to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) πŸ˜ŠπŸ˜ŠπŸ˜‰
Stars: ✭ 66 (-73.17%)
Mutual labels:  viewmodel, material-design, material-ui, livedata
Android Mvvm Coroutine
Kotlin android application example with MVVM pattern, android architecture, kotlin coroutine, unit test, and UI test
Stars: ✭ 111 (-54.88%)
Mutual labels:  coroutines, android-architecture, viewmodel, livedata
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-10.98%)
Mutual labels:  material-design, android-application, android-development, material-ui

GitHub Cards Preview

πŸ—ž NY Times

NY Times is an Minimal News πŸ—ž Android application built to describe the use of JSoup with Modern Android development tools. Made with love ❀️ by Spikeysanju

Try latest NY Times app apk from below πŸ‘‡

NY Times

Built With πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • JSoup - Open source Java HTML parser, with the best of HTML5 DOM methods and CSS selectors, for easy data extraction.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
  • Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
  • Jetpack DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Package Structure

www.thecodemonks.techbytes   # Root Package
.
β”œβ”€β”€ data                # For data handling.
β”‚   β”œβ”€β”€ db              # Local Persistence Database. Room (SQLite) database
|   β”‚   β”œβ”€β”€ dao         # Data Access Object for Room   
|   |   |── database    # Datbase Instance
|
β”œβ”€β”€ model               # Model classes
|
|
β”œβ”€β”€ ui                  # Activity/View layer
β”‚   β”œβ”€β”€ |── base        # Base Activity
|   β”‚   β”œβ”€β”€ adapter     # Adapter for RecyclerView
|   β”‚   └── viewmodel   # Viewmodels for Articles   
|   β”‚   β”œβ”€β”€ articles    # Articles Fragment
|   β”‚   β”œβ”€β”€ details     # Details Fragment
|   β”‚   β”œβ”€β”€ bookmarks   # Bookmarks Fragment
|
|
|── utils               # Utils for URls




    


## Architecture

This app uses ***MVVM (Model View View-Model)*** architecture.

Contribute

If you want to contribute to this library, you're always welcome! See Contributing Guidelines.

Contact

Have an project? DM us at πŸ‘‡

Drop a mail to:- [email protected]

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

License

MIT License

Copyright (c) 2020 TheCodeMonks

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].