12 questions
I just started studying Android, so I have a question.While trying to put a list view inside each menu made with a view phaser, I'm wondering how to handle the list view-related adapter.I've seen a lo...
The cell height of the ListView cannot be adjusted. Give android:layout_height=70dp and it should come out at the height of the cell 70dp It's coming out too big. I've tried minheight, shortened it, a...
Hello. We are developing an app that fetches data through API every hour with Android syncadapter. The emulator works fine. Sync is not performed on the physical device (Galaxy S7). The code itself do...
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...
Hello. I am studying Android while making a memo application.The Notepad contains ListView and the Adapter contains CustomAdapter, which is defined by inheriting the BaseAdapter. There is only one tex...
Hello. I'm a developer who lacks a lot I'm posting a question like this because there's something I don't understand. I can't recognize the position in the listview, so I upload it like this Please un...
Hello, I received json data in recyclerview from a fragment and sprayed it, and when I clicked on the view, the Gone had view appeared below. By the way, I want to get json data in the view that appea...
I'm a beginner at coding. I made a tap layout using an adapter When I click the button on click, I want to hand over each character in Edittext to the tab page, but I don't know how. I found a way and...
This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...
There are two layouts in the Recycler view, one of which is Visibility.Gone and click on the layout shown, and the layout that is Gone is Visibility.I'm trying to make it visible. When I click the lay...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.