Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kundansviet
Created February 21, 2016 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kundansviet/102faac4397d5f05ffc5 to your computer and use it in GitHub Desktop.
Save kundansviet/102faac4397d5f05ffc5 to your computer and use it in GitHub Desktop.
import java.io.Serializable;
/**
* Created by androidwarriors on 2/18/2016.
*/
public class UserData implements Serializable {
String name,college,place,user_id,number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment