mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Ladybird: Add new template Kotlin Android application without Qt
This template app from Android Studio should hopefully be more fun to work on than the Qt wrapped application we were using before. :^) It currently builds the native code using gradle rules, and has a stub WebViewImplementationNative class that will wrap a c++ class of the same name that inhertis from WebView::ViewImplementation. Spawning helper processes and creating proper views in Kotlin is next on the list.
This commit is contained in:
committed by
Andrew Kaster
parent
6e8f1549a3
commit
7bc009d80f
7
.gitignore
vendored
7
.gitignore
vendored
@@ -30,6 +30,13 @@ sync-local.sh
|
||||
.exrc
|
||||
.helix/
|
||||
|
||||
# Gradle/AndroidStudio
|
||||
.gradle/
|
||||
.cxx/
|
||||
local.properties
|
||||
# We can't build from cmd.exe anyway
|
||||
gradlew.bat
|
||||
|
||||
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
||||
Userland/Libraries/LibWasm/Tests/Spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user