Explain Codes LogoExplain Codes Logo

Android

Prevent the keyboard from displaying on activity start

android
soft-input-state
keyboard-visibility
focus-management

Override back button to act like home button

android
background-execution
state-management
navigation-adjustments

Android: TextView automatically truncate and replace last 3 char of String

android
truncation
textview
xml

Android: html in strings.xml

android
html
textview
webview

Custom ListView Adapter `getView` Method Called Multiple Times, and No Coherent Order

android
listview-performance
viewholder-pattern
adapter-optimization

Android - Prevent white screen at startup

android
startup-optimization
async-programming
splash-screen

Android 6.0 multiple permissions

android
permissions
best-practices
user-experience

Android Data Binding using include tag

android
data-binding
layout-modularity
view-model

Exposed beyond app through ClipData.Item.getUri

android
file-provider
uri-management
android-security

Navigation drawer item icon not showing original colour

android
navigation-drawer
icon-colours
state-lists

Android Center text on canvas

android
canvas
paint
text-centering

The specified child already has a parent. You must call removeView() on the child's parent first (Android)

android
view-management
android-development
best-practices

Android changing Floating Action Button color

android
material-design
xml-customization
android-development

Android - Programmatically Hide/Show Soft Keyboard

android
prompt-engineering
input-method-manager
keyboard-visibility

Error inflating when extending a class

android
inflateexception
custom-views
android-development

Mvc pattern on Android

android
mvvm
view-binding
data-binding

How to remove padding around buttons in Android?

android
layout-control
custom-background
button-design

Mediasessioncompat: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent

android
pendingintent
mediasectioncompat
android-12

How to allow all Network connection types HTTP and HTTPS in Android (9) Pie?

android
network-security
https
http

Fast Bitmap Blur For Android SDK

android
bitmap
performance
optimization