Hi guys
I'm a university student doing an open source project which necessitates contributing to an existing project. Really Like the stuff you guys have done with Ankidroid. I need some simple tasks to do, like putting some comments in or renaming some functions, basically tasks which don't involve having to go through and understand extensive amounts of the codebase in order to resolve an issue. If someone could point me in the right direction with this that would be much appreciated
How about #3795?
OK thanks will take a look
Hi timrae, I looked into the issue. I had multiple problems getting the layout in design view to render properly in Android Studio and thus I couldn't resolve the issue. I had problems with Android Support Design Widget Coordinator Layout, Navigation View Coordinator Layout and missing styles, etc. Are there any other issues within the context I outlined in my initial post that you think would be suitable for me? Ill try to find something in the meantime
Were you able to get the code to compile?
https://github.com/ankidroid/Anki-Android/wiki/Development-Guide
Yes, I just couldn't preview the layouts because of rendering problems
OK, but why do you need to preview the layouts? Just edit the xml directly and add android:contentDescription attributes where necessary.
If this is too much for you, you might like to consider contributing to the documentation repository instead (for example the manual):
Hi, its difficult to see what different buttons, etc, are for without being able to see visually what they are and connect that with different parts of the application. Has anyone else had this problem?
OK thanks I'll take a look at contributing documentation
We don't use the designer at all. Most of our UI is built dynamically at run-time, so the designer won't show anything useful.