Thank you for your contribution.
I liked overall the concepts discussed herein although a bit basic, but had few suggestions/questions:
- Your code in the post actually did not include the code for inserting the different persons' info, only a comment to do so, while the github repo does include the code. How come?
- You stored both age and dob. Is there not an easier way to just store one value (dob) and infer the age accordingly?
- Your approach to storing repos in github doesn't look too proper to me. Your prior parts are located on a separate github repo, mixed together, while this one is separate. Try to make a single repo, with the different "parts" as sub-folders.
- You've had few typos here and there in your work, nothing critical but at least a class name was mistyped and few other minor typos.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
RE: Understanding Aggregation in Realm Java using Android Studio