• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. E

    Apps save an bitmap

    Hi so I have this code. public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case R.id.save_sign: myView.save(); break; } return false; } public void save() { String filename...
  2. E

    signature touchpaint

    Hi Im using a little bit of this graphics - API Demos | Android Developers FingerPaint.java and GraphicsActivity.java and Android 2D Graphics Example - Marakana What I wonder is how can I make it possible to when i press an ok button enable paintwriting to write a signature/autograph...