Open in app

Sign In

Write

Sign In

D C
D C

5 Followers

Home

About

Dec 12, 2021

A practical guide to Automated Android app testing

In this article I am going to talk about achieving the goal of Automation testing for Android apps. For last few years there has been huge emphasis on automating the testing process especially for Mobile Applications the reasons being: Requires less number of Quality Assurance Engineers. Automated tests are fast. …

Android

3 min read

A practical guide to Automated Android app testing
A practical guide to Automated Android app testing
Android

3 min read


Nov 6, 2021

How to make your life easy as an Android Developer

In this article I am not going to go over any deep technical issues neither am I going to solve big problems. I am going to talk about simple and small things that I did to make my life easier being a developer. A Lazy Developer is a Smart Developer In my opinion the lazier you are…

Android

3 min read

How to make your life easy as an Android Developer
How to make your life easy as an Android Developer
Android

3 min read


Feb 20, 2021

Android: How to determine if a view is onscreen, offscreen or partially offScreen/partially visible?

I have come across this question a plenty number of time. The solution is quiet simple: For a given view v, one can determine the Global Visible Rectangle of the view v by: Rect globalVisibilityRectangle = new Rect(); view.getGlobalVisibleRect(rect); In the above code snippet globalVisibilityRectangle variable will be populated with…

Android

1 min read

Android: How to determine if a view is onscreen, offscreen or partially offScreen/partially visible?
Android: How to determine if a view is onscreen, offscreen or partially offScreen/partially visible?
Android

1 min read


Apr 19, 2020

Maven Central Publishing using Gradle and gpg signing

Being new to Maven Central publishing it is difficult to get straight steps to get publishing to work on first try. This article is a step by step guide on how to publish your java project using gradle. Let’s get started, below are the steps that will guide you…

Java

4 min read

Java

4 min read

D C

D C

5 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech