How can I create circular menu in android?

I want to create a game console that runs Android, where do I start? Are there development kits like Arduino for Android?

  • I'm a software engineer and I want to learn more about hardware design.  As a fun learning project, I want to create a game console that runs Android but not sure where to start with the hardware part. Are there development kits like Arduino for Android?

  • Answer:

    BeagleBoard PandaBoard

Answer Wiki at Quora Visit the source

Was this solution helpful to you?

Other answers

David Li

Dmitry Shapiro

First off - you cannot run a fully fledged OS like android on an 8 bit machine with 8KB memory. NOT POSSIBLE! So now you have the option of making a *mini* gaming console that works on something like the arduino Mega or DUE (you will have to write everything from scratch here), or an Android based console on an ARM powered Board such as the Raspberry PI or BeagleBone Black. [I assume you will go with this alternative] Now you haven't really specified what you want to do other than "create a game console that runs Android", so I'm not able to help you much further. But two possible options are modify the android source code (i.e. modify the stock android) OR develop an application that will allow you to use the underlying hardware as a gaming console.

Anonymous

Non Android answer : Check out Beagleboard SNES project by hendersa. It's pretty awesome. You can play tonnes of 8 bit games. Answer with Android : You should also check out the BBBAndroid project from Andrew Henderson and Ankur Yadav. Check ankur's github for the latest source code. You can run Android on the beaglebone black and use the gpios/any other interface to connect/create a console. Loads of possibilities. Ankur has a lot of videos on youtube too.

Anuj Deshpande

I found this board and I think will work for my project http://www.liquidware.com/shop/show/BB-C4/BeagleBoard+C4 .

Kenny Ma

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.