Skip to content

okanaydin/Android-Assignment

Repository files navigation

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 ?

πŸ“ 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.

Releases

No releases published

Packages

No packages published

Languages