Connor Flaat

Results 5 issues of Connor Flaat

I've tried using your code but it severely lags when using a custom adapter. Looping through every view in computeScrollY() and inflating tons of views seems terribly inefficient and I...

When the number of items in the list doesn't take up the whole screen's height there is a blank area above the quick return view. It seems to increase as...

I have some basic getView() code that is as follows: public View getView(int position, View convertView, ViewGroup viewGroup) { View v = inflater.inflate(R.layout.gallery_image_layout, null); ImageView i = (ImageView) v.findViewById(R.id.houseImage); i.setLayoutParams(new...

I copy a file in Python to removable drives using O_SYNC and it's not working for exfat formatted drives. If I format the same drive to ext4 or fat32 it...

enhancement
fuse

Initial comments were wrong. See later comments.