Android Assignment Save

This assignment gives you basically a post list and its detail with comments.🚀

Project README

Android Assignment

:scroll: Description

This assignment gives you basically a post list and its detail with comments.

:iphone: Features

  • Users can see random post list.
  • Users can see the comments of the post.

:camera_flash: Screenshots

Splash Screen Post List Screen Post Detail Screen
Error Screen Missing Data Screen

:rocket: What the project uses ?

:file_folder: 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
.

:writing_hand: 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.

:running_man: 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.
Open Source Agenda is not affiliated with "Android Assignment" Project. README Source: okanaydin/Android-Assignment

Open Source Agenda Badge

Open Source Agenda Rating