N
N
Noortvel2015-01-01 11:53:34
linux
Noortvel, 2015-01-01 11:53:34

Porting Java code from PC to other platforms?

I know that it is painlessly transferred to PC platforms. But on other platforms ( Andorid ), do you need to rewrite the entire application from the platform API?
Prompt cross-platform libraries on java.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2015-01-01
@Noortvel

1) What is the main platform?
2) What is the development language?
You can universally answer something like this ... Logic is easily transferred, the main thing is that there is a compiler of your language for the target platform. Any interactions with the platform API - either you need to immediately write on something universal and broadcastable (Qt), or write your own interaction with the API on each platform.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question