question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jump from launch to an initial intent

See original GitHub issue

If at the conclusion of an intent I would like to return to the initial intent, how would I do that?

app.launch(function(request,response) {
  // jump to InitIntent
});
app.intent('InitIntent', function(request, response) {
  // some intent stuff
});

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
ajcritescommented, Feb 24, 2017

I like the idea of being able to trigger other handlers from within a handler (launch as well as other intents). I’ll try to hack on this when I get a chance to.

0reactions
kobimcommented, Oct 26, 2018

Resolved via #374

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sending the user to another app - Android Developers
As explained in the first class, Building Your First App, you must use intents to navigate between activities in your own app.
Read more >
Change application's starting activity - android - Stack Overflow
Go to AndroidManifest.xml in the root folder of your project and change the Activity name which you want to execute first. Example:
Read more >
Standard Built-in Intents | Alexa Skills Kit - Amazon Developer
The standard intents are used for common, general actions such as stopping, canceling, ... Lets the user go back to a previous item...
Read more >
Sharing Content with Intents | CodePath Android Cliffnotes
Intents allow us to communicate data between Android apps and implicit ... setType("image/*"); // Launch sharing dialog for image startActivity(Intent.
Read more >
How to Test a Product Before Launching your Online Business
Product testing can happen both before and after the official launch, all the way from the initial idea stage to the prototype to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found