Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@
<item>Implement RecyclerView for smooth scrolling lists.</item>
<item>Use Material Design 3 components for a modern look.</item>
<item>Profile your app regularly to track performance.</item>
<item>Keep layouts organized by extracting reusable components.</item>
<item>Use string resources for all text to simplify localization.</item>
<item>Optimize images with WebP to reduce APK size.</item>
<item>Enable ProGuard to shrink and obfuscate release builds.</item>
<item>Prefer Compose for new UI if targeting modern devices.</item>
<item>Take advantage of LiveData and ViewModel for reactive UIs.</item>
<item>Use WorkManager for reliable background tasks.</item>
<item>Utilize GitHub Actions for automated build checks.</item>
<item>Test your app on different screen sizes with the emulator.</item>
<item>Keep dependencies updated for the latest features and fixes.</item>
</string-array>
<string name="other_apps_title">More apps by the developer</string>
</resources>