prabinshrestha

Results 12 issues of prabinshrestha

I have DashBoardViewModel which will provide the data of message,news,events etc for my DashBoardActivity.So is it appropraite to use MessageViewModel,NewsViewModel etc as a member of DashBoardViewModel. Is this approach bad...

Join query doesn't show all the fields in two tables, also it would be nice if query text field is more than 1 row Os : Ubuntu 18.04 Android Studio

- when we define our pojo we convert it into dto by @AutoValue, also we implements gson, now we have to annoted with room,don't you guys think the simple class...

* what to the best way to use it? * when should we use it? * Do we need to use all live data? * Can we use as hybrid,...

I have seen there are many blogs,tutorial about the sample of mix rxjava and livedata with new architecture component.Actually it leads to some kind of confusion whether this or that...

I am using voyager and used the latest library it is giving following violation issue especially on **android 9** and below class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)...

lifecycle

### Description Hi, Hello there, I am looking for best database with great tooling and support for kotlin multiplatform and i stumble into sqldelight. It looks great but i think...

feature

### Problem I am trying kotlin multiplatform realm sdk. Everything was going smooth untill i have to install realm studio, export my db files and view it which is very...

O-Community
gathering-interest
SDK-Use:Local
Importance:Dealbraker

I am using voyager library for compose multiplatform, here is the dependencies on shared implementation("cafe.adriel.voyager:voyager-navigator:$voyagerVersion") api("dev.icerock.moko:permissions-compose:0.16.0") gradle properties kotlin.version=1.8.20 agp.version=7.4.2 compose.version=1.4.1 The issue is the Log inside coroutine scope is...

Could you add some migration example on how to do it with multiplatform?Also if possible, is there any way that we can do auto migration using realm without manual steps?

O-Community