The baseadapter tag has no wiki summary.
1
vote
0answers
12 views
CustomListPreference is not saving any options and not setting the default values
From the sameple custom row in a listPreference? i tried to create my own custom listpreference but nothing is getting saved or doesn't get populate old indexes.
public class FontSizePreference ...
0
votes
0answers
5 views
ReOrder Custom ListView in android
I have a Custom List view made using BaseAdapter in Android. I have completely implemented the ListView Now I want to add the drag and drop functionality in that list view for reordering.
How can i do ...
0
votes
0answers
14 views
Android BaseAdapter from hierarchical model
I am using a hierarchical model as a data representation. so, every vertex has a list of child-vertices. It is like a file-explorer, with many layers. the structure is not fully known at the view ...
0
votes
1answer
16 views
Runtime Error - Android Getting Screen Size
i have a class on an Android Project called Image Adapter which extends BaseAdapter. Im trying to get the Screen Size. Here is my Code:
public class ImageAdapter extends BaseAdapter {
private ...
1
vote
1answer
17 views
tabgroupactivity in android with BaseAdapter
I have to develop an one android application.
Here i have using tabgroup activity.
i have using following code on my adapter file:
convertView.setOnClickListener(new OnClickListener() {
...
0
votes
0answers
6 views
error during removing row from custom list view using swipedismisslistviewtounch listener
06-17 11:34:38.978: E/AndroidRuntime(5416): FATAL EXCEPTION: main
06-17 11:34:38.978: E/AndroidRuntime(5416): java.lang.UnsupportedOperationException
06-17 11:34:38.978: E/AndroidRuntime(5416): at ...
0
votes
1answer
31 views
failed to connect to /192.168.1.** (port ****) after 2000ms
I am new in android. I am working Socket in android. I written these code below ,
but it gives exception in connecting server as,
06-15 04:48:34.615: V/tcpserver(801): failed to connect to ...
1
vote
2answers
30 views
Items in listview not setting up using BaseAdapter and SimpleAdapter
I'm facing problem with setting up the items in ListView, I'm using an Async task for updating the items. Here is what I have done so far.
Async Task onPostExecute()
@Override
protected void ...
0
votes
2answers
33 views
how Center elements in GridView?
I have an requirement of :
I have a layout like:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
1answer
46 views
how to handle empty value from ArrayList in baseadapter android
i have an ArrayList and one BaseAdapter to inflate my layout, when one array from arraylist is empty, the value on layout show text "NaN%" it is so annoying, i want handle an empty array from my ...
0
votes
1answer
31 views
Refresh listview by clicking a button on android
I'm trying to refresh my listview by clicking a button. I used notifyDataSetChanged But it is not refreshing.
static final String TAG_RESULTS="results";
static final String TAG_TWEET="text";
static ...
-1
votes
0answers
32 views
Cannot get headers working with SeparatedListAdapter [duplicate]
I am using the below class for list view headers, but here in this line headers = new ArrayAdapter<String>(context, R.layout.list_header); we are using xml , but i want to do this progrmatically ...
0
votes
0answers
86 views
NullPointerException in ListView in Android 2.3.3
I've a ListView that has different types of views: Spinner, EditText and Button to DatePicker.
To differentiate the different elements, I added a tag in my BaseAdapter to this ListView.
To get the ...
0
votes
2answers
58 views
How to Refresh ListView in Fragment that is filled with BaseAdapter?
I want to Refresh a ListView in a Fragment when a Dialog is closed. Until now the refresh only works when I restart the app and I don't really know why.
Here are the classes:
This is the Fragment ...
0
votes
1answer
53 views
onclick image change on baseadapter
I want to change imageview source (and music of course) from onclicklistener. It is change, but first image changing every click. How can i fix it?
(Sorry for my bad English)
enter code here
public ...
1
vote
1answer
26 views
how to make a listview apearing from bottem or top?
List view with an base adapter.
Please guide me where what animation to add to make a listview appear from bottom to top.
or top to bottem .
i want to show whole items at set adapter and fit to its ...
1
vote
2answers
225 views
Skipped 60 frames! The application may be doing too much work on its main thread
I'm working on a App that should get a JSON response from a webservice and write every element in a listview, I have read that I should work with AsyncTask to get the HTTP Response and I did it and I ...
0
votes
1answer
30 views
Returning a dynamically specified number of images from an Adapter
I am using a custom ImageAdapter with a GridView in order to display a 4*4 set of images.
I am wanting to be able to pass the number of images to be returned by the adapter dynamically, the ...
0
votes
2answers
24 views
Unable to set font in BaseAdpater class?
this is the getView function of classBinderData extends BaseAdapter:
public View getView(int position, View convertView, ViewGroup parent) {
View vi = convertView;
if (convertView == null) ...
0
votes
0answers
50 views
android fragment baseadapter getcount is getting called but not getview
i have fragment in which i have a listview , i was trying to show some data in the list . it is silly but its not working i have no idea what is wrong with it.
in my fragmnet in oncreateview im doing ...
0
votes
2answers
57 views
Refreshing Android ListView data inside OnClickListener
I've been working on a personal project in Android and ran into a strange situation regarding an Activity which uses a ListView. The basics of the problem are that I have a list of items, each which ...
-1
votes
0answers
41 views
Pass double from main activity to base adapter one
I would like to pass the value of editText1.getText().toString() to the base adapter one in order to compare this value with "num". ¿How can I do it?¿Could you give me some advice? Thanks
Here are my ...
-4
votes
1answer
36 views
Pass data from main activity to base adapter one [closed]
I would like to pass the value of editText1.getText().toString() to the base adapter one in order to compare this value with "num".
¿How can I do it?
Here are my 2 activities:
public class ...
-1
votes
3answers
74 views
List view adapter in android
I have a Base Adapter and there are three views in the getView() of the base adapter. 2 textviews and one delete button.
the first text view is the name of the product, the second textview is the ...
0
votes
2answers
30 views
ListView item on form only showing one item
I have a form with a number of EditView fields in it. The data for these fields are loaded from a database (in the onCreate() method). The last object on the screen should be a ListView that should ...
0
votes
4answers
53 views
Difference between usage of BaseAdapter and ArrayAdapter
I want to know the difference using BaseAdapter and ArrayAdapter, clearly i don't understand which to implement when, as i have been achieving what i want, through ArrayAdapters. Can you make me know ...
3
votes
2answers
61 views
Delete ConvertView Run Time in BaseAdapter using listview.
I am working on application that retrieve all audio-files(with album-art) dynamically at getView() method of BaseAdapter.
now how can i delete item on touch of listView.
(e.g if i click on 3rd item ...
0
votes
1answer
51 views
how to call two adapter in one class android
i'm trying to call more than one adapter in one of my activity, when i run it, only one adapter running and others doesn't run.. this is my layout :
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
3answers
89 views
Use of ViewHolder is giving unusual output
I'm using custom list view in which each row contains two image view and a text view. I'm using view holder in getView() method of custom adapter. I've set Onclicklistener() on one of the image view ...
1
vote
0answers
30 views
multiple screens to scroll horizontally, but not vertically
I am trying to achieve multiple scrollable views on one activity.
I am using viewpager, in each screen there will be multiple buttons using baseadapter, where clicking on one will start certain level, ...
0
votes
1answer
57 views
How to get text of particular position on click of checkbox in ListView Android
i want to get text of position of listview having check box is chacked .Listview comtains textview and checkbox coming from baseadapter
holder = new ViewHolder();
holder.full_name = ...
2
votes
4answers
145 views
Forcing a BaseAdapter to update it's views when AsyncTask is done
Ok, so my approach is something like this. I am decoding locally stored encrypted and serialized Objects in an AsyncTask in an Activity. The Activity uses a BaseAdapter (HistoryAdapter) for the data ...
0
votes
1answer
30 views
How to Search iteams in alphabetically in Listview through Base Adapter
I want to search iteams from list view alphabetically on click on edittext i am not getting how to do this
serch_item.addTextChangedListener(new TextWatcher() {
@Override
...
0
votes
3answers
74 views
listview refresh aynctask in android
I am unable to refresh my listview. I know there are lots of help available for this. But I am unable to get my listview refreshed.
Lemme edit my code a little bit showing the AsyncTask
There are ...
0
votes
5answers
39 views
AsyncTask won't let me use my own class
I have an AsyncTask to load entries in a ListView by creating everytime a new instance of a class, where the varaibles will be saved and let them load from an own Adapter which is extended as a ...
0
votes
1answer
36 views
Item click event doesnt works correctly
The item click event works only when the list activty is first created. if I leave the activity or close the application, the event no longer works. Only if I reinstall the application. Any help?
MY ...
0
votes
1answer
50 views
how to get context for BaseAdapter in Android
I have a class named BinderData which extends BaseAdapter. How can i get the Context of this class? I tried to use getContext() but that doesn't work in case of BaseAdapter.
0
votes
0answers
27 views
Delay between calling NotifyDataSetChanged and seeing the change happen
I have the following code in the constructor of my BaseAdapter<T> that tells the list to update when the FinishedSearch Action is fired.
public SearchListAdapter (Activity oContext)
: base ...
2
votes
2answers
223 views
Items inside GridView Getting loaded again when Scroll up and down
I'm using a GridView to show a number of images thumbnails of Images So User can choose any one of them and i will show that image in full screen.
Each item of the grid is consisted by an ImageView ...
0
votes
0answers
31 views
GridView update bad
I have a problem with Gridview. I'm making a game in which each image has an id. For level 1 I have put 20 photos (from 0 to 19 that match the id of the Gridview). For level 2, most 20 to the GridView ...
0
votes
1answer
95 views
list view image is getting changed when scrolling
I am parsing json data in a listview(imageview and textview).For first four items of listview the image and textview are correctly added but when i scroll the listview then the images in imageview is ...
1
vote
2answers
75 views
How to add Search functionality on list view items in listview are from BaseAdapter
i have to add search functionality on Edittext items in listview are coming from baseadapter
i am using this code but .getFilter().filter(s.toString()); is not coming
My Code is :-
...
0
votes
3answers
75 views
Intent not sending right data on next activity from ListView
I made one ListView with ImageView and TextView.
When I click on image then by using intent i pass Image uri and text to next activity.Now for first four cells of listView i am getting right data on ...
0
votes
0answers
69 views
How to get name from mySQL database and show it in ListView by BaseAdapter?
I have been searching about how to bring data from mysql and put them into listview. After I receive all of them as string, I don't know how to put them into array and use with baseadapter class.
...
0
votes
1answer
24 views
Duplicate background change for selected row in baseadapter when touched
im using baseadapter ang i'm trying to change the background of an item when it is clicked. but when i scroll down, other row's background is also changed. i've already specified my choicemode to ...
0
votes
1answer
68 views
pass data to new activity from adapter class
I made one custom listview with image and text.When u click on image it ll lead you to new activity.Now i want to pass image and text to new activity.i know with putExtra method you can pass data but ...
0
votes
2answers
118 views
Refresh GridView contents with custom BaseAdapter
I've tried searching for a solution for this problem for a couple of days and I'm stumped.
Here's what I have so far:
Custom BaseAdapter class:
public static class ImageAdapter extends ...
0
votes
2answers
198 views
Android, List Adapter returns wrong position in getView
I have found a mysterious problem that may be a bug!
I have a list in my fragment. Each row has a button. List shouldn't respond to click however buttons are clickable.
In order to get which button ...
0
votes
3answers
108 views
Android call notifyDataSetChanged from AsyncTask
I've a custom ListAdapter that fetches data from internet in an AsyncTask.
The data is added perfectly to the list, but when I try to do operations the application crashes...
I'm sure this is ...
0
votes
0answers
115 views
Android : Custom DialogFragment so slow to display
I have a DialogFragment which serves as a popup. This DialogFragment has a ListView in it and that uses a BaseAdapter that has custom TableRow. My problem is, it takes about 2 seconds to display the ...


