Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecraft26/inquire
Inquire is a question and answer application for professional and enthusiast programmers.
https://github.com/codecraft26/inquire
coil-kotlin firebase firebase-auth firebase-realtime-database retrofit2 viemodel
Last synced: 5 days ago
JSON representation
Inquire is a question and answer application for professional and enthusiast programmers.
- Host: GitHub
- URL: https://github.com/codecraft26/inquire
- Owner: codecraft26
- Created: 2022-03-04T09:58:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T17:43:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T20:34:10.549Z (7 months ago)
- Topics: coil-kotlin, firebase, firebase-auth, firebase-realtime-database, retrofit2, viemodel
- Language: Kotlin
- Homepage:
- Size: 2.72 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inquire
Inquire is a question and answer application for professional and enthusiast programmers.
user can post in image formate with description.
Inquire is a code sharing and dicovery platform aimed at improving developer prductivity.## Getting Started
- Fork this repo and run the `git clone ` command from your terminal/bash
- gradle sync## Technical Jargon
- Android SDK API 31
- XML View System with Material Design 3
- Kotlin 1.6.10
- Kotlin Coroutines and Flow for concurrency and async
- Clean MVVM Architecture with Repository pattern
- Room ORM with SQLite for Database Caching
- Retrofit and Moshi for network calls
- Dependency Injection using Hilt
- Firebase Storage for image upload
- Android CodeView by kbiakov to render code snippets
- Coil for image loading
- ImagePicker by dhaval2404
- AndroidVeil by SkyDoves for the shimmer effect
- Google's Modern Storage library for Storage interactions
- Konfetti by dionsegijn for showing confettin on publishing first snippet
- Lottie by Airbnb for graphic animations
- HtTextView for text AnimationsM