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

Search results

  1. S

    Apps About dynamic slider

    Hello, I used a sample code is reading images from R.java file. I want to change it as display from web. But it has an error. Because i sent parameter is drawable but it must be Integer. How do i it? Current Code image_prev =...
  2. S

    Apps Android - Open new Activity from extends framelayout

    Hello, I'm doing that sample: http://code.google.com/p/proyectouvipool/source/browse/trunk/Android/PFC/src/pablo/developer/BalloonOverlayView.java?r=87 I want to change at this line public void onClick(View v) {layout.setVisibility(GONE);} to public void onClick(View v) { Intent...