Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/druffko/aptivydroid

A very simple and basic Android Webview App Template
https://github.com/druffko/aptivydroid

Last synced: 3 months ago
JSON representation

A very simple and basic Android Webview App Template

Awesome Lists containing this project

README

        

![Repo-Image](https://druffko.gg/github-images/aptivydroid.png)

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/aptivydroid?include_prereleases)

![.NET Version](https://img.shields.io/badge/Android-7.0+-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/druffko/aptivydroid)


![GitHub All Releases](https://img.shields.io/github/downloads/druffko/aptivydroid/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/aptivydroid)
![GitHub issues](https://img.shields.io/github/issues/druffko/aptivydroid)

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) - [email protected]
- **Project Link** - https://github.com/druffko/aptivydroid

Feel free to reach out if you have any questions or suggestions!

---