Make intent/bundle/saved/tags instance keys consistent.
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:13 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the update, unassigned you for now. Let me when start working on this again, I will assign you back.
@anandwana001 I am working on other issue right now.