Giter Site home page Giter Site logo

alecsisduarte / flowoverstack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mayorjay/stackoverflow-community-version

0.0 1.0 0.0 23.8 MB

A Stack Overflow Client App where Developers can search and look out questions as well as solutions to problems posted on Stack Overflow

Home Page: https://play.google.com/store/apps/details?id=com.josycom.mayorjay.flowoverstack

Java 100.00%

flowoverstack's Introduction

FlowOver Stack

An Android StackOverflow client application implemented using the MVVM pattern, Retrofit2, LiveData, 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 details 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. Users can also search for a particular problem they are having by typing in any search query of choice. 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.

Tech Stack

  • Retrofit which is a type-safe REST client for Android which makes it easier to consume RESTful web services
  • Paging Library which helps to load and display small chunks of data at a time
  • ViewModel used to store and manage UI-related data in a lifecycle conscious way
  • LiveData which is an observable data holder class used to handle data in a lifecycle-aware manner
  • Glide which is an image loading and caching library for Android
  • Material Design which is an adaptable system that guides in maintaining principles and best practices of contemporary UI
  • View Binding used to easily write code that interacts with views by referencing them directly
  • Espresso used to write concise, beautiful, and reliable Android UI tests
  • MarkdownView which is a simple library that helps to display Markdown text or files on Android as a HTML page just like GitHub
  • ML Kit OCR which is a library that recognizes text in any captured image
  • Android Image Cropper which is an image cropping library for Android, optimized for camera and gallery.
  • Dagger for DI

Installation

FlowOver Stack requires a minimum API level of 21. Clone the repository. You will need an API key from Stack Exchange API to receive a higher request quota. Locate the StringConstants.java file and edit the following line to add your API key:

API_KEY = "YOUR_API_KEY"

Contribution

All contributions are welcome. See the CONTRIBUTING file for guidelines on contributing

Get it on Google Play

flowoverstack's People

Contributors

mayorjay avatar eunix56 avatar mbobiosio avatar sfxjolugbohunmi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.