Skip to content

Instantly share code, notes, and snippets.

View dburgosp's full-sized avatar

David Burgos Prieto dburgosp

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
tools:context="com.example.android.scorekeeper.MainActivity">
<RelativeLayout
package com.example.android.reportcard;
import java.util.ArrayList;
/**
* Created by David on 02/06/2017.
*/
public class ReportCard {
private ArrayList<Grade> grades;
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.educationalapp">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"