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

Kotlin Migration #2

Open
faisalcodes opened this issue Jan 26, 2023 · 1 comment
Open

Kotlin Migration #2

faisalcodes opened this issue Jan 26, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@faisalcodes
Copy link
Member

faisalcodes commented Jan 26, 2023

As mentioned here, all the new codes must be written in Kotlin. We need to perform following actions to make the existing codes more efficient and keep them up to date -

  • We should migrate all existing java codes to Koltin and traditional network operations to Kotlin coroutine.
  • The migration should be done in an organized manner.
  • Only a few files should be changed in a single PR. If the file is large, then one file at a time should be migrated.
  • The files must NOT be converted using the android studio built-in tool. They must be written from scratch.
  • Many files depend on several small and large files so we should start from smaller ones.
  • The integrity of static fields and methods between java and Koltin codes should be maintained.
@faisalcodes faisalcodes added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2023
@ARBoyGo
Copy link
Contributor

ARBoyGo commented Jan 30, 2023

Yes, Need to make this app as kotlin, As it is easy for beginners also alot of people can contribute. The theming is also wonderful on kotlin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants