You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add all NSLJ members as Collaborators: "App Settings" on left toolbar --> "Collaborators" --> "What's their email?"
Create all Model classes listed in README, in Database browser: include all fields
Enter in some dummy data to test around with! Users and Buddies for sure!
Create and implement a corresponding Java class for every Model. This includes implementing all fields and establishing getters and setters to connect to the online Parse database!
**NOTE: Some field types in the models are listed as a List<> because they NEED to be able to have different lengths, i.e different users will add a different amount of friends. But because Parse only allows Array types, you will have to list it as an Array in the database, but KEEP it as a List<> type when in Java! Arrays in java force a fixed size :(
this means, provide a setter method that converts the List<> into an Array when storing it in the Parse database!
The text was updated successfully, but these errors were encountered:
jmnguyen1999
changed the title
Create Parse Objects in back4app
Create Parse Objects in back4app, implement their java counterparts, create getters and setters to connect to the Parse Database!
Apr 10, 2021
The text was updated successfully, but these errors were encountered: