Skip to content

Commit

Permalink
App Dev init
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikarora committed Oct 1, 2014
1 parent 6748d8b commit 62e8a65
Show file tree
Hide file tree
Showing 106 changed files with 834 additions and 0 deletions.
9 changes: 9 additions & 0 deletions App/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions App/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Mobivision</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
37 changes: 37 additions & 0 deletions App/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="chipset.mobivision"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="19" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".DayOneActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".DayTwoActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</activity>
<activity
android:name=".DayThreeActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</activity>
</application>

</manifest>
37 changes: 37 additions & 0 deletions App/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="chipset.mobivision"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="19" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".DayOneActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".DayTwoActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</activity>
<activity
android:name=".DayThreeActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</activity>
</application>

</manifest>
Binary file added App/bin/Mobivision.apk
Binary file not shown.
Binary file added App/bin/classes.dex
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/BuildConfig.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$attr.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$drawable.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$id.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$layout.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$string.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R$style.class
Binary file not shown.
Binary file added App/bin/classes/chipset/mobivision/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions App/bin/jarlist.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-hdpi/image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-mdpi/image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xhdpi/image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xxhdpi/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xxhdpi/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xxhdpi/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/bin/res/crunch/drawable-xxhdpi/image4.png
Binary file added App/bin/res/crunch/drawable-xxhdpi/image5.png
Binary file added App/bin/resources.ap_
Binary file not shown.
6 changes: 6 additions & 0 deletions App/gen/chipset/mobivision/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package chipset.mobivision;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
86 changes: 86 additions & 0 deletions App/gen/chipset/mobivision/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package chipset.mobivision;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int card_no_border=0x7f020000;
public static final int ic_launcher=0x7f020001;
public static final int image1=0x7f020002;
public static final int image2=0x7f020003;
public static final int image3=0x7f020004;
public static final int image4=0x7f020005;
public static final int image5=0x7f020006;
}
public static final class id {
public static final int Button1=0x7f060001;
public static final int Button2=0x7f060003;
public static final int Button3=0x7f060004;
public static final int Button4=0x7f060005;
public static final int calc=0x7f060010;
public static final int gotoDay3=0x7f060012;
public static final int image=0x7f060013;
public static final int input=0x7f060007;
public static final int listView=0x7f060006;
public static final int num1=0x7f060008;
public static final int num2=0x7f06000a;
public static final int op=0x7f060009;
public static final int op1=0x7f06000c;
public static final int op2=0x7f06000d;
public static final int op3=0x7f06000e;
public static final int op4=0x7f06000f;
public static final int operation=0x7f06000b;
public static final int res=0x7f060011;
public static final int textView1=0x7f060000;
public static final int textView2=0x7f060002;
public static final int tv1=0x7f060014;
public static final int tv2=0x7f060015;
}
public static final class layout {
public static final int activity_day_one=0x7f030000;
public static final int activity_day_three=0x7f030001;
public static final int activity_day_two=0x7f030002;
public static final int list_item=0x7f030003;
}
public static final class string {
public static final int app_name=0x7f040000;
public static final int title_activity_day_one=0x7f040001;
public static final int title_activity_day_three=0x7f040003;
public static final int title_activity_day_two=0x7f040002;
}
public static final class style {
/**
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
API 11 theme customizations can go here.
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
API 14 theme customizations can go here.
*/
public static final int AppBaseTheme=0x7f050000;
/** Application theme.
All customizations that are NOT specific to a particular API-level can go here.
*/
public static final int AppTheme=0x7f050001;
}
}
Binary file added App/libs/android-support-v4.jar
Binary file not shown.
Binary file added App/libs/picasso-2.3.4.jar
Binary file not shown.
20 changes: 20 additions & 0 deletions App/proguard-project.txt
Original file line number Diff line number Diff line change
@@ -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 *;
#}
14 changes: 14 additions & 0 deletions App/project.properties
Original file line number Diff line number Diff line change
@@ -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-19
Binary file added App/res/drawable-hdpi/card_no_border.9.png
Binary file added App/res/drawable-hdpi/ic_launcher.png
Binary file added App/res/drawable-hdpi/image1.png
Binary file added App/res/drawable-hdpi/image2.png
Binary file added App/res/drawable-hdpi/image3.png
Binary file added App/res/drawable-hdpi/image4.png
Binary file added App/res/drawable-hdpi/image5.png
Binary file added App/res/drawable-mdpi/card_no_border.9.png
Binary file added App/res/drawable-mdpi/ic_launcher.png
Binary file added App/res/drawable-mdpi/image1.png
Binary file added App/res/drawable-mdpi/image2.png
Binary file added App/res/drawable-mdpi/image3.png
Binary file added App/res/drawable-mdpi/image4.png
Binary file added App/res/drawable-mdpi/image5.png
Binary file added App/res/drawable-xhdpi/card_no_border.9.png
Binary file added App/res/drawable-xhdpi/ic_launcher.png
Binary file added App/res/drawable-xhdpi/image1.png
Binary file added App/res/drawable-xhdpi/image2.png
Binary file added App/res/drawable-xhdpi/image3.png
Binary file added App/res/drawable-xhdpi/image4.png
Binary file added App/res/drawable-xhdpi/image5.png
Binary file added App/res/drawable-xxhdpi/card_no_border.9.png
Binary file added App/res/drawable-xxhdpi/image1.png
Binary file added App/res/drawable-xxhdpi/image2.png
Binary file added App/res/drawable-xxhdpi/image3.png
Binary file added App/res/drawable-xxhdpi/image4.png
Binary file added App/res/drawable-xxhdpi/image5.png
53 changes: 53 additions & 0 deletions App/res/layout/activity_day_one.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Some Text" />

<Button
android:id="@+id/Button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Hide/Show" />

<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="50dp"
android:text="Counter"
android:textSize="20sp"
android:textStyle="bold" />

<Button
android:id="@+id/Button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Increase" />

<Button
android:id="@+id/Button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Decrease" />

<Button
android:id="@+id/Button4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="50dp"
android:layout_gravity="center"
android:text="Goto Calc" />

</LinearLayout>
15 changes: 15 additions & 0 deletions App/res/layout/activity_day_three.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:background="#ddd"
android:dividerHeight="0dp" />

</RelativeLayout>
Loading

0 comments on commit 62e8a65

Please sign in to comment.