how do i get a field type pointer from backendless table into a class (object) in android studio Building building = (Building) Backendless.UserService.CurrentUser().getProperty("building");
Asked
Active
Viewed 117 times
-1
-
what do you mean `thats parallel table in backendless`? have you registered your classes? are you using relationships? are they set to autoload? you've given very little information in your question... – Wain May 31 '16 at 11:04
1 Answers
0
Try using Backenldess Code Generation tool. Steps:
- Select "Code Generation" in console
- Select IDE
- Select "Java classes for defined data tables" checkbox
- Download generated code
- Open downloaded project in Android Studio
See screenshot below:

schaffe
- 399
- 2
- 16