Skip to content

Android bitcoin mining app, before we changed our project to chat

Notifications You must be signed in to change notification settings

Nadia--/mo-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Get the Android Development Environment http://developer.android.com/training/basics/firstapp/index.html

  2. Import BitcoinMiner

  3. Only important files are:

  • (implementation) BitcoinMiner\app\src\main\java\com\example\bitcoinminer\MainActivity.java
  • (layout) BitcoinMiner\app\src\main\res\layout\activity_main.xml
  • (manifest) BitcoinMiner\app\src\main\AndroidManifest.xml
  1. In developer options, enable debugging on your phone (you might want to google how to do this for your model), then you can plug it into your computer and click the play button and it will install onto your phone. I recommend this over the emulator (which is usually slow af).

Extra. To add images

  • BitcoinMiner\app\src\main\res\ (any drawable folder, the only difference is size)

Note. I just got this basically set up so that it works and so that you can see how the code works. Feel free to edit the layout (its meh right now) and finish the implementation counter logic stuff. It's late, I'm tired. Ofc, adding the actual bitcoin mining part would also be good.

About

Android bitcoin mining app, before we changed our project to chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages