input-samples icon indicating copy to clipboard operation
input-samples copied to clipboard

Multiple samples showing the best practices in input on Android.

Results 52 input-samples issues
Sort by recently updated
recently updated
newest added

Hi, Gif image is not enabled in the text message.It has to send a message instead of a gif image.How can I send a text instead of the image?Please help...

migrated googlesamples

Code and inline comments are clear to understand the intention of this method! Update comments to include _what would have happened incase of absence of this method_

migrated googlesamples

when running to this method, it always returns an empty array: private boolean isCommitContentSupported( @Nullable EditorInfo editorInfo, @NonNull String mimeType) { if (editorInfo == null) { return false; } final...

migrated googlesamples

Hi folks, I am using samsung s8 device to send the default keyboard gif images to the server. But I am not able to get the link uri from the...

migrated googlesamples

not called onCommitContent of an interface OnCommitContentListener: `EditText exitText = new EditText(this) { @Override public InputConnection onCreateInputConnection(EditorInfo editorInfo) { final InputConnection ic = super.onCreateInputConnection(editorInfo); EditorInfoCompat.setContentMimeTypes(editorInfo, mimeTypes); final InputConnectionCompat.OnCommitContentListener callback =...

migrated googlesamples

apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25 rc1" defaultConfig { applicationId "com.example.android.android.sampleapp" minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled...

migrated googlesamples

On Android 12 and Android 13, the sample app cannot be added as the autofill service. On navigating to Settings -> Passwords & Accounts and then clicking on Google (which...

Hi, I am currently trying to use credit card autofill in my Credit Cart Bill Payment page. In my case, I only need the credit card number. So in my...