chiftenj
chiftenj
as in this the single source of true is database so you need to write your own NetwrokBoundResource and add data source to api livedatas. or remove data in database...
@hyr0318 you should use ViewModel to interact with repository layer, passing activity into repository violated mvvm principles.
you should consider using payload without multiple param, just dump the image into payload. in c# restsharp you can use something like this: restReuqest.AddParameter("image/jpeg", imageBytes, ParameterType.RequestBody) if your payload contain...
any idea why?