Posts Tagged "java"
-
Trials and tribulations of writing my first serious Android app
This semester I took an Android development course. I’ve struggled with Android programming in the past, mainly due to my Web background. Most web apps have a different architecture and different API...
-
Things I Learnt From Android's Swagger Client Codegen
Over the past few days I've had a lot of struggles generating a Swagger-compatible QuestionTime API client for Android. Quickly for those who aren't aware: Swagger allows you to write API doc...