I’m trying to show an almost fullscreen DialogFragment. But I’m somehow not able to do so. The way I am showing the Fragment ...
-
June 4, 2022
- 0 Comments
I’m trying to set the background color of a View (in this case a Button). I use this code: // set the background ...
-
June 4, 2022
- 0 Comments
Just wondering if anyone has tried using new Java 7 language features with Android? I know that Android reads the bytecode that Java ...
-
June 4, 2022
- 0 Comments
I am confused about the difference between LinearLayout, RelativeLayout, and AbsoluteLayout. Could someone please tell me the exact differences between them? 5 Answers ...
-
June 4, 2022
- 0 Comments
I am developing a simple Android application. But when I run Eclipse, it shows the following error: Your project contains error(s), please fix ...
-
June 4, 2022
- 0 Comments
This question already has answers here: Android app won’t build — The minCompileSdk (31) specified in a dependency’s androidx.work:work-runtime:2.7.0-beta01 (26 answers) Closed 8 ...
-
June 4, 2022
- 0 Comments
I’m trying to create a custom view GhostSurfaceCameraView that extends SurfaceView. Here’s my class definition file GhostSurfaceCameraView.java: public class GhostSurfaceCameraView extends SurfaceView implements ...
-
June 4, 2022
- 0 Comments
I am wondering how to add shadow on text in android? I have the following code which is applied on a bitmap and ...
-
June 4, 2022
- 0 Comments