An Android app to access the wTorrent mobile interface.
wTorrent_App is hosted in the following web site
https://github.com/749/wTorrent_App
If you think the Android project wTorrent_App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of wTorrent_App.
Item | Value |
---|---|
Java File Count | 16 |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 2 |
jar files used | android-support-v4.jar httpclient-4.3.1.jar httpclient-cache-4.3.1.jar httpcore-4.3.jar httpmime-4.3.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
wTorrent_App has the following Java source files.
com.example.wtorrent_app.MainActivity.java com.example.wtorrent_app.SettingsActivity.java com.example.wtorrent_app.TorrentListFragment.java com.example.wtorrent_app.Wtorrent.java com.example.wtorrent_app.WtorrentApplication.java com.example.wtorrent_app.WtorrentAsyncTask.java com.example.wtorrent_app.model.Torrent.java com.example.wtorrent_app.model.TorrentAdapter.java com.example.wtorrent_app.model.TorrentFile.java com.example.wtorrent_app.model.TorrentPeer.java com.example.wtorrent_app.model.TorrentTracker.java com.example.wtorrent_app.model.WtorrentJsonHandler.java com.example.wtorrent_app.wtorrent.AddTorrent.java com.example.wtorrent_app.wtorrent.AddTorrentResult.java com.example.wtorrent_app.wtorrent.RequestBuilder.java