0

Need Android Development Tips.

Guys I would like to know as to how you guys prefer to code your application in android i.e whether you design the whole UI first and then proceed to adding functionalities or whether you create basic functionalities and then jump to UI. Also, If i am suppose to develop an android app for any firm then how would you decide the whole flow graph of the program.

27th Jul 2017, 12:08 AM
Yash Tiwari
Yash Tiwari - avatar
2 Answers
0
exactly... you start getting the right informations about the Android and its architecture, then you can learn the UI programming, that is most done in XML, the next step is to code in Java to iterate with the UI to do what do you want, read databases, file I/O, analysis, etc...
27th Jul 2017, 12:38 AM
CarLoiD
CarLoiD - avatar
0
but if you want to program games, the process ia different, with OpenGL ES Rendering Contexts...
27th Jul 2017, 12:38 AM
CarLoiD
CarLoiD - avatar