Manik Sejwal
Manik Sejwal
`Environment.getExternalStorageDirectory` has been deprecated in Android Q. It should stop working in Android R. This is done to ensure privacy. The new alternative for File handling is the `Storage Access...
https://developer.android.com/reference/android/preference/PreferenceManager `android.preference.PreferenceManager` has been deprecated in API level 29 and replaced by `androidx.preference`. Change the way shared preferences are read and written. All references to 'android.preference.PreferenceManager' have been replaced by...
App bundles shared by the users don't have the necessary resources for different devices. `com.android.vending` and `com.google.android.feedback` were used to check if the app was downloaded from Play or not....
V3 has been deprecated
MySpace currently only supports the text. Many users want to save images too. Add support for images. Providing minimum context to boost creativity. See what suits you most and work...
Helper.java line 210 com.memory_athlete.memoryassistant.Helper.makeDirectory ``` Caused by java.lang.RuntimeException Couldn't create the directory. Path = /storage/0123-4567/Memory Assistant//Practice/ com.memory_athlete.memoryassistant.Helper.makeDirectory (Helper.java:210) com.memory_athlete.memoryassistant.main.MainActivity.moveFiles (MainActivity.java:110) com.memory_athlete.memoryassistant.main.MainActivity$1.run (MainActivity.java:99) com.memory_athlete.memoryassistant.main.MainActivity.onCreate (MainActivity.java:102) android.app.Activity.performCreate (Activity.java:6367) android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1110) android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2404)...
DisciplineFragment.java line 380 com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.save ``` Fatal Exception: java.lang.RuntimeException Binary Digits directory doesn't exist com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.save (DisciplineFragment.java:394) com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.onClick (DisciplineFragment.java:141) ``` ``` Caused by java.io.FileNotFoundException /storage/E4AC-1B13/Memory Assistant/Practice/Words/19-07-01_12:50.txt (Invalid argument) java.io.FileOutputStream.open (FileOutputStream.java) java.io.FileOutputStream. (FileOutputStream.java:221)...
`setOnUtteranceCompletedListener(android.speech.tts.TextToSpeech.OnUtteranceCompletedListener)` is deprecated as of API 15: Android 4.0.3 (IceCreamSandwich). Replace it with something that works in a similar way Used in Disciplines for speech
Write Espresso tests for different UI components. Emphasize on the visibility of views and their content.
The app uses non-static inner classes that extend AsyncTasks. This is a memory leak. Fix this with losing any functionality. Also, try to preserve inheritance. The problem is observed in...