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

Search results

  1. Z

    Apps Including buttons making my canvas drawing like hexagon shape in Android ?

    I'm creating a canvas drawing app in Android that has lots of buttons in xml file. The problems is when I draw a circle with all those buttons included in the file it's never a smooth circle it's full of corners like hexagon shape but when I exclude buttons may be leaving in one or two, it draws...
  2. Z

    Multiple Navigation Drawers

    Hi, Is it possible to have three navigation drawers or more in one activity all on the same side(left) ?
  3. Z

    Apps How to take screen shot of your current screen in Android?

    I have a screen capture method that takes the screen shot but the images with PNG extention have transparent background and with JPEG it displays Black background. How can I capture the current screen e.g desktop wallpaper (if on home screen) ? public void takeScreenshot() throws...