Skip to content

feat(android): implement Retrofit + OkHttp for API communication#121

Merged
flow-pie merged 3 commits intoflow-pie:releasefrom
rohan-jadhav-dev:feature/retrofit-api-calls
Mar 10, 2026
Merged

feat(android): implement Retrofit + OkHttp for API communication#121
flow-pie merged 3 commits intoflow-pie:releasefrom
rohan-jadhav-dev:feature/retrofit-api-calls

Conversation

@rohan-jadhav-dev
Copy link
Copy Markdown
Collaborator

Closes #88

What I did

  • Configured Retrofit + OkHttp for backend API communication
  • Added AuthInterceptor for authentication token handling
  • Added TokenManager for saving/retrieving auth tokens
  • Created base response models (UserModel, GroupModel, LoanModel)
  • Added ErrorHandler middleware for API error handling
  • Added logging interceptor for debugging

Signed-off-by: ROHAN JADHAV <rj8342368@gmail.com>
@rohan-jadhav-dev
Copy link
Copy Markdown
Collaborator Author

The CI failure is unrelated to this PR.
The Build & Test check is failing because ./mvnw
is not found in the CI environment, which is a
pre-existing backend issue unrelated to the
Android Retrofit implementation.

@flow-pie
Copy link
Copy Markdown
Owner

Thanks for the contribution!

@flow-pie flow-pie merged commit 85fbb27 into flow-pie:release Mar 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement API calls (Retrofit)

2 participants