Skip to content

Comparison between the performance of smartphone applications developed in Flutter and React Native: An analysis using sorting algorithms.

Notifications You must be signed in to change notification settings

carinecasagrande/tcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

[english] Comparison between the performance of smartphone applications developed in Flutter and React Native: An analysis using sorting algorithms.

The use of smartphones has grown considerably in recent years, making the application development market stronger and stronger. There are currently two main operating systems for these devices, iOS and Android. However, as the two have different native languages, being Swift and Objective-C for the first and Java and Kotlin for the second, native development proves to be costly. Some frameworks can be used to hybrid develop an application, that is, a single code that generates applications for more than one operating system, reducing this cost and making development more practical. This work analyzes and compares the performance of hybrid applications created in Flutter and React Native, two of the main frameworks that have this objective. For this, an application was created to run sorting algorithms, where the execution time was measured and the results compared for each operating system. Although related works have determined Flutter as the framework that delivers the application with the highest performance, the results show that React Native proved to be more agile in tests performed with the sorting algorithms.

[portuguese] Comparação entre o desempenho de aplicações para smartphones desenvolvidos em Flutter e React Native: Uma análise utilizando algoritmos de ordenação.

O uso de smartphones tem crescido consideravelmente nos últimos anos, tornando o mercado de desenvolvimento de aplicativos cada vez mais forte. Atualmente, existem dois principais sistemas operacionais para esses dispositivos, o iOS e o Android. Entretanto, como os dois possuem linguagens nativas diferentes, sendo o Swift e o Objective-C para o primeiro e Java e Kotlin para o segundo, o desenvolvimento nativo se mostra de alto custo. Alguns frameworks podem ser utilizados para desenvolver de forma híbrida um aplicativo, isto é, um único código que gera aplicativos para mais de um sistema operacional, diminuindo este custo e tornando o desenvolvimento mais prático. Este trabalho analisa e compara o desempenho dos aplicativos híbridos criados em Flutter e em React Native, dois dos principais frameworks que possuem tal objetivo. Para isso, foi criado um aplicativo para executar algoritmos de ordenação, onde o tempo de execução foi medido e os resultados comparados para cada sistema operacional. Embora trabalhos correlatos tenham determinado o Flutter como o framework que entrega o aplicativo com maior desempenho, os resultados mostram que o React Native se mostrou mais ágil nos testes realizados com os algoritmos de ordenação.

About

Comparison between the performance of smartphone applications developed in Flutter and React Native: An analysis using sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published