[Solved] Is html needed when making an Android app? [closed]
[ad_1] Well, short answer – no. Most android apps are developed using Java as the programming language, with a mark-up language which could be comparable to HTML (but is not HTML) to build the basic UI structure of most screens. Certain aspects of HTML are still used in Android apps, for example, when we’d like … Read more