Skip to content

Instantly share code, notes, and snippets.

View vinny's full-sized avatar
🏠
Working from home

Vinícius vinny

🏠
Working from home
View GitHub Profile
@vinny
vinny / AndroidManifest.xml
Created November 15, 2024 14:06 — forked from codinginflow/AndroidManifest.xml
WebView Tutorial
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.application.webviewapp">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
<?php
/**
* @package phpBB
* @copyright (c) 2010 Chris Smith
* @license http://sam.zoy.org/wtfpl/COPYING
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See