Skip to content

Instantly share code, notes, and snippets.

View ThyCodeSherlock's full-sized avatar

Kumar Abhishek ThyCodeSherlock

View GitHub Profile
package com.example.android.justjava;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import java.text.NumberFormat;
@ThyCodeSherlock
ThyCodeSherlock / MainActivity.java
Created June 30, 2016 17:57
Display not appearing correctly after pressing button
package com.example.android.justjava;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.View;
import android.widget.TextView;
import java.text.NumberFormat;
@ThyCodeSherlock
ThyCodeSherlock / activity_main.xml
Created June 29, 2016 04:34
Out of memory error
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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:orientation="vertical"
android:background="#FAFAFA"
tools:context="com.example.android.ccd.MainActivity">