Back to project page AskTheUniverseAndroidApp.
The source code is released under:
MIT License
If you think the Android project AskTheUniverseAndroidApp 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 com.example.asktheuniverse; //from ww w . j ava2 s .c om import com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential; import com.google.api.client.util.Lists; import com.appspot.asktheuniverseaquestion.questionService.model.AskTheUniverseAQuestionQuestion; import java.util.ArrayList; public class Application extends android.app.Application { ArrayList <AskTheUniverseAQuestionQuestion> questions = Lists.newArrayList(); GoogleAccountCredential credential; }