Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.61 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.61 KB

HTTP Rest - Android App

Development Overview -> Native Android App – Java, XML, SQLite, Apache, MySQL, PHP

It’s an HTTP/REST client app.

I needed a tool to help me test some REST api calls, so I've created this app.

I used native Java and XML layouts to develop this project, and I’ve created all image assets using Corel Draw.

You can add variables and headers, including an option to automatically appending your GPS location to the variables. In return, you get a generous summary with a detailed summary, along with timeframe, headers, byte size and so forth.

It uses SQLite to store any entered data, so to remember for future usage. Multithreaded approach, so to prevent ANR.

This was quite a fun project to work on, besides, it makes my daily job that much easier too.

Play Store -> HTTP REST

01 02 03 04 05 06 07