Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created September 13, 2017 05:57
Show Gist options
  • Save farooqkhan003/e8da299a0372054539b8508cf0b589f0 to your computer and use it in GitHub Desktop.
Save farooqkhan003/e8da299a0372054539b8508cf0b589f0 to your computer and use it in GitHub Desktop.
package com.example.farooq.firstappwithkotlin
import android.graphics.Bitmap
/**
* Created by androidtechpoint.blogspot.com on 9/12/2017.
*/
data class MyData(var text:String, var image:Bitmap)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment