/AskMe_Android_App_Code_Samples

AskMe is your personal assistant for giving you advice on any life situation .

Primary LanguageJava

AskMe is my latest Android project. It is your personal assistant for giving you advice on any life situation.

Available now in the Google Play Store: bit.ly/1hTDeXX

Here are some code samples from the app:
The first file is the MainActivity code. It's first executed on the launch of the app. Uses AsyncTask and GCM service and providides the users the ability to navigate through the app
The second file is xml code used for displaying our advice to a user.
The third file is a JSON Parser for taking the JSON formatted Inbox data from the web server and saving each message from it into a List of Advice objects.