Gulab Sagevadiya
Gulab Sagevadiya
have you found any solution for this need? I am also looking for video record function with timer and preview
> Hi @gulabsagevadiya without furhter information i cannot help you. I will close this ```java Caused by ea.z: Protocol message contained an invalid tag (zero). at com.google.crypto.tink.shaded.protobuf.GeneratedMessageLite.parsePartialFrom(GeneratedMessageLite.java:7) at com.google.crypto.tink.proto.Keyset.parseFrom(Keyset.java:2) at...
```kotlin fun Context.saveBackUp(backup: RoomBackup, database: MainDatabase, onComplete: (Boolean, String) -> Unit) { val number = sharePrefHelper.user?.key!! val newFile = File(this.getExternalFilesDir(null), "tufeeBackup.db") backup.database(database) .backupIsEncrypted(false) .backupLocation(RoomBackup.BACKUP_FILE_LOCATION_CUSTOM_FILE) .backupLocationCustomFile(newFile) .apply { onCompleteListener { success,...
> Already tried with the new version: beta10? > > Can you show me the options you pass wenn calling the backup function Yes I have used beta10 on the...
Sure I will try this out
I know how to do fork and all things @AshvinVavaliya I am asking help for reduce library size which used in this project.
I have used different lib with Android bundle app become 20 mb size after that. Bundle is main part of that. If you build apk then it will become 120...
Can you share a little more information about what you have used and some reference for that code? because I need an only the audio part and a more specific...
I am not a very experienced developer in this field but there is no lib available for Audio to text Convertors. Yes, a Speech recognizer is available but Audio to...
same issue I am facing. does anyone found a solution for this?