Android Assignment
๐
Description
This assignment gives you basically a post list and its detail with comments.
๐ฑ
Features
- Users can see random post list.
- Users can see the comments of the post.
๐ธ
Screenshots
Splash Screen | Post List Screen | Post Detail Screen |
---|---|---|
Error Screen | Missing Data Screen | |
๐
What the project uses ?
- Architecture Components
- Android X
- Android KTX
- Dagger Hilt
- Retrofit2
- OkHttp3
- Kotlin Coroutines
- Kotlin Flow
- ViewBinding
- Navigation Component
- Moshi
- Coil
- ktlint
- MockK
- Truth
๐
Package Structure
com.okanaydin.assignment # root package
.
|
โโโ data
โ โโ remote # api calls
โ โโโ models # response model
โ โโโ remote data source # data source
|
โโโ features
โ โโโ core # resource handling
โ
โ โโโ feature1 # post list
โ โโโ di # dependency Injection
โ โโโ repository # repository
โ โโโ ui # fragments, viewModel, viewState, adapters
โ โโโ usecase # use case
.
โ๏ธ
GitHub Projects
I have created issues for the defined requirements such as features, improvements, and bugs to assign myself and track those issues on the board. Basically, there are three columns which are In-Progress, To-Do, and Done.
๐โโ๏ธ
GitHub Action
I have implemented GitHub Action for this project and when you create a new pull request it goes to build the project automatically if there is a problem in your build time you can easily see the issue.
License
Copyright 2021 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.