Implementing Search action in AppBar

Posted on February 06, 2019 in Flutter • Tagged with SearchDelegate, SearchAppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Implementing Search action in AppBar using Flutter for Android and iOS mobile apps.


Continue reading

BottomNavigationBar with menu, search and overflow action items

Posted on February 05, 2019 in Flutter • Tagged with Bottom AppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Implement a BottomNavigationBar with menu, search and overflow action items.


Continue reading

Flutter code recipe for AppBar widget

Posted on February 02, 2019 in Flutter • Tagged with AppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Implement a basic appBar with a title, actions, and an overflow dropdown menu.


Continue reading

Flutter code recipe for AnimatedOpacity widget

Posted on January 30, 2019 in Flutter • Tagged with AnimatedOpacity, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

AnimatedOpacity widget is used to achieve a smooth transition from one UI element to another.


Continue reading

Flutter code recipe for Hero animation

Posted on January 30, 2019 in Flutter • Tagged with hero-animation, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Navigating from one page to another using Hero animation.


Continue reading

Getting started with developing Android apps in Kotlin

Posted on June 18, 2017 in Development • Tagged with android, gradle, kotlin, android studio 3, dev

This post shows how to get started with creating Android apps in Kotlin language using Android Studio 3 and higher.


Continue reading

Android Studio Tips & Tricks Series

Posted on April 13, 2017 in Development • Tagged with Android, Android Studio, Tips & Tricks

This post is an on-going series on various tips and tricks related to Android Development and Android Studio IDE.


Continue reading

How to get SHA1 fingerprint for digitally signed APK

Posted on April 13, 2017 in Development • Tagged with Android, Android Studio, Tips & Tricks

How to get SHA1 fingerprint for digitally signed APK


Continue reading

Automating Android App publishing to Play Store using Jenkins

Posted on February 23, 2017 in Development • Tagged with Android, Jenkins, DevOps

This post shows how to automate Android App publishing to Play Store using Jenkins on Mac OSX 10.12.3 and Jenkins 2.46.


Continue reading

Creating Sub MenuItems for FAB (Floating Action Button)

Posted on February 15, 2017 in Development • Tagged with ANDROID, FAB, DEV, UI

This post shows how to integrate sub menu items for FAB (Floating Action Button) in an existing Android app.


Continue reading