Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: boyodoso on December 30, 2015, 02:43:39 PM



Title: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: boyodoso on December 30, 2015, 02:43:39 PM
Can you teach me building wallet altcoin for android or give me tutorial or reference similar of them?  :) :-\


Title: Re: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: Rkana on December 30, 2015, 03:39:09 PM
I would like to know too but i doubt if someone will actually make the process public here since there services to build an Android wallet.
So it is kind of a Business making for some. But who knows a nice person can come and share something.


Title: Re: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: boyodoso on December 31, 2015, 02:32:31 AM
so, I no have one anything for reference for this my topic  :-\


Title: Re: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: Empinel on January 01, 2016, 08:09:31 AM
Sure, why not! What do you need to know?

EDIT: Let me tell you.

The bitcoin frontend (GUI) is made is Qt, which is cross-compatable with Windows, Mac, Linux, iOS and Android (not sure about iOS). So, in order to compile the client for Android (which is pretty simple)

You need to first customize the client to look good on the phone
You need to remove any memory and CPU intensive features
Compile on Desktop and Test
Then compile for Android


Title: Re: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: boyodoso on January 02, 2016, 07:50:36 AM
Sure, why not! What do you need to know?

EDIT: Let me tell you.

The bitcoin frontend (GUI) is made is Qt, which is cross-compatable with Windows, Mac, Linux, iOS and Android (not sure about iOS). So, in order to compile the client for Android (which is pretty simple)

You need to first customize the client to look good on the phone
You need to remove any memory and CPU intensive features
Compile on Desktop and Test
Then compile for Android

thanks for reference
I will trying your reference at home now :)


Title: Re: [Teach me] Tutorial for Building Android Wallet with stake function
Post by: HashEngineering on February 07, 2016, 05:06:25 AM
I have made many Android wallets for various coins by forking Bitcoin Wallet and coinomi.  I started a tutorial, but haven't finished it.  Though helping others canabilizes some of my business, there is too much work out there for me to do alone.