https://github.com/massimo-rnd/aptivydroid
A very simple and basic Android Webview App Template
https://github.com/massimo-rnd/aptivydroid
android app-template kotlin-android webview
Last synced: about 1 year ago
JSON representation
A very simple and basic Android Webview App Template
- Host: GitHub
- URL: https://github.com/massimo-rnd/aptivydroid
- Owner: massimo-rnd
- License: mit
- Archived: true
- Created: 2024-08-28T20:49:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T10:26:54.000Z (over 1 year ago)
- Last Synced: 2025-04-23T09:52:46.953Z (about 1 year ago)
- Topics: android, app-template, kotlin-android, webview
- Language: Java
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README







Aptivydroid
A very simple and basic Android Webview App template
## Table of Contents
- [About](#about)
- [Features](#features)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
---
## About
Aptivydroid is a very basic and simple Android Webview Template, that allows you to display any website as a native Android app.
---
## Features
- ✅ Any Website to App
- ✅ Built with Android Studio
- ✅ Support for Wordpress
- ✅ Easy to customize and edit
- ✅ High performance
- ✅ Android 7.0+
- ✅ No coding skills required
---
## Usage
### Getting started
Download the latest source code release from the releases page, or clone the main branch. After extracting, open the project in Android Studio.
### Customizing
**Change App URL**
In MainActivity.java change the following line:
MainActivity.java
```
AptivyWebView.loadUrl("https://github.com");
```
---
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request
---
## License
This project is licensed under the [MIT License](LICENSE).
---
## Contact
- **druffko** - [@druffko](https://twitter.com/druffko) - hi@druffko.gg
- **Project Link** - https://github.com/druffko/aptivydroid
Feel free to reach out if you have any questions or suggestions!
---