排序
How to pick the right Cross Platform Solution
How to pick the right Cross Platform Solution,I'm not exactly objective in this field as I'm the co-founder of a cross platform mobile development tool vendor. However, I'll try to...
Android Custom Toast With Example
Android Custom Toast With Example,Hello World, today we will be going to see how we can make custom toast and in this tutorial, we will see custom toast with an example. See below ...
URL SHORTENER APPLICATION
URL SHORTENER APPLICATION,It's been almost 2 years since I made a URL Shortener application. In that, I used Mongodb and Express to build an API for shortening URLs and redirecting...
how to show website in Bottonsheetdialog android studio
how to show website in Bottonsheetdialog android studio, how to show website in Bottonsheetdialog android studio Jul 13 '20 Comments: 4 Answers: 1 0 how to show a web page with web...
The proper care and feeding of your Gradle build
The proper care and feeding of your Gradle build,Gradle builds don’t maintain themselves. They require proper care and feeding (nutritious food rather than the chips and soda most...
miny – an open source decluttered launcher for your Android device
miny - an open source decluttered launcher for your Android device,miny is a decluttered launcher for Android. It is aimed at reducing the craving to constantly check your phone ev...
Google login authentication with Firebase in Android (2020)
Google login authentication with Firebase in Android (2020), Add the following dependencies in your build.gradle implementation 'com.google.firebase:firebase-auth:19.3.1' implement...
Learnings From Building A Weather App
Learnings From Building A Weather App, Summary This post is about learnings from my experience building apps while following this Udemy Course. I ended up adding quite a bit to the...
How to create piconet in android?
How to create piconet in android?,I am writing this blog because I found it quite to difficult to find any resource to create a piconet for android devices. What is a piconet? A pi...
So You Think You Know Kpop (Android App)
So You Think You Know Kpop (Android App), Summary Built a celebrity guessing app as part of clip #84 of The Complete Android 8.0 Oreo Developer Course by Rob Percival and Nick Walt...
Curious case of divide by zero
Curious case of divide by zero,I'm a fan of diving into the internals of programming languages, compilers and the low-level stuff that most developers (rightly!) ignore but sometim...
Generate Android Documentation with Orchid
Generate Android Documentation with Orchid,Fair enough, documentation in Android is not so painful with the help of tools like Jet-brain's Dokka which helps auto-generate documenta...