-1

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");

lea
  • 13
  • 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 Answers1

0

Try using Backenldess Code Generation tool. Steps:

  1. Select "Code Generation" in console
  2. Select IDE
  3. Select "Java classes for defined data tables" checkbox
  4. Download generated code
  5. Open downloaded project in Android Studio

See screenshot below:

Tools

schaffe
  • 399
  • 2
  • 16