Skip to content

Commit fc5ab33

Browse files
committed
updates
1 parent f38e006 commit fc5ab33

File tree

7 files changed

+76
-299
lines changed

7 files changed

+76
-299
lines changed

android.jax.live/src/android/jax/live/MainActivity.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
package android.jax.live;
22

3-
import java.io.File;
4-
import java.io.FileOutputStream;
5-
import java.io.IOException;
6-
import java.io.InputStream;
7-
8-
import android.app.Activity;
9-
import android.content.Intent;
10-
import android.graphics.Bitmap;
11-
import android.graphics.BitmapFactory;
12-
import android.os.Bundle;
13-
import android.os.Environment;
14-
import android.util.Log;
15-
import android.view.Menu;
16-
import android.view.MenuItem;
17-
183
public class MainActivity extends Activity {
194
private static final int PICK_PHOTO = 10;
205
private Bitmap bitmap;

com.vogella.android.listview.animations/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
limitations under the License.
1414
-->
1515
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
16-
package="com.example.android.listviewanimations"
16+
package="com.vogella.android.listview.withanimation"
1717
android:versionCode="1"
1818
android:versionName="1.0" >
1919

@@ -27,7 +27,7 @@
2727
android:label="@string/app_name"
2828
android:theme="@style/AppTheme" >
2929
<activity
30-
android:name="com.example.android.listviewanimations.ListViewAnimations"
30+
android:name="com.vogella.android.listview.withanimation.ListViewAnimations"
3131
android:label="@string/app_name" >
3232
<intent-filter>
3333
<action android:name="android.intent.action.MAIN" />

com.vogella.android.listview.animations/res/layout/activity_list_view_animations.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:id="@+id/listview"
3+
android:layout_width="wrap_content"
4+
android:layout_height="wrap_content" />

com.vogella.android.listview.animations/src/com/example/android/listviewanimations/Cheeses.java

Lines changed: 0 additions & 154 deletions
This file was deleted.

com.vogella.android.listview.animations/src/com/example/android/listviewanimations/ListViewAnimations.java

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)