----------
1. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/MainActivity.java (at line 36)
	import android.app.Fragment;
	       ^^^^^^^^^^^^^^^^^^^^
The type Fragment is deprecated
----------
2. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/MainActivity.java (at line 37)
	import android.app.FragmentManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FragmentManager is deprecated
----------
3. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/MainActivity.java (at line 38)
	import android.app.DialogFragment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DialogFragment is deprecated
----------
4. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/MainActivity.java (at line 298)
	textview2.setText(Html.fromHtml(response));
	                       ^^^^^^^^^^^^^^^^^^
The method fromHtml(String) from the type Html is deprecated
----------
5. ERROR in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/MainActivity.java (at line 317)
	map = new HashMap<>();
	^^^^^^^^^^^^^^^^^^^^^^
Unreachable code
----------
----------
6. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/FileUtil.java (at line 217)
	return Environment.getExternalStorageDirectory().getAbsolutePath();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExternalStorageDirectory() from the type Environment is deprecated
----------
7. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/FileUtil.java (at line 225)
	return Environment.getExternalStoragePublicDirectory(type).getAbsolutePath();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExternalStoragePublicDirectory(String) from the type Environment is deprecated
----------
8. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/FileUtil.java (at line 237)
	path = Environment.getExternalStorageDirectory() + "/" + split[1];
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExternalStorageDirectory() from the type Environment is deprecated
----------
9. WARNING in /storage/emulated/0/.sketchware/mysc/635/app/src/main/java/com/my/newproject108/FileUtil.java (at line 292)
	final String column = MediaStore.Images.Media.DATA;
	                                              ^^^^
The field MediaStore.MediaColumns.DATA is deprecated
----------
9 problems (1 error, 8 warnings)
