71 questions
Hello! This is the only place I can rely on.Haha Question about updating the fragment viewflipper.class SearchViewPagerAdapter(var fragNum : Int, fm : FragmentManager, searchText : String) : FragmentS...
Originally, I was going to develop a native Android app using Cotlin,For responsive maintenance and integration on other platforms such as Android and IOSWe are preparing to develop a hybrid app.Prior...
Cotlin said it was adopted as the official Android languageI'm going to study for the first timeIs it okay to study with Cotlin instead of Android?
I'm a total beginner.My level is that I've been following a simple example from the Android studio to the Cotlin for a semester in liberal arts (I don't know the structure of which sentence is why, bu...
Hello, everyone~I'm asking you because I'm blocked from implementing hashtags in the app I'm creating and saving them in the database.
class Snapshot<T>(private val array:MutableList<T>) { fun restore():MutableList<T> { return array } }fun test2(){ var array = mutableListOf(1,2) val snap = Snapshot(array) array[0] ...
I'm a beginner at Cotlin.I'm currently using gson in the Cotlin projectGetting the data from the DB server was successfulI checked that it appears as a text in the Recycler view.What I want to do is t...
I'm studying Kotlin on my own, but I don't understand this part, so I'm asking a questionvar operPriorityMap: Map<Char, Int> = mapOf('(' to 0,'+' '+' to 1,'-' '-' to 1,'*' '*' to 2,'/' '/' to 2)...
Data A when button 1 is pressedPress button 2 to print out B data (data contents are similar)Should I use two adapters? Or can I use button 1 and button 2 together for one adapter? I keep getting erro...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.