Getaix
ExplorePublishcURL to BlocksNewAbout
Report issueGetaix GoldBlog
Back Getaix
Log in

Getaix

Explore and publish App Inventor extensions with cleaner docs, safer downloads, and developer profiles.

Marketplace

Explore extensionsPublish extensionAbout

Support

ContactReport issuePrivacyTerms

Community

TelegramTwitterApp Inventor Community

Built for App Inventor developers and no-code builders.

Getaix © 2026 by Jerin Jacob. All rights reserved.

Loading...
Open sourceReviewed listingLatest 1

NetworkTools

@Jaxparrow

Allows you to monitor Network traffic and get statistics on network usage.

WebView & Browser

Downloads

119

Views

366

Reactions

3

Current version
1View all
File
com.jaxparrow.networkusage.aix
Package
com.jaxparrow.networkusage.NetworkUsage
Size
18 KB
Updated
Oct 14, 2021
Download latest
DocumentationVersionPermissionsHow-to Guide

Docs

Documentation

Designer Properties

DataMobilenumberData type : Mobile
DataAllnumberData type : All ( Wifi, Mobile )
FormattedTrafficbooleanHuman Readable Output - Kb,Mb,Gb
ReturnBitsbooleanReturn in Bits instead of Bytes

Blocks

InitializeTrafficMeasure

Initialize Traffic Measurer

NetworkUsage.InitializeTrafficMeasure

Rendering block preview…

typenumberUse type property

GetDownloaded

Get Downloaded Data in Bytes by type.You can also get bits by setting the property.

NetworkUsage.GetDownloaded

Rendering block preview…

returnType : text

typenumberUse type property
formattedbooleanIf want to return formatted output

GetUploadPackets

Get Upload Packets. Use the type property to get specific information.

NetworkUsage.GetUploadPackets

Rendering block preview…

returnType : text

typenumberUse type property

FormatBytes

Convert bytes into readable data ( Supports bits too, eg. will be converted to Megabits intead of Megabytes.

NetworkUsage.FormatBytes

Rendering block preview…

returnType : text

bytesnumberbytes value
useBitsbooleanIf you want to return bits

GetDownloadPackets

Get Download Packets. Use the type property to get specific information.

NetworkUsage.GetDownloadPackets

Rendering block preview…

returnType : text

typenumberUse type property

GetUploaded

Get Uploaded Data in Bytes by type. Set the formatted to get formatted output like Kbps,Mbps. You can also use bits by setting the property.

NetworkUsage.GetUploaded

Rendering block preview…

returnType : text

typenumberUse type property
formattedbooleanIf you want to return formatted value

PauseTrafficMeasure

Pauses the Traffic Measurer ( Useful for activity onPause )

NetworkUsage.PauseTrafficMeasure

Rendering block preview…

StopTrafficMeasure

Stops the Traffic Measurer ( Will throw error if it is not Initialized at the first place.

NetworkUsage.StopTrafficMeasure

Rendering block preview…

ResumeTrafficMeasure

Resumes the Traffic Measurer ( Useful for activity onResume )

NetworkUsage.ResumeTrafficMeasure

Rendering block preview…

TrafficChanged

Upload/Download ( Current data traffic/usage )

The output can be configured in FormattedTraffic property if you want to get bytes instead of formatted string.

NetworkUsage.TrafficChanged

Rendering block preview…

uploadtextBits/Bytes/Formatted
downloadtextBits/Bytes/Formatted

Releases

All versions

1 release

1

Latest

com.jaxparrow.networkusage.aix

18 KB

Oct 14, 2021

AIX package

Release notes

Release notes not provided.

Download latest

Before you install

  • Compare permissions with what the extension claims to do.
  • Prefer the latest version unless you need an older release for compatibility.
  • Report suspicious behavior so the marketplace can review it.

Permissions

No special permissions declared for this extension.

Report listing