Skip to content

Commit

Permalink
Add StackOverflow Client App and HolidayInfo App
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorJAY authored Nov 13, 2022
1 parent f9f2081 commit 20eb8d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@
- [uhabits](https://github.com/iSoron/uhabits)

- It is an mobile app that helps you create and maintain good habits, allowing you to achieve your long-term goals. Detailed graphs and statistics show you how your habits improved over time. It is completely ad-free and open source.

- [StackOverflow - Community Version](https://github.com/mayorJAY/StackOverflow-Community-Version)

- This is an Android StackOverflow client application implemented using the MVVM architecture, Retrofit, LiveData, Flow, ViewModel, Repository pattern, View Binding. Users can get to view Questions which have been asked on Stack Overflow; picking a particular Question makes the user view it in detail as well as the Answers provided. Users can also search for a particular problem they are having by typing in a search query or by capturing an image and performing an OCR on it.


### :hammer_and_wrench: Tools
Expand Down Expand Up @@ -697,6 +701,10 @@

- Travel Mate is an android app for travellers. It provides features like choosing the correct destination, making bookings, and organizing the trip. It provides solutions for every problem a traveller might face during their journey. It provides a comprehensive list of information about a destination: current weather, best places to hangout, and city's current trends.

- [HolidayInfo](https://github.com/mayorJAY/HolidayInfo)

- HolidayInfo is a multi-module, offline-first Android Application that fetches and displays the various holidays observed in different Countries and different years. The App fetches the data from Nager.Date API and uses Room for offline caching. It is implemented using Multi-module, Clean Architecture, Model-View-ViewModel (MVVM) pattern and uses Modern Android Development pattern and libraries.



### :gear: Utilities
Expand Down

0 comments on commit 20eb8d7

Please sign in to comment.