Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package com.tutorial.passingdata.storage;
  2.  
  3. /**
  4.  * Created by Shiburagi on 09-Jul-15.
  5.  */
  6. public class StaticMode {
  7.     public static String firstname;
  8.     public static String lastname;
  9. }