Android Open Source - AskTheUniverseAndroidApp Application






From Project

Back to project page AskTheUniverseAndroidApp.

License

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.

Java Source Code

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;
}




Java Source Code List

com.appspot.asktheuniverseaquestion.questionService.QuestionServiceRequestInitializer.java
com.appspot.asktheuniverseaquestion.questionService.QuestionServiceRequest.java
com.appspot.asktheuniverseaquestion.questionService.QuestionServiceScopes.java
com.appspot.asktheuniverseaquestion.questionService.QuestionService.java
com.appspot.asktheuniverseaquestion.questionService.model.AskTheUniverseAQuestionQuestionCollection.java
com.appspot.asktheuniverseaquestion.questionService.model.AskTheUniverseAQuestionQuestion.java
com.example.asktheuniverse.AnswerQuestionActivity.java
com.example.asktheuniverse.AppConstants.java
com.example.asktheuniverse.Application.java
com.example.asktheuniverse.AskQuestionActivity.java
com.example.asktheuniverse.ListQuestionsActivity.java
com.example.asktheuniverse.MainActivity.java