Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to start?
#1
Most SBC's (except Raspberry) come in multiple OS flavours and Android is very clearly a popular option. 

I don't personally like to code in Java, Androids preferred coding language,  its slow, its rather clunky in my view and it does not give me the kind of hardware control that C/C++ on Linux does.

But, if we are using VisualGDB (You need the Ultimate edition), its not incredibly hard to alter some of our projects to work on Android. 

And there is the added advantage that pretty much any machine running android is going to have access to GPU drivers. Almost all the chip makers are contributors to the Android standard so they have to release their drivers to the android project. There is a commercial benefit to them for that, but not for linux so many chip makers just don't make their drivers available to Linux, that's a pretty big deal.

I don't plan to write another book on the topic, but I will over time make some efforts to port the projects and describe how to do it. It needs a bit more setting up and a tiny dabble into Java to kick things off, but once we're working inside the NDK its usually going to be pretty much the same basic ideas, with a few differences on file and key/mouse/touch access.

There may be issues with variations in hardware though so its not a given that an android ndk project will work on all platforms (with the same android).
Reply


Messages In This Thread
Where to start? - by Brian Beuken - 01-20-2018, 12:31 PM
RE: Where to start? - by Brian Beuken - 08-04-2018, 02:50 AM
RE: Where to start? - by Brian Beuken - 08-04-2018, 01:53 PM
RE: Where to start? - by jomoengineer - 04-26-2019, 03:53 PM
RE: Where to start? - by Brian Beuken - 04-26-2019, 06:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)