
user interface - Why doesn't absolute positioning in Android …
May 27, 2025 · "but that doesn't seem to be the case with my current approach" -- have you considered changing your approach? View#x and View#y are not designed for permanent …
user interface - Android UI Testing on Azure Devops Pipeline
Apr 28, 2025 · I'm working on an Android app hosted on Azure Devops. We have complete CI/CD setup over there. I wanted to create a new pipeline to run UI tests on an AVD but I can't seem …
How to create our own Listener interface in android?
Jun 15, 2009 · 1 In Android,you can create an interface such as Listener,and your Activity implements it,but i don't think it is a good idea. if we have many components to listen the …
user interface - Why my UI is pixelated on build? Unreal engine …
Oct 26, 2024 · Some general Android, SDK and NDK project settings config And User Interface settings with my DPI curve, the 1080 res is the default and projected on UMG, and 2160 is set …
user interface - How can I improve the look and feel of an Android …
Mar 14, 2011 · I have seen that standard Android UI components have a poor look and feel. Can anyone provide me with some links or suggestions on how to improve the look and feel of an …
android - Background application without ui - Stack Overflow
Jul 30, 2010 · I am new to android development. I want to make one background application, so that it keeps running in background, and it's without any UI, and even its icon do not appear on …
user interface - combinedClickable for Button Android Compose
Jul 29, 2023 · android user-interface android-jetpack-compose asked Jul 29, 2023 at 6:06 BobDidley 211 4 12
user interface - How do I create an app to customize notification …
Oct 13, 2023 · But if search Google for 'Android development - Notifications panel', it shows results to customize my apps notifications instead of customizing the notification panel. I don't …
user interface - Android Alarm Clock UI - Stack Overflow
Nov 23, 2012 · I am trying to figure out how the UI was designed for the Android Alarm Clock app. This appears to be using the Holo Dark Theme. The screenshot included is the Create/Edit …
user interface - Designing UI in Flutter for Android - Stack Overflow
Jan 16, 2019 · Is it possible to design a Flutter UI via Android Studio by using a UI builder, like I would do when developing with Java/Kotlin?