In the context of UX, UI's and programming, 'instant' refers to immediate and automatic. As soon as a trigger activates, the item is updated as fast as possible. Do not use this tag for questions about the `java.time.Instant` class; instead use the java.time.instant tag.
Questions tagged [instant]
162 questions
1
vote
0 answers
How Do I Instantly Read a Key Press In The Java Console? (No "Enter" Key Pressed)
I'm trying to set the value of a variable to that of a keypress. It doesn't matter if the variable is set to the actual letter or the value of the letter. Just a way for the console to know which letter was pressed. AKA, I want to use WASD for Up,…

GWWillison
- 7
- 3
1
vote
1 answer
Send Novell GroupWise instant message via Java?
It this possible or is there an API for this? From Novell's website, there's a GroupWise API, but I don't see any methods for sending instant messages, only e-mails.
I simply want to create a Java program that will send an instant message to…

Mark Logan
- 203
- 5
- 19
1
vote
0 answers
Is there a way to enable Instant app deep link without upgrading links in Google play
I find the Google Approach for Instant Apps terrible from user perspective (and from developer view as well, btw)
The Instant app, if I understood properly, was to improve the user experience enabling the use of Apps without installation (like a…

Steeve Favre
- 248
- 3
- 9
1
vote
1 answer
C# P2P Instant Messenger General Basis Help
I want to start a simple windows P2P instant messenger in C#, similar to AOL, ICQ, etc, but much more simple (plain text messages between 2 guys)
I don't need examples on how to do it. I can find them myself.
What I do need is a general idea of how…

Dandy
- 303
- 5
- 14
1
vote
1 answer
Equivalent of moment react in java
I have to find the difference between the start and the complete load time event. The start load is in java whereas end is in react.
In react I have this
completeLoad = moment();
I want to record the initial load time in java and then find the…

Nitika
- 105
- 3
- 18
1
vote
2 answers
How can I get a timestamp for today 9am or tomorrow 9am depending on if we are 9am?
I have a spring boot backend and I want to publish news at 9am UTC+1 everyday.
I would like to get a java.time.Instant for:
today 9am UTC+1
tomorrow 9am UTC+1
Depending on if we 9am, how can I do it reliably for all my clients?

Dimitri Kopriwa
- 13,139
- 27
- 98
- 204
1
vote
0 answers
Google instant - How is the page snapshot generated?
When we click on magnifying glass icon, in google instant search, a snapshot of the web page is shown with results hightlighted. What technologies are used to generate that web-page snapshot and search string highlighting ?

Abi
- 496
- 5
- 9
1
vote
2 answers
Instant App Crash When Click on Try Now button
When I test instant app it works properly but after uploading on Play Store when I click on "Try Now button" app crash.
Here is my code when I click on Try Now button:
package com.journaldev.androidinstantapps.feature;
import…

Neal
- 379
- 4
- 9
1
vote
0 answers
Instant App - Install Full Version Popup?
currently I'm implementing an instant app. I would like to enable the users to upgrade to the full version directly within the app like the google travle app does:…

user3443563
- 23
- 3
1
vote
2 answers
AutoHotKey: read of two underscore keys
One part of my AutoHotKey script should recognize if __ is typed.
Following the AutoHotKey documentation, I've tried:
~__::
tooltip,hi world
return
and got this error:
Line Text: ~__::
Error: Invalid hotkey.
this shows no errors, but works only…

SL5net
- 2,282
- 4
- 28
- 44
1
vote
2 answers
While working, How do you share codes, files between two devices?
While working, I'm always having problems related to data sharing.
For example:
I have a computer connected to the printer but my laptop is not and I want to print a file, how do I easily move that file to the printer computer?
How to share a file…

JackSmith
- 85
- 1
- 10
1
vote
1 answer
Google Instant Keyboard Navigation No Longer Working With Firefox On Debian Install
I just removed IceWeasel from my Debian machine and replaced it with Firefox so I could test the website I'm developing in the more popular browser in case there was any minute differences and I noticed that google's keyboard navigation no longer…

newUser
- 661
- 1
- 6
- 10
1
vote
1 answer
Saving Option Menu InstateState Android
I have an option menu when the activity looses focus the selected option menu item(s) retain state but when my activity is destroyed all the options are reset.
How can I save the state of the selected preference after resuming from a destroyed…

user583739
- 33
- 8
1
vote
4 answers
PHP/Javascript - Instant search, but different?
I have a page with a blank search bar, and then a bunch on contacts below it in a table. Each contact is one div.
I want to be able to filter the contact table as text is entered into the search bar. (So, for instance, if "Fran" was typed in to the…

Pauly Dee
- 441
- 1
- 7
- 16
1
vote
1 answer
Input update in database and on a another pc
See first https://www.phpflow.com/demo/html5_inline_editing_with_php_demo/
The following
You sit there that something changed in the database, and then save the same on my web session. But I want to have when I see something, that it also is on a…

Ewent
- 33
- 2