android news 2020-05-09 03:48 Crack Top Android Development Company Interview The interviewer in interviews asked these questions with top-tier Internet companies. Familiarity with the knowledge points listed in this... android news 2020-05-03 07:11 Deep Dive into Activity Results API — No More onActivityResult() Deep Dive into Activity Results API — No More... android news 2020-04-27 14:45 Handling Media Files With MediaFacer Library For Android KEEPING IT SIMPLEYour code for working with media files is no longer the... android news 2020-04-26 03:15 Jetpack Compose: Twitter UI I decided to test out Jetpack Compose by making a simple Twitter UI clone after I came across this tweet by Mariano Zorrilla:Wait... did I...
android news 2020-04-25 15:56 GitFlow with GitHub Why we have to choose between safety and tidiness?https://nvie.com/posts/a-successful-git-branching-model/Quick note before I begin. GitFlow, was first published by Vincent Driessen in 2010. He suggests a simpler...
android news 2020-04-24 21:23 What’s inside : Who touched my phone? Android App What’s inside : Who touched my phone? Android AppThis is the first article in this series “What’s inside my app”, this series will focus on reverse-engineering and strip android apps down to their original...
android news 2020-04-15 19:55 How to migrate GitLab/Bitbucket to GitHub in a simple way GitHub has just announced a happy news today for us, developers.“Teams on GitHub can create unlimited private repositories for free.”So, here are their newest updates on the free package.Screenshot was taken on...
android news 2020-04-11 01:49 What Happened to Chat Bubbles / Heads in Android? How the SYSTEM_ALERT_WINDOW permission has been abused over the years by malware creators?Chat Bubbles aka Chat Heads is a user interface element initially introduced by Facebook Messenger back in December 2012. This...
android news 2020-04-09 21:07 Education through motion Educating Android users can be subtle by using motionMaterial DesignThe material design system will be familiar to most, as one of the most widely used design systems. It’s a visual language that represents good...
android news 2020-04-06 23:12 Implement In-app Update In Android Make sure every user of your app is on the new version.Photo by Markus Winkler on UnsplashIn this article, we will learn about the In-app update, feature in Android what is all about In-app update, what are the...
android news 2020-03-27 23:55 How Flux saved my life I’ve working as an Android developer from 5 years now. And I used so many architecture and design patterns in a bunch of different production apps. MVC, MVP, MVVM, VIPER, MVI, CLEAN. They all start under the premise...
android news 2020-03-20 18:36 Shadow and Text on ImageView in Android In this article, we will learn how to create a shadow on ImageView in Android. This article is the part of the Today I Learnt category.Here is the...
android news 2020-03-11 15:40 How to Disable CollapsingToolbarLayout Animation — Android How to Disable CollapsingToolbarLayout Animation — AndroidDisable the Fade animation when scrolls upCredits:This article belongs to what I have learned today, I have Implemented the collapingToolbarLayout In my...
android news 2020-03-10 15:43 How to Display Dependency Tree of Your Android Project with Gradle? For Starters, simply run the command “gradlew :app:dependencies” in your terminalGradle Dependency Tree Printed in ConsoleRecently, in one of my projects, we were stuck at a very annoying exception...
android news 2020-03-05 14:02 Android 11: Developer’s Point Of View sourceTop Features of Android 11 from Developer’s Point of ViewOn September 3, 2019, the release day of Android 10, the buzz was so amazing the people were buying a new phone just to utilize cool features of Android...
android news 2020-03-04 13:16 How to generate Proguard/R8 rules for Navigation component arguments The backgroundAndroid Jetpack’s Navigation component is the modern solution for navigating between screens in Android apps. It supports both activities and fragments (including dialogs). What is more, it allows to...
android news 2020-03-02 17:05 The Best Features in Android Studio 4.0 Beta A basic overview of most interesting features in the Android Studio 4.0 BetaAndroid Studio 4.0 Launcher ScreenLast week was somehow a good week for Android developers like me. For me, it was majorly because I became...
android news 2020-03-02 14:33 Custom TabLayout Indicator in — Android. Custom TabLayout Indicator in — Android.Make your Indicator with your choice.Photo by Hal Gatewood on UnsplashThis article belongs to what I have learned today, so basically I need to Implement a custom...
android news 2020-03-02 14:10 “let”-“run”-“with”-“also”-“apply” — Kotlin scope functions. “let”-“run”-“with”-“also”-“apply” — Kotlin scope functions.pc: google.comI hope all of you know these are Kotlin standard scope functions which are used to run a block of code with a context...
android news 2020-02-26 19:44 Building AOSP Platform Apps on Android studio Building Android apps with Android studio is very common among the Android developer community, but if you try to build platform apps or try to compile and import AOSP projects into Android studio, you’ll face one...
android news 2020-02-25 14:29 ViewBinding in Fragments: the clean & easy way When using ViewBinding (available from Android Studio 3.6), a best practice is to nullify the binding in a Fragment’sonDestroyView. In our project, we often forgot to do so. We also copy-pasted binding logic to all...
android news 2020-02-24 15:01 Building a mock server with Ktor Building a proxy server with KtorMy attempt towards building a proxy server using Ktor as the backbone and some other cool Kotlin libraries.Most mobile developers and front end developers have been in a situation where...
android news 2020-02-24 14:15 Becoming a Google Dev Expert (GDE) in Android TLDR: Are you the passionate about community work and giving back? If yes, you can become too.The welcome email I got today from GoogleIt was date 02–20–2020. A weird yet cool game of numbers, right? One of its...
android news 2020-02-19 18:52 Make your commit-msg great again! Make your Commit Messages Great Again!Photo by Safar Safarov on UnsplashThe Problem 🐛We recently came across a production bug that was causing our android app to crash, so we started debugging 🥁.After a few...
android news 2020-02-18 13:28 Smartly Boost Your Android Application Development Time Source GoogleHave you ever feel tired of typing Log.d(TAG, Message) or Toast.makeToast() etc? If YES then you are at the right place. This article is centered around the real power utilization of Android Studio. Just...