גל רוםNov 9, 20201 min readFlutter Route TransitionsFlutter makes it very easy to have a default screen transition, all you need to do is to define the following on your MaterilApp Theme:...
גל רוםMay 11, 20204 min readMVVM vs MVC Do we really have to keep trying to reinvent the wheel? About this post I really think that MVVM is a valid approach, however, I want to...
גל רוםJan 19, 20205 min readSecure your Android AppSecuring your code should be your top concern. It is your responsibility as a developer to be aware of all the weaknesses and address them.
גל רוםJan 11, 20201 min readView.GONE - a surprising pitfallMemory usage should concern any android developer. If you optimize your memory consumption you will gain smoother user experience and...
גל רוםJan 11, 20201 min readAndroid 10 - new location permissionIs your app collecting location in the background? Android 10 Introduced the new IOS like "Allow only when the app is in use" location...