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

iPhone/Android Widgets UI #107

Open
DavidTarrab opened this issue Nov 5, 2021 · 1 comment
Open

iPhone/Android Widgets UI #107

DavidTarrab opened this issue Nov 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request New feature This issue may not have complete information

Comments

@DavidTarrab
Copy link
Collaborator

  • iPhone Widget UI
  • Android Widget UI
@DavidTarrab DavidTarrab self-assigned this Nov 5, 2021
@DavidTarrab DavidTarrab added enhancement New feature or request High priority This issue should be worked on soon New feature This issue may not have complete information labels Nov 5, 2021
@Levi-Lesches Levi-Lesches removed the High priority This issue should be worked on soon label Nov 8, 2021
@Levi-Lesches
Copy link
Member

Android layouts used to be super complex, integrating XML with Java, but they've since taken on a simpler form similar to Flutter: just like you write Flutter widgets in Dart, you write Composable widgets in Kotlin. You may have to start off with some codelabs and a small sample project to get the UI you want before integrating it with RamLife. Some pages to check out are: Jetpack Compose, Material Design for Android, and Kotlin (a better replacement for Java). All of that should be summed up in this Kotlin tutorial and this Jetpack Compose tutorial. I can't speak for iOS, but I hear it's also similar, with SwiftUI.

Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New feature This issue may not have complete information
Projects
None yet
Development

No branches or pull requests

2 participants