diff --git a/app/src/main/java/com/example/shubham/desiwheels/MainActivity.java b/app/src/main/java/com/example/shubham/desiwheels/MainActivity.java index 5e6f47c..3f443af 100644 --- a/app/src/main/java/com/example/shubham/desiwheels/MainActivity.java +++ b/app/src/main/java/com/example/shubham/desiwheels/MainActivity.java @@ -104,6 +104,7 @@ public void onClick(View v) { } catch(Exception e){ Log.d("Exception Intent", e.toString()); + Log.e("comment" , "hello there"); } } @@ -115,6 +116,7 @@ public void onClick(View v) { public static Context getContext() { return context; } + @Override public boolean onCreateOptionsMenu(Menu menu) { @@ -149,6 +151,7 @@ class AsyncTaskRunner extends AsyncTask { @Override protected String doInBackground(String... arg0) { // TODO Auto-generated method stub + HttpClient client = new DefaultHttpClient(); HttpPost post = new HttpPost(domain+arg0[6]);