Android app: Web vs Native

I want to develop an Android app with some Facebook features. What is the best way to develop this application if I want to filter and process some data returned from the timeline?

+4
source share
1 answer

If you are new to Javascript, go with Titanium. This is a very good structure that turns your JavaScript code into a complete one. All your Javascript code, and there is a set of very useful APIs like Facebook one .

Otherwise, if you like Java, the best alternative is to switch to native. There is an official official Facebook SDK for Android .

If you have further questions about "Web vs Native", you can find the answers here and here .

+4
source

Source: https://habr.com/ru/post/1394921/


All Articles