Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 636 Bytes

a-computer-engineer

Collection of Android source code for my blog A Computer Engineer.

Current source code:

  • Pick image from gallery before and after KITKAT version in Android (update: works with external sdcard and Google Drive)
  • How to display Canvas on ImageView and save Canvas as Bitmap and store in sdcard in Android
  • Draw circle shape in ImageView in Android
  • Limit number range in EditText using InputFilter in Android
  • Resize image during decode from File to Bitmap in Android(to prevent OutOfMemory error)
  • Various material designs for Button in Android