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.

Make intent/bundle/saved/tags instance keys consistent.

See original GitHub issue

The keys should be consistent in intents, bundles, tags, etc. They should mainly follow below mentioned structure.

For fragments: <PROPERTY_NAME>_ARGUMENT_KEY = "<FileName>.<property_name>" Example: INTERNAL_PROFILE_ID_ARGUMENT_KEY = "SampleFragment.internal_profile_id"

For activities: <PROPERTY_NAME>_EXTRA_KEY = "<FileName>.<property_name>" Example: INTERNAL_PROFILE_ID_EXTRA_KEY = "SampleActivity.internal_profile_id"

For saved instances: <PROPERTY_NAME>_SAVED_KEY = "<FileName>.<property_name>" Example: INTERNAL_PROFILE_ID_SAVED_KEY = "SampleActivity.internal_profile_id"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
anandwana001commented, Jul 15, 2021

Thanks for the update, unassigned you for now. Let me when start working on this again, I will assign you back.

0reactions
ayush0402commented, Jul 15, 2021

@anandwana001 I am working on other issue right now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a Key Pair - AWS SDK for Java 1.x
You can create a key pair or use an existing key pair that you've used when launching other instances. For more information, see...
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