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

Search results

  1. P

    how to display images using picasso library

    Hello, I have created an android app,in which i have to load network images for that i have used picasso library in my android project. but it unable to display all the images,i display only some of those images .please any can suggest me how to resolve this issue. I have used okk-http library...
  2. P

    How to scan business card in android and show scanned data on form fields.

    Hello , I am new to android development ,and i want to add business card scanner and want to fetch that data on form field in my android app.i don't have an idea how to implement that in my app.any one please suggest me how to do that. Thanks in advance
  3. P

    Apps how to display an bitmap array on image view using view pager

    hello, I have to make image slider,for that i retrieve all images and convert them in bitmap and add them in array_list ,and set in my_custom_adapter on image_view,it gives an exception to that view created on main thread can only touch its view. Thanks in advance.
  4. P

    Apps how to set images and text retrive from json on grid view

    Hello, I have to show images and text in grid view dynamically,for that i retrieve all images and text from Json and collect them in array_list,but after that i don't have an idea how to display them on grid. Thanks in advance.