worm-getter
asked on
android java
hi all, just a quick one please, been going around in circles a bit here, and am now at the stage whereby i cannot seed the wood for the trees!
need code to display full-screen image, user the makes a few sketches on the image and saves the up-date image with sketches.
part-code as follows:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstan ceState);
this.paintView = (PaintView) findViewById(R.id.image);
requestWindowFeature(Windo w.FEATURE_ LEFT_ICON) ;
setContentView(this.paintV iew.setBac kgroundRes ource(R.dr awable.hor se_logo));
Object imageView;
((Object) imageView).setImageResourc e(R.drawab le.horse_l ogo);
this.paintView.togglePenci l(true);
} // end method onCreate
thanks in advance to all & sundry.
need code to display full-screen image, user the makes a few sketches on the image and saves the up-date image with sketches.
part-code as follows:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstan
this.paintView = (PaintView) findViewById(R.id.image);
requestWindowFeature(Windo
setContentView(this.paintV
Object imageView;
((Object) imageView).setImageResourc
this.paintView.togglePenci
} // end method onCreate
thanks in advance to all & sundry.
What is (or was) your question? Are you seeing a compiler error? I noticed that you declare that "imageView" variable, but don't assign a value to it.
ASKER
cheers for response.
question = code to display full-screen image, user then makes a few sketches on the image, and saves the up-dated image with sketches?
up to my tonsils at the minute, will work on this app again next week and let you know how i get on.
thanks.
question = code to display full-screen image, user then makes a few sketches on the image, and saves the up-dated image with sketches?
up to my tonsils at the minute, will work on this app again next week and let you know how i get on.
thanks.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
project scrapped.