Skip to content

Instantly share code, notes, and snippets.

View vanshikaarora's full-sized avatar
🎯
Focusing

Vanshika Arora vanshikaarora

🎯
Focusing
View GitHub Profile
package com.example.samplestickerapp;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
class Sticker implements Parcelable {
String imageFileName;
List<String> emojis;
class StickerPack implements Parcelable {
String identifier;
String name;
String publisher;
String trayImageFile;
final String publisherEmail;
final String publisherWebsite;
final String privacyPolicyWebsite;
final String licenseAgreementWebsite;