{"id":13614680,"url":"https://github.com/mayorJAY/StackOverflow-Community-Version","last_synced_at":"2025-04-13T18:33:43.532Z","repository":{"id":44061563,"uuid":"245656240","full_name":"mayorJAY/StackOverflow-Community-Version","owner":"mayorJAY","description":"A Stack Overflow Client App where Developers can search and look out questions as well as solutions to problems posted on Stack Overflow","archived":false,"fork":false,"pushed_at":"2024-11-03T16:56:21.000Z","size":24907,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"development","last_synced_at":"2024-11-03T17:31:14.674Z","etag":null,"topics":["android","android-architecture","clean-code","hactoberfest","livedata","material-components","material-design","mvvm","paging-library","retrofit","stackoverflow","viewmodel"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.josycom.mayorjay.flowoverstack","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayorJAY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-07T15:21:49.000Z","updated_at":"2024-11-03T16:56:25.000Z","dependencies_parsed_at":"2023-01-20T07:47:10.204Z","dependency_job_id":null,"html_url":"https://github.com/mayorJAY/StackOverflow-Community-Version","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorJAY%2FStackOverflow-Community-Version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorJAY%2FStackOverflow-Community-Version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorJAY%2FStackOverflow-Community-Version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorJAY%2FStackOverflow-Community-Version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayorJAY","download_url":"https://codeload.github.com/mayorJAY/StackOverflow-Community-Version/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223600425,"owners_count":17171667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-architecture","clean-code","hactoberfest","livedata","material-components","material-design","mvvm","paging-library","retrofit","stackoverflow","viewmodel"],"created_at":"2024-08-01T20:01:04.451Z","updated_at":"2024-11-07T22:31:57.882Z","avatar_url":"https://github.com/mayorJAY.png","language":"Kotlin","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"app_icon.png\" title=\"App Logo\" alt=\"\"\u003e\n\u003c/p\u003e\n\n# StackOverflow - Community Version\n\nAn Android StackOverflow client application implemented using the MVVM architecture, Retrofit2, 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. These Questions can be filtered by any of these four categories; Active, Recent, Hot or Voted. Questions that have an accepted Answer are easily identified.\nUsers 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. Questions are curated based on the search query and presented to the user; again, the user can pick a particular Question to view the provided Answers. Users also have the options to keep a tab on a Tag, filter out questions by Tags, search for any Tag of interest, share questions and answers with themselves or other developers.\n# Tech Stack\n\n* [Retrofit](https://square.github.io/retrofit/) which is a type-safe REST client for Android which makes it easier to consume RESTful web services\n* [Paging Library](https://developer.android.com/topic/libraries/architecture/paging) which helps to load and display small chunks of data at a time\n* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) used to store and manage UI-related data in a lifecycle conscious way\n* [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) which is an observable data holder class used to handle data in a lifecycle-aware manner\n* [Glide](https://github.com/bumptech/glide) which is an image loading and caching library for Android\n* [Material Design](https://material.io/develop/android/docs/getting-started/) which is an adaptable system that guides in maintaining principles and best practices of contemporary UI\n* [View Binding](https://developer.android.com/topic/libraries/view-binding) used to easily write code that interacts with views by referencing them directly\n* [Espresso](https://developer.android.com/training/testing/espresso) used to write concise, beautiful, and reliable Android UI tests\n* [MarkdownView](https://github.com/mukeshsolanki/MarkdownView-Android) which is a simple library that helps to display Markdown text or files on Android as a HTML page just like GitHub\n* [ML Kit OCR](https://developers.google.com/ml-kit/vision/text-recognition) which is a library that recognizes text in any captured image\n* [Android Image Cropper](https://github.com/ArthurHub/Android-Image-Cropper) which is an image cropping library for Android, optimized for camera and gallery.\n* [Dagger](https://developer.android.com/training/dependency-injection/dagger-android) for Dependency Injection\n* [Kotlin Coroutines](https://developer.android.com/kotlin/coroutines) for executing network calls asynchronously\n* [Kotlin flow](https://developer.android.com/kotlin/flow) for emitting live updates from a network call sequentially\n* [Preferences DataStore](https://developer.android.com/topic/libraries/architecture/datastore) for storing and retrieving key-value pairs of primitive data types\n# Installation\n\nThis App requires a minimum API level of 26. Clone the repository. You will need an API key from [Stack Exchange API](https://api.stackexchange.com/) to receive a higher request quota. Locate the StringConstants.java file and edit the following line to add your API key:\n\n````\nAPI_KEY = \"YOUR_API_KEY\"\n````\n\n# Contribution\nAll contributions are welcome. See the [CONTRIBUTING](https://github.com/mayorJAY/FlowOverStack/blob/feat/ocr/CONTRIBUTING.md) file for guidelines on contributing\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.josycom.mayorjay.flowoverstack\u0026pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_gb/badges/static/images/badges/en_badge_web_generic.png' width=\"280\"/\u003e\u003c/a\u003e\n\n## LICENSE\n```\nMIT License\nCopyright (c) 2021 Joseph Olugbohunmi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[":shamrock:  **Categories**"],"sub_categories":[":rocket: Productivity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmayorJAY%2FStackOverflow-Community-Version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmayorJAY%2FStackOverflow-Community-Version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmayorJAY%2FStackOverflow-Community-Version/lists"}