Skip to content

Instantly share code, notes, and snippets.

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

Rodrigo Eggea rodrigoeggea

🏠
Working from home
  • COPEL
  • Curitiba, located in Parana State, Brazil
  • 01:49 (UTC -03:00)
View GitHub Profile
@takeshiyako2
takeshiyako2 / AndroidManifest.xml
Last active May 29, 2023 15:48
Android Sample YouTube API on the Fragment
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xxxx.xxxx.xxxx.fragmentdeyoutube" >
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"