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

Search results

  1. R

    Apps Passing Variable to RequestListener

    I have a RequestListener which is all working, but I can't seem to figure out how to pass a variable to the request listener. Can someone point me in the right way? I am trying to pass the friendID to the fbFriendID inside the onComplete function. public void PostOnWall(String friendID...
  2. R

    Apps Creating MultiDimensional Arrays

    I am new to Java programming and trying to grasp it. I have done some searching, but I can't seem to find anything on creating an array the way I am used to with PHP. The only way to explain what I am looking for is showing it to you in PHP. Can someone help with a quick example that would do...
  3. R

    Apps Uploading File using HTTP Post

    I found this script and have altered it to fit my needs, but now I need to upload a file with the form fields. I have found examples but I cant seem to get it to work. Can someone help on what I would need to do. public static String send_HTTPPost(String url, String data, String...
  4. R

    Apps Android Tablet with Facebook Login

    We currently have it built into our app where they can login with Facebook, but because of our application we are looking for a different way users can login with Facebook. The problem is that our app is a Full Screen App that when the Facebook login opens, they can click forgot password and it...