FlightXML2 Android Integration

Can you please assist on how i can integrate my Android application with FlightXML2 API, the examples in the documentation did not prove to be help of i might be missing something

Thanks in advance

Most mobile app developers prefer to do FlightXML accesses from their own backend server, rather than directly from the mobile app. This allows additional caching and intelligence to be done on the FlightXML responses by your backend server. It also eliminates the need to embed or transmit your API Key to the mobile app used by your users. The protocol that you use between your mobile app and your backend server can be of your own design. The backend server would use the FlightXML example for whatever language you are using to implement it.