Jetpack Compose – Pulsating circles animation
Jetpack Compose is fun, and animations are cool. Animations are a little harder to get your heads around. But, once you have got hold of the basics, implementing an animation is pretty easy with Jetpack…
Jetpack Compose is fun, and animations are cool. Animations are a little harder to get your heads around. But, once you have got hold of the basics, implementing an animation is pretty easy with Jetpack…
Huawei is the 2nd largest Android phone manufacturer worldwide, after Samsung (2019 - Wikipedia). Huawei has a broad product portfolio to target all categories of consumers and markets, for every need and budget. Huawei Mate…
Starting a new project in Flutter? Although the choice of libraries depends on your use case, here are the top 9 libraries that I think you should definitely be comfortable with. The list contains common…
Reducing install friction of mobile apps is the first and the most important problem businesses face today. In 2018, Google Play Store and Apple App Store had close to 5 billion apps. To get noticed,…
OpenCV on Android OpenCV (Open Source Computer Vision Library), a popular and widely used computer-vision library, supports a wide range of platforms. If you want to implement any kind of moderately complex image processing, this…
Login Screen for Android and iOS In this post, we will implement this Login screen for both Android and iOS. We will cover a bit on assets, layouts(Stack, Container, Column), and widgets(Text, TextField, MaterialButton). Layouts…
This is a series of Flutter tips, tricks, and snippets that you might find useful. We will start with basics, and then move on to advanced concepts. We will build an application along the way. I…
Photo by Cristian Dina on Pexels.com Are you tired of SPAM? We all get hundreds of spam emails per day. Add too many spam SMSes as well. With so many mobile apps on phone, do…
Create Native iOS and Android Apps with JavaScript.https://www.nativescript.org/ NativeScript is an open source framework for building truly native mobile apps Angular, Vue.js, TypeScript or JavaScript. Just like ReactNative, NativeScript targets web developers who are familiar…
Instant Apps on Google Play Store allow you to experience the application without actually downloading the app. Only the relevant parts of the application get downloaded as and when required. The architecture for such an…