So by accident I created that proto directory inside the "src/main/java" folder and couldn't figure out why my build files were not generated after building the project 😅 Thanks for the tutorial :)
This seems to be a bit complex way of storing objects to local storage especially given that ROOM and the preferences data store are so easy to work with but the results are worth it since it perfectly with coroutines, Refactoring all of my object storages to this library...
What if Use gradle implementation of Pereference DataStore in Proto DataStore? I have tried to do so and It is working now. I wanted to use both preference and proto DataSore and while trying it I got error for using gradle implementation of both DataStores, and I left only preference DataStore gradle impl. and it is working. Is It ok? What U think?
I'm so ready
So by accident I created that proto directory inside the "src/main/java" folder and couldn't figure out why my build files were not generated after building the project 😅 Thanks for the tutorial :)
Thanks, it helped me to refactor my project!
This seems to be a bit complex way of storing objects to local storage especially given that ROOM and the preferences data store are so easy to work with but the results are worth it since it perfectly with coroutines, Refactoring all of my object storages to this library...
OMG thanks for sharing this with us
Hi
can you please show how to store a json object in proto datastore?
that would be really helpfull
thanks
Thanks this is awesome!
I need to implement grpc for android/kotlin gradle project. but find it too complicated. so far little results :(
Do I have to create multiple proto files to have multiple entities? Or can I use the same proto file to create multiple entities?
It's your call, whatever you prefer.
So everytime I want to store another model, I have to create another serializer class for it?
perfect content ....
How do we add support for objects with nullable variables? I am getting an error for nullable variables is my objects...
What if Use gradle implementation of Pereference DataStore in Proto DataStore? I have tried to do so and It is working now.
I wanted to use both preference and proto DataSore and while trying it I got error for using gradle implementation of both DataStores, and I left only preference DataStore gradle impl. and it is working. Is It ok? What U think?
What is need and use of life cycle dependencies in this project?
The links for the free course you given are note for free so it Will be possible to get
override val defaultValue: Person
get() = TODO("Not yet implemented")
what is that means??
Use Product.getDefaultInstance()
How to config protobuf use kotlindsl?
both parseFrom and writeTo give this warning: Inappropriate blocking method call
How to save List of Object to protobuffer?
Omg, he didn't stop and breathe during the entire video. Non stop talking.
Comparing to swift's UserDefaults - this is a total mess :)
where createDataStore?