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.

Optimize code in ongoing_story_card.xml

See original GitHub issue

This issue is tracking the optimization work of ongoing_story_card.xml

  1. Make sure that the layout uses ConstraintLayout and there is minimal nesting of views. If this view already uses ConstraintLayout then it’s fine.

  2. Make sure that all TextViews use the style from styles.xml file like Heading1, 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:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
BenHenningcommented, Oct 13, 2020

@JudeUk I’ve assigned this to you. Feel free to start working on it. 😃

1reaction
rt4914commented, Oct 12, 2020

@aggarwalpulkit596 I like to take this up

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.

Read more comments on GitHub >

github_iconTop 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 >

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