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

Search results

  1. M

    Apps Problem DELETING a View

    Hey guys, Im using the addContentView() to add a View, it's ok. My problem is when I want to delete this view! NOTE: The myView.setVisibility(View.GONE); doesn't work. I mean, visually works, but not for what I need, I really need to delete it forever. Thanks
  2. M

    Error uploading image to php server

    Hey guys, I'm really tired trying and trying to upload a simple jpg via multipart but nothing. Probably it is my Header that is not working pretty well. If you guys have some tips about how to write a good header with writeBytes();, please. Let me know. Thank you so much.