Skip to content

Feat: Convert website to a basic Android app#9

Merged
ran-su merged 1 commit intomainfrom
feature/android-app
Aug 14, 2025
Merged

Feat: Convert website to a basic Android app#9
ran-su merged 1 commit intomainfrom
feature/android-app

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This change converts the existing static website into a basic Android application.

The implementation wraps the website in an Android WebView, which is a standard approach for this type of conversion.

The new Android app includes:

  • A main activity that loads the local index.html file.
  • A WebView that fills the screen and has JavaScript enabled.
  • All necessary configuration files, including a build.gradle and AndroidManifest.xml.
  • The original website files (index.html, css, js) are moved into the app/src/main/assets directory.
  • An AGENTS.md file with instructions on how to build the app.

@ran-su ran-su marked this pull request as ready for review August 14, 2025 04:56
@ran-su ran-su merged commit 2d5cb03 into main Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant