Back to project page AndroidStudioSandbox.
The source code is released under:
Apache License
If you think the Android project AndroidStudioSandbox listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package at.mg.androidstudiosandbox.things; //from ww w. j av a 2 s . c o m /** * Created by Markus on 12.12.2014. */ public class RecyclerDataObject { public String title; public String description; public String date; }