01-28-2019 11:08
01-28-2019 11:08
So we've developed an app(android) that extracts data from the fitbit api and displays it unto a dashboard(app's main activity). Last month, we set up a database that pulls/stores the data from the API. That means that the app doesn't have to make requests to the API but to our database. Although, I've found the endpoints and changed them to match our database. The app will crash seconds later right after incorrectly displaying no data. The first developer of the app used these fitbit libraries(https://github.com/Stasonis/fitbit-api-example-android) for support which makes it a tad tricky when debugging. Any help or suggestions would be greatly appreciated.