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

Search results

  1. R

    [APP][FREE]Swipe to configure- using just swipes, change brightness, WiFi,etc

    Lets say you're watching a video(in full screen). You feel the brightness isn't well adjusted. What if you could adjust the brightness with just a swipe instead of going through the hassle of closing the video, and then opening settings. This app lets you do that. Swipe-In is a useful tool...
  2. R

    Drawing on layout

    I am new to android and am designing a small application.I have to create a Table containing 81(9x9) TextViews.After that I have to draw a vertical line after every 3 elements in the column and a horizontal line after every 3 rows(just like a sudoku grid).The code: public class App extends...