Optimize code in ongoing_story_card.xml
See original GitHub issueThis issue is tracking the optimization work of ongoing_story_card.xml
-
Make sure that the layout uses
ConstraintLayout
and there is minimal nesting of views. If this view already usesConstraintLayout
then it’s fine. -
Make sure that all TextViews use the style from
styles.xml
file likeHeading1
,TextFieldLabel
,Body
, etc. whichever suits best.
While making the above changes the UI should not get affected and the end result should still be the same as before (or an optimized version of UI).
If there are multiple files with the same name, update them all.
References
Wiki: https://github.com/oppia/oppia-android/wiki/Working-on-UI
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
XML Optimization - CodeProject
What is XML Optimization. This is a set of techniques aimed to audit design metadata from any XML stream. Its purpose is to...
Read more >Examples of optimization guidelines with XML data - IBM
A guideline to use indexes over XML data with XANDOR access. In the guideline in the following optimization profile, the XANDOR element specifies...
Read more >XML Hard-Code Optimize - IntelliJ IDEs Plugin | Marketplace
After optimizing the hard codes of strings/colors and dimens in res folder, this plugin can generate the resource codes in strings.xml/colors.xml and ...
Read more >C# Compiler Options - code generation options | Microsoft Learn
The Optimize option enables or disables optimizations performed by the compiler to make your output file smaller, faster, and more efficient.
Read more >python - How do I optimize this XML parsing loop for speed?
Well, based on that output, the majority of time is being spent in BS4 and decoding JSON (and you're not showing us any...
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
@JudeUk I’ve assigned this to you. Feel free to start working on it. 😃
Hello @lingarajsankaravelu Welcome to Oppia. Before we get started, can you please checkout our wiki first. This will help you in setting up the project and once you sign the CLA and fill the survey form we can assign you issues to work on.