diff --git a/MyApp/.classpath b/MyApp/.classpath
new file mode 100644
index 0000000..a2a0afd
--- /dev/null
+++ b/MyApp/.classpath
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/MyApp/.project b/MyApp/.project
new file mode 100644
index 0000000..8e46f9a
--- /dev/null
+++ b/MyApp/.project
@@ -0,0 +1,33 @@
+
+
+ MyApp
+
+
+
+
+
+ com.android.ide.eclipse.adt.ResourceManagerBuilder
+
+
+
+
+ com.android.ide.eclipse.adt.PreCompilerBuilder
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ com.android.ide.eclipse.adt.ApkBuilder
+
+
+
+
+
+ com.android.ide.eclipse.adt.AndroidNature
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/MyApp/.settings/org.eclipse.jdt.core.prefs b/MyApp/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..3e18e41
--- /dev/null
+++ b/MyApp/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/MyApp/AndroidManifest.xml b/MyApp/AndroidManifest.xml
new file mode 100644
index 0000000..a9f0285
--- /dev/null
+++ b/MyApp/AndroidManifest.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MyApp/bin/AndroidManifest.xml b/MyApp/bin/AndroidManifest.xml
new file mode 100644
index 0000000..a9f0285
--- /dev/null
+++ b/MyApp/bin/AndroidManifest.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MyApp/bin/classes/com/example/googleMap/googleMap.class b/MyApp/bin/classes/com/example/googleMap/googleMap.class
new file mode 100644
index 0000000..37d4593
Binary files /dev/null and b/MyApp/bin/classes/com/example/googleMap/googleMap.class differ
diff --git a/MyApp/bin/classes/com/example/googleSearch/Search.class b/MyApp/bin/classes/com/example/googleSearch/Search.class
new file mode 100644
index 0000000..3b0d76d
Binary files /dev/null and b/MyApp/bin/classes/com/example/googleSearch/Search.class differ
diff --git a/MyApp/bin/classes/com/example/myapp/BuildConfig.class b/MyApp/bin/classes/com/example/myapp/BuildConfig.class
new file mode 100644
index 0000000..ac723e5
Binary files /dev/null and b/MyApp/bin/classes/com/example/myapp/BuildConfig.class differ
diff --git a/MyApp/bin/classes/com/example/splashScreen/Splash.class b/MyApp/bin/classes/com/example/splashScreen/Splash.class
new file mode 100644
index 0000000..c6ba3c0
Binary files /dev/null and b/MyApp/bin/classes/com/example/splashScreen/Splash.class differ
diff --git a/MyApp/bin/jarlist.cache b/MyApp/bin/jarlist.cache
new file mode 100644
index 0000000..0565465
--- /dev/null
+++ b/MyApp/bin/jarlist.cache
@@ -0,0 +1,3 @@
+# cache for current jar dependency. DO NOT EDIT.
+# format is
+# Encoding is UTF-8
diff --git a/MyApp/gen/com/example/myapp/BuildConfig.java b/MyApp/gen/com/example/myapp/BuildConfig.java
new file mode 100644
index 0000000..0d74fe7
--- /dev/null
+++ b/MyApp/gen/com/example/myapp/BuildConfig.java
@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package com.example.myapp;
+
+public final class BuildConfig {
+ public final static boolean DEBUG = true;
+}
\ No newline at end of file
diff --git a/MyApp/ic_launcher-web.png b/MyApp/ic_launcher-web.png
new file mode 100644
index 0000000..e28b882
Binary files /dev/null and b/MyApp/ic_launcher-web.png differ
diff --git a/MyApp/libs/android-support-v4.jar b/MyApp/libs/android-support-v4.jar
new file mode 100644
index 0000000..2ff47f4
Binary files /dev/null and b/MyApp/libs/android-support-v4.jar differ
diff --git a/MyApp/lint.xml b/MyApp/lint.xml
new file mode 100644
index 0000000..2865591
--- /dev/null
+++ b/MyApp/lint.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp/proguard-project.txt b/MyApp/proguard-project.txt
new file mode 100644
index 0000000..f2fe155
--- /dev/null
+++ b/MyApp/proguard-project.txt
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/MyApp/project.properties b/MyApp/project.properties
new file mode 100644
index 0000000..916037e
--- /dev/null
+++ b/MyApp/project.properties
@@ -0,0 +1,14 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-23
diff --git a/MyApp/res/drawable-hdpi/ic_launcher.png b/MyApp/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000..c525afc
Binary files /dev/null and b/MyApp/res/drawable-hdpi/ic_launcher.png differ
diff --git a/MyApp/res/drawable-mdpi/ic_launcher.png b/MyApp/res/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000..2f32bc9
Binary files /dev/null and b/MyApp/res/drawable-mdpi/ic_launcher.png differ
diff --git a/MyApp/res/drawable-xhdpi/ic_launcher.png b/MyApp/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..c72b194
Binary files /dev/null and b/MyApp/res/drawable-xhdpi/ic_launcher.png differ
diff --git a/MyApp/res/drawable-xxhdpi/ic_launcher.png b/MyApp/res/drawable-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..3b0a89e
Binary files /dev/null and b/MyApp/res/drawable-xxhdpi/ic_launcher.png differ
diff --git a/MyApp/res/layout/logoscreen.xml b/MyApp/res/layout/logoscreen.xml
new file mode 100644
index 0000000..5ced738
--- /dev/null
+++ b/MyApp/res/layout/logoscreen.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/MyApp/res/layout/mapscreen.xml b/MyApp/res/layout/mapscreen.xml
new file mode 100644
index 0000000..b3fd14f
--- /dev/null
+++ b/MyApp/res/layout/mapscreen.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
diff --git a/MyApp/res/layout/searchscreen.xml b/MyApp/res/layout/searchscreen.xml
new file mode 100644
index 0000000..9af2e8e
--- /dev/null
+++ b/MyApp/res/layout/searchscreen.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyApp/res/menu/main.xml b/MyApp/res/menu/main.xml
new file mode 100644
index 0000000..b05d377
--- /dev/null
+++ b/MyApp/res/menu/main.xml
@@ -0,0 +1,11 @@
+
diff --git a/MyApp/res/values-v11/styles.xml b/MyApp/res/values-v11/styles.xml
new file mode 100644
index 0000000..3c02242
--- /dev/null
+++ b/MyApp/res/values-v11/styles.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
diff --git a/MyApp/res/values-v14/styles.xml b/MyApp/res/values-v14/styles.xml
new file mode 100644
index 0000000..a91fd03
--- /dev/null
+++ b/MyApp/res/values-v14/styles.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
diff --git a/MyApp/res/values-w820dp/dimens.xml b/MyApp/res/values-w820dp/dimens.xml
new file mode 100644
index 0000000..f3e7020
--- /dev/null
+++ b/MyApp/res/values-w820dp/dimens.xml
@@ -0,0 +1,10 @@
+
+
+
+ 64dp
+
+
diff --git a/MyApp/res/values/dimens.xml b/MyApp/res/values/dimens.xml
new file mode 100644
index 0000000..55c1e59
--- /dev/null
+++ b/MyApp/res/values/dimens.xml
@@ -0,0 +1,7 @@
+
+
+
+ 16dp
+ 16dp
+
+
diff --git a/MyApp/res/values/strings.xml b/MyApp/res/values/strings.xml
new file mode 100644
index 0000000..e1b4181
--- /dev/null
+++ b/MyApp/res/values/strings.xml
@@ -0,0 +1,8 @@
+
+
+
+ MyApp
+ Hello world!
+ Settings
+
+
diff --git a/MyApp/res/values/styles.xml b/MyApp/res/values/styles.xml
new file mode 100644
index 0000000..6ce89c7
--- /dev/null
+++ b/MyApp/res/values/styles.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
diff --git a/MyApp/src/com/example/googleMap/googleMap.java b/MyApp/src/com/example/googleMap/googleMap.java
new file mode 100644
index 0000000..60ca2fc
--- /dev/null
+++ b/MyApp/src/com/example/googleMap/googleMap.java
@@ -0,0 +1,5 @@
+package com.example.googleMap;
+
+public class googleMap {
+
+}
diff --git a/MyApp/src/com/example/googleSearch/Search.java b/MyApp/src/com/example/googleSearch/Search.java
new file mode 100644
index 0000000..3275ae1
--- /dev/null
+++ b/MyApp/src/com/example/googleSearch/Search.java
@@ -0,0 +1,44 @@
+package com.example.googleSearch;
+
+import com.example.myapp.R;
+
+import android.app.Activity;
+import android.app.SearchManager;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.EditText;
+import android.widget.Toast;
+
+
+public class Search extends Activity {
+ private EditText editTextInput;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ // TODO Auto-generated method stub
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.searchscreen);
+
+ editTextInput = (EditText) findViewById(R.id.editText1);
+ }
+ public void onSearchClick(View v)
+ {
+ if(editTextInput.toString().trim() != null || editTextInput != null)
+ {
+
+ Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
+ String term = editTextInput.getText().toString();
+
+
+ intent.putExtra(SearchManager.QUERY, term);
+ startActivity(intent);
+ } else
+ {
+ Toast.makeText(this.getApplicationContext(),"Enter value",Toast.LENGTH_LONG).show();
+ }
+ }
+
+ }
+
+
diff --git a/MyApp/src/com/example/splashScreen/Splash.java b/MyApp/src/com/example/splashScreen/Splash.java
new file mode 100644
index 0000000..0f2f99b
--- /dev/null
+++ b/MyApp/src/com/example/splashScreen/Splash.java
@@ -0,0 +1,47 @@
+package com.example.splashScreen;
+
+
+import com.example.googleSearch.Search;
+import com.example.myapp.R;
+
+import android.app.Activity;
+import android.content.Intent;
+import android.os.Bundle;
+
+
+public class Splash extends Activity {
+Thread timer;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.logoscreen);
+ timer =new Thread()
+ {
+ public void run()
+ {
+ try
+ {
+ sleep(2000);
+ }catch(InterruptedException e)
+ {
+ e.printStackTrace();
+ }finally
+ {
+ Intent nn= new Intent(Splash.this,Search.class);
+ startActivity(nn);
+
+
+ }
+ }
+
+ };
+ timer.start();
+
+ }
+ /*public void onBackPressed() {
+ finish();
+ }*/
+
+
+}