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

Search results

  1. L

    Apps LongShadow in image

    Hello! I want to create a shadow at 45 degrees in an image / vector. For this I am using the LongShadow library (link). Create the shadow perfectly, but at the moment of executing the application, it is very slow, I can not find a way to fix it. Some help? I leave a view of the image
  2. L

    Swipe to change brightness

    Hi, I'm doing that when I move my finger across the screen vertically, the brightness of the phone changes ... This is my code: @Override public boolean onTouchEvent(MotionEvent motionEvent) { TextView tv = (TextView) findViewById(R.id.textView); // TODO Auto-generated...