We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,感谢您提供了一个非常好的思路,我想请问apk目录里面的文件是如何得到的? 如果要扩展这些可配置项,需要如何在app里面去处理这些可替换变量呢?能否提供app的demo示例代码?
String appTitle; String packageName; String version; String url; // ..... others
希望得到您的解答,为盼!
The text was updated successfully, but these errors were encountered:
apk目录里面的文件 是自己的一个包含简单webview的 android-app 代码过于简单就不放了
Sorry, something went wrong.
如果要扩展可以修改的字段,比如是否显示标题栏,是否启用下拉刷新,这些需要在app如何配置呢?
No branches or pull requests
您好,感谢您提供了一个非常好的思路,我想请问apk目录里面的文件是如何得到的?
如果要扩展这些可配置项,需要如何在app里面去处理这些可替换变量呢?能否提供app的demo示例代码?
String appTitle;
String packageName;
String version;
String url;
// ..... others
希望得到您的解答,为盼!
The text was updated successfully, but these errors were encountered: