Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General. #10

Closed
jamesnyakush opened this issue May 14, 2021 · 0 comments · Fixed by #11, #3, #4 or #7
Closed

General. #10

jamesnyakush opened this issue May 14, 2021 · 0 comments · Fixed by #11, #3, #4 or #7

Comments

@jamesnyakush
Copy link
Owner

  • Creating a New Android Studio project.
  • I will create a project structure.
  • I will set up GitHub workflows.
  • Migrate Groovy Gradle to Kotlin DSL.

The project structure will have the following packages.

  1. Data - This will be a simple Layer where the user will interact with data from both local and remote data source
  2. DI- This will be a simple layer where our dependency injection will be happening.
  3. UI - This will be a layer where all our views will host
  4. Util - this is a class where all our utility classes will be.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment