khanhlnq / jvnmobilegis

Automatically exported from code.google.com/p/jvnmobilegis
1 stars 0 forks source link

Display total bytes/KB transfered data in About screen #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implementation:
UIController:
    New variable:
        totalData = 0; (along with getter and setter)
HTTPCommunicationHandler:
    Whenever openConnectionInputStream() is invoked, calculate the
totalData by sum with "Content-Length" response header
UIController:
    Append "xxx bytes/KB total transfered data for this session" in About
screen.

Original issue reported on code.google.com by khanh....@gmail.com on 21 Dec 2007 at 8:53

GoogleCodeExporter commented 9 years ago
Implementation:
HTTPCommunicationHandler:
    New variable:
        totalData = 0; (along with getter and setter)
    Whenever openConnectionInputStream() is invoked, calculate the totalData by sum
with "Content-Length" response header

ModelFacade:
    New method:
        getTotalData();

UIController:
    Get total data from facade and append "xxx bytes/KB total transfered data for
this session" in About screen.

Original comment by khanh....@gmail.com on 21 Dec 2007 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by phamvubi...@gmail.com on 28 Dec 2007 at 3:22