Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 974 Bytes

File metadata and controls

21 lines (16 loc) · 974 Bytes

Blockchain-Info-Android-Application

Blockchain Info android application provides latest basic details about bitcoin price miner revenue etc.

Getting Started

This application uploaded for learning purpose. This application works simple and smart it get latest bicoin price miner revenue etc from blockchain official site and show information in seconds to your smart phone.

Interface

screen1 screen2

Permissions

  1. android.permission.INTERNET
  2. android.permission.ACCESS_NETWORK_STATE

Strict Mode

Copy these lines to your MainActivity.java for permit all strict mode threads.

  1. StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
  2. StrictMode.setThreadPolicy(policy);

Built with

Android Studio 2.3.3