215 questions
I'm using a method called MultiautocompleteTextview.Is it possible to apply this to the mobile custom keyboard that was made separately (?)?Originally, this method is used when you enter a specific wo...
Hello, RecyclerView is showing you a list of lists.If you scroll down in RecyclerView, you'll see the items that are shown on the current screen I want to know which position item it is. I wonder if t...
<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http://schemas.android.com/tools android:layout_width=match_parent android...
First of all, the contents of the XML file are as follows.<?xml version=1.0 encoding=utf-8?><ListView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_paren...
I'm going to use Google Maps map on my application. I created a key and added a permission from the manifest, but when I run the app, I get this message from the debugger:GoogleService failed to initi...
In the fragment, searchView is implemented in the action bar.It used to work wellpublic class Fragment1 extends android.support.v4.app.Fragment {}There is an error after extends to v4 because of other...
I want to make the layout come out under the position every time I click each position in recyclerview and disappear when I click again, what should I do? Should I do it on click on the main page? I g...
I'm making an app for securities, and I'm drawing a line graph by holding the items of RecyclerView with a candle.If you scroll through this graph, the items in RecyclerView will be erased, and the va...
Place the listview and add item buttons in Main Activity.Press the button to go to B_Activity.In B_Activity, I want to read the view values when I click the finish button and add a list view item loca...
When you click the image view on the left screen, as shown in the picture,I want to fill up the screen like the picture on the right (like when you click on the image in the photo album)I'm thinking a...
« | - 11 - | » |
© 2024 OneMinuteCode. All rights reserved.