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

Search results

  1. K

    Apps Any body please tel me how to apply filtering on ListView using editText

    I had used this following code,,,but it's not working private ProgressDialog m_ProgressDialog = null; private ArrayList<Order> m_orders = null; private OrderAdapter m_adapter; private Runnable viewOrders; private EditText filterText = null...
  2. K

    Apps Deleting a item using gestures,,,,,

    Hi,,, I Created a list of items,,and i wanna use gesture to delete the particular item in the list,,,If i gestured on the listitem that particular item to be deleted,,,:( Can anyOne help.,,.. Thanks
  3. K

    Apps Showing selected List at start of Activity

    Am having 3 ListViews side-by-side using relativelayout,,,,I added a HorizontalScrollView to scroll ListViews. I wanna set the Horizontalscrollbar at the selected position in the screen,,How it can be developed?,,,help :( Thanks
  4. K

    Apps ListView Horizontal ScrollBar Problem

    I have been working ListViews.I placed 3 ListViews horizontally using Relativelayout,,,But I can't add a scrollbar to view the listView outside the screen,,, :( Can anyone help.. Thanks,,
  5. K

    Apps I waana create the image as shown,,try and help

    I wanna create this screen,,I managed to create List but,,,the tablayout present at the bottom am trying,,:( Any one can help and try it out,, Thanks,,
  6. K

    Apps Can we use more than requestWindowFeature in an Activity

    I wanna create a listview and tablayout in seperate windowfeature in same screen. I done with ListView,,,but TabLayout isn't,,,:( Can anyone help abt this,, Thanks
  7. K

    Apps How to add a ListView in a Dialog

    AnyBody, tel me how to place an List of Items and Images inside a Dialog. I am trying to place but images are not coming. Thanks:(
  8. K

    Apps Listview with multiple rows in one item and setting an image at xtreme right

    how to add image and multiple lines to an listitem,,,,how to do that.. I getting only one, Thanks:(
  9. K

    Apps TextSize changing in ListView

    How to change Size of the text size and style of text in list items of listview.?,, Can we set a image for each listitem in listview?,,,,,,,,,,,,,,:confused: Thanks,,,
  10. K

    Apps Why japanese letters cmg on my android keypad

    When I try type,,,japanese letters are showing on screen ,after completing text normal english words are cmg,,:(
  11. K

    Apps Anybody tel me,,how to convert editable text to string

    I wanna get the text from edittext as string,,,how to get that..:(
  12. K

    Apps Problem in creating a database..

    anyOne tel me,,,how to create database,,, mycode is not working package com.android.DataBaseWork; import java.io.FileNotFoundException; import java.sql.ResultSet; import java.util.ArrayList; import android.app.ListActivity; import android.database.Cursor; import...
  13. K

    Anybody can explain,,,wat is wrong in the code,,its not working

    in creating tablayout I created all the tabs ic_tab-albums etc,,..but still not working and want to place a button in albumsactivity:confused: Tab Layout | Android Developers package com.android.Tablayout; import android.app.Activity; import android.os.Bundle; import android.view.Gravity...