Singsys blog

Know why Flutter for your next mobile app development?

Flutter

Flutter transforms the app development process. With a single codebase, you can build, test, and deploy beautiful mobile, web, desktop, and embedded apps.

Flutter is a cross-platform mobile app development framework created by Google that allows developers to create applications for both Android and iOS platforms using a single programming language. Using Dart language, compiled to native ARM code for each platform, allowing for maximum performance and similarity with both operating systems.
(more…)

Optimize Layout Performance by Merge Tag in Android

merge tag in Android

Android provide an excellent feature of Merging Layout. The <merge /> tag can be used for optimizing layouts in android application. Basically it reduces the number of levels in view hierarchy, hence it helps to appear screen fastly with less processing.

(more…)