view tag

215 questions


1 answers
60 views
0
If you do the inflatemenu of Search view, it will be forced to end.

If you inflate the menu in Search View as the title says, it will be forced to end. It says that there are no resources, but it comes out as below for some reason. It only occurs in os4, and there is ...

2 years ago

2 answers
150 views
0
Questions about Android imageView (OOM Error).

Hello. I'm leaving a question because there was a problem while developing the app.I'm trying to process a large amount of images on one screen.The image is jpg, and about 70 files with a capacity of ...

2 years ago

1 answers
115 views
0
I have a question about ArrayAdapter.

adapter = new ArrayAdapter<InspectorItem> (this, R.layout.test_list, strs);If you run it with the above code, ArrayAdapter needs the resource ID to be a TextView error. adapter = new ArrayAdap...


1 answers
92 views
0
How do I apply events for Touch to individual items in Android ListView?

listview of logic on abstractions, the ontouchWhen that there are 10 items of the listview.The first event at 0 times, only items on the Touch down up position the How can I do?Currently, it is as fol...


1 answers
73 views
0
This is a question when you get an image from url using picasso.

I am currently using recyclerview and receiving images from url using picaso.Json parsing is also in use.At first, I receive 30 pieces of data and spray them on recyclerview, and when the scroll touch...


1 answers
72 views
0
Can I set the interval between each item in the list in the list view on Android?

I used marginBottom to keep a distance between items in the list view. There hasn't been much change.How do I keep each item at a distance?<LinearLayoutandroid:id=@+id/alarm_occurencesandroid:layou...


1 answers
51 views
0
Can I hide a specific location in the Android Listview?

String[] _InitialSetup_Menu = new String[] { AA, BB, CC, DD, FF, GG, HH };_InitialSetup_List = (ListView) _Main_List.findViewById(R.id._Main_ListView); ArrayAdapter<String> __InitialSet...

2 years ago

1 answers
115 views
0
How to insert an image as a path to a file in an image view

Put resources in drawable ImageView imgView=new ImageView(this); imgView.setBackgroundResource(R.drawable.img1);I set it up in imageView like this. Instead of registering resources in the drawable fo...


1 answers
120 views
0
Can I display ListView horizontally on Android?

Is it possible to display the list view horizontally? I did it using Gallery view, but when I use it, it automatically comes to the center of the screen when I select each item. How do we solve this p...


1 answers
70 views
0
About Android WebView

We are currently producing an application through WebViewBindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 23057I'm asking because I keep seeing the log.Does any...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.