Skip to content

Instantly share code, notes, and snippets.

View sourcebits-anshul's full-sized avatar

anshul upadhyay sourcebits-anshul

  • sourcebits
  • bangalore
View GitHub Profile
@sourcebits-anshul
sourcebits-anshul / Demo.java
Created November 2, 2012 09:04
// Demo class which the super class
package com.source;
public class Demo {
// variables that belongs to the class
private int a;
public int b;
protected int c;
int d;
/* no arguement constructor*/
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/baseView"
android:background="#FFFFFFFF"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView