StackBot is a modern Android Client for Stack Overflow built from the ground up using Jetpack Compose. The data is obtained from the Stack Exchange API's.
Jetpack Compose - declarative UI
Dagger Hilt - Dependency Injection
Paging Library - to load and display data in the form of pages
Kotlin Coroutines - asynchronous code
Retrofit - REST client for Android
Compose Markdown View Library - render markdown on Android
Display questions with popular tag and sort them with filters( hot, week, month, votes, creation, activity)
View questions and answers with the author details (reputation, name, badges count)
Search a particular question and get answer/answers