Want to learn about how to implement bottom navigation in Flutter app that can run on Android and iOS seamless ? Checkout my article here.
Daily Learnings
Everyday writings on tech learnings and re-learnings !
Flutter code recipe for Hero animation
Checkout my latest post on Flutter code recipe for Hero animation here.
Flutter code recipe for AnimatedOpacity widget
Checkout my latest post on Flutter code recipe for AnimatedOpacity widget here.
Designing UX of EdOnGo WebApp
In this post I’ll be describing my experience designing EdOnGo web app.
Week #1: Defining Mission
Motivation
As a parent to young children myself, I needed a way to cultivate learning from everyday things all around us waiting to be explored ! I wished if there were a way I could make my own flashcards to review with my kids anywhere on the go; and EdOnGo web app was born !
Android Model-View-Presenter (MVP) Design Pattern
Checkout my post on Android Model-View-Presenter (MVP) Design Pattern here
Requesting Audio permission at Runtime
Check out how to implement runtime permissions for an Audio recorder sample app in this post.
Subscribe to:
Posts (Atom)
Scheduling Repeating Local Notifications using Alarm Manager
Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .
-
Couple of days ago, I started using Google's code projects for Git as well. It required me to setup and use .netrc file. Here are steps...
-
Normal structure of build.gradle for an Android library looks like this: apply plugin : 'com.android.library' android { comp...
-
I've been struggling to get this working for about 2 days now. I was able to POST a request directly from sockets, but it took me a whi...