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

How can I create my own android app with this template? #4

Closed
sjuk opened this issue Apr 29, 2018 · 3 comments
Closed

How can I create my own android app with this template? #4

sjuk opened this issue Apr 29, 2018 · 3 comments

Comments

@sjuk
Copy link

sjuk commented Apr 29, 2018

Thank you for the template. I've tried to find out how it works. But especially the java side does not make much sense to me. I've already read the issue about the documentation. But I don't get it. There are several initial questions.

How can I change the splash screen picture and the time it is shown on the screen?
Where do the "import android" statements in app.py reference to?
Am I able to design my own app with this template without coding java?

Thank you in advance.

@jvmaia
Copy link
Collaborator

jvmaia commented Apr 30, 2018

I guess you can change the splash screen picture changing the splash.png files inside the android/res/drawable folders.
The "import android" statements in app.py reference to the android's API, you can see all of them here: android developers guide.
You can design your apps without coding java, as you can see on: todo app.

You're welcome.

@sjuk
Copy link
Author

sjuk commented May 1, 2018

Thank you for the information. I think I've to go deeper into the architecture of android apps. Perhaps there is something in the AndroidManifest.xml which can disable the splash screen. My goal is to see how much time the hello world app needs to start up. I've already tried to remove some "activity" stuff which looked like being the splash. But after that the app didn't start any more. I would be happy if there were some documentation about the things that must retain in the design files, and which can be adjusted to my needs.

@jvmaia
Copy link
Collaborator

jvmaia commented May 1, 2018

The splash screen is located at android/res/drawable/splash_layout.xml, somethings are extremely new and we don't know how to do them yet. We don't have a documentation but we have a few tutorials here wiki.

@sjuk sjuk closed this as completed Jan 7, 2024
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

No branches or pull requests

2 participants