|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActivity
com.blogspot.applications4android.comicreader.ActivitySaveStrip
public class ActivitySaveStrip
Activity to save the strip onto sdcard on user's request Pass the source file in 'src_file' and destination in 'dest_file'
Constructor Summary | |
---|---|
ActivitySaveStrip()
|
Method Summary | |
---|---|
void |
cancelSaveStrip(View v)
Callback for cancelling saving the strip |
void |
onCreate(Bundle savedInstanceState)
|
void |
saveStrip(View v)
Callback for saving the strip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivitySaveStrip()
Method Detail |
---|
public void onCreate(Bundle savedInstanceState)
public void saveStrip(View v)
v
- view which is calling backpublic void cancelSaveStrip(View v)
v
- view which is calling back
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |