JAJunaid Ahmadinjunaidahmad.hashnode.dev·Oct 1, 2021 · 4 min readTruck Art - Android Jetpack Compose CanvasIn this article, we will be creating basic shapes related to the above art I have created using Jetpack Compose Canvas. First I will mention some useful articles which really helped me in understanding the canvas, Canvas Coordinates System and Polar ...01V
JAJunaid Ahmadinjunaidahmad.hashnode.dev·Sep 24, 2021 · 3 min readAndroid Option Menu UI TestingIn this article, we will automate user interaction and test the Toolbar option menu. Option menu is actually representing a list of items to be shown to the user to perform associated actions. Please check my article for the basics of Android UI tes...00
JAJunaid Ahmadinjunaidahmad.hashnode.dev·Sep 12, 2021 · 2 min readWrite First UI Test in AndroidIn this article, we will be looking into Android UI automation tests using the Kakao library which has been built on top of Espresso. Please check my article for the basics of UI testing in Android. As you can see in the below picture, we have a ...00
JAJunaid Ahmadinjunaidahmad.hashnode.dev·Sep 10, 2021 · 2 min readAndroid UI Testing using Kakao DSLUI Testing Importance UI testing is a common practice to ensure that the application meets the expected behaviour along with providing high standard quality to the end-users. Usually, human testers test the possible job flows in the target app to ass...00
JAJunaid Ahmadinjunaidahmad.hashnode.dev·Sep 4, 2021 · 2 min readSplash Screen Migration To Android 12Android 12 SDK beta version is now available which includes some behavior changes for those apps which are targeting Android 12 SDK. It means that if you are application has compileSdkVersion 31 or above it will start affecting due to these changes. ...00