项目作者: 3ZadeSSG

项目描述 :
Android app using Indian railways API to give result on PNR Enquiry
高级语言: Java
项目地址: git://github.com/3ZadeSSG/PNR-Enquiry.git
创建时间: 2018-08-08T08:57:10Z
项目社区:https://github.com/3ZadeSSG/PNR-Enquiry

开源协议:MIT License

下载


License: MIT

PNR-Enquiry

An Android app using Indian railways API to give result on PNR Enquiry.

API

To use build this app you need your own APIKEY registered to indian railways and the request url can be accessed from the API documentation.
In MainAcitvity you need to initialize the APIKEY variables as well as the address variables.
API response is in JSON format therefore you need to be familiar with handling JSON response in Java.
A sample API response can be found here: https://railwayapi.com/api/#pnr-status

Library used

For progress bar the Android-SpinKit library has been used from GitHub: https://github.com/ybq/Android-SpinKit

Video Walkthrough

To-Do-List

  • Replace the AsyncTask with AsyncTaskLoader