A new article entitled "Kotlin runtime checks — require and check" written by Joao Alves is now online!
#Android #MobileAppDevelopment #AndroidDev #Kotlin #AndroidAppDevelopment
@ITNEXT
Hey everyone, and welcome to article number 10 on the Kotlin Playground Series. Last time we looked into a few Kotlin standard functions… > Read More...
https://proandroiddev.com/kotlin-runtime-checks-require-and-check-435b590fbe2d
#Android #MobileAppDevelopment #AndroidDev #Kotlin #AndroidAppDevelopment
@ITNEXT
Hey everyone, and welcome to article number 10 on the Kotlin Playground Series. Last time we looked into a few Kotlin standard functions… > Read More...
https://proandroiddev.com/kotlin-runtime-checks-require-and-check-435b590fbe2d
ProAndroidDev
Kotlin runtime checks — require and check
Hey everyone, and welcome to article number 10 on the Kotlin Playground Series. Last time we looked into a few Kotlin standard functions…
A new article entitled "Building a Custom Auth UI for Amazon Cognito in Kotlin" written by Adrian Hall is now online!
#Kotlin #AndroidDev #AndroidAppDevelopment #MobileAppDevelopment #Amazon
@ITNEXT
In a previous article, I introduced authentication and how to integrate a simple (provided) UI with a component called IdentityManager from… > Read More...
https://proandroiddev.com/building-a-custom-auth-ui-for-amazon-cognito-in-kotlin-9d6fc5e2f182
#Kotlin #AndroidDev #AndroidAppDevelopment #MobileAppDevelopment #Amazon
@ITNEXT
In a previous article, I introduced authentication and how to integrate a simple (provided) UI with a component called IdentityManager from… > Read More...
https://proandroiddev.com/building-a-custom-auth-ui-for-amazon-cognito-in-kotlin-9d6fc5e2f182
ProAndroidDev
Building a Custom Auth UI for Amazon Cognito in Kotlin
In a previous article, I introduced authentication and how to integrate a simple (provided) UI with a component called IdentityManager…
A new article entitled "Alternative to StatefulWidget Examples" written by Greg Perry is now online!
#Flutter #AndroidAppDevelopment #DesignPatterns #MobileAppDevelopment #AndroidDev
@ITNEXT
> Read More...
https://proandroiddev.com/alternate-to-statefulwidget-examples-66d1f412b036
#Flutter #AndroidAppDevelopment #DesignPatterns #MobileAppDevelopment #AndroidDev
@ITNEXT
> Read More...
https://proandroiddev.com/alternate-to-statefulwidget-examples-66d1f412b036
ProAndroidDev
Alternative to StatefulWidget Examples – ProAndroidDev
Examples using an alternative to the StatefulWidget
A new article entitled "Firebase Machine Learning Kit 101" written by Husayn Hakeem is now online!
#TensorFlow #Firebase #AndroidAppDevelopment #MachineLearning #GoogleIO
@ITNEXT
Note: This is part 1 of 2 articles on Firebase’s ML Kit. This first part is more of an introduction to the topic, while the second part is… > Read More...
https://proandroiddev.com/firebase-machine-learning-kit-101-738baea0253f
#TensorFlow #Firebase #AndroidAppDevelopment #MachineLearning #GoogleIO
@ITNEXT
Note: This is part 1 of 2 articles on Firebase’s ML Kit. This first part is more of an introduction to the topic, while the second part is… > Read More...
https://proandroiddev.com/firebase-machine-learning-kit-101-738baea0253f
Medium
Android: Firebase Machine Learning Kit 101
On using Android MLKit — Part 1
A new article entitled "Robolectric Testing with AndroidJunitRunner" written by iñaki villar is now online!
#AndroidDev #Testing #Android #AndroidAppDevelopment #Robolectric
@ITNEXT
This article is going to show how to write a simple test with Robolectric 4-alpha1 and AndroidJunitRunner/Espresso. > Read More...
https://proandroiddev.com/robolectric-testing-with-androidjunitrunner-86292bceef25
#AndroidDev #Testing #Android #AndroidAppDevelopment #Robolectric
@ITNEXT
This article is going to show how to write a simple test with Robolectric 4-alpha1 and AndroidJunitRunner/Espresso. > Read More...
https://proandroiddev.com/robolectric-testing-with-androidjunitrunner-86292bceef25
Medium
Robolectric Testing with AndroidJunitRunner
This article is going to show how to write a simple test with Robolectric 4-alpha1 and AndroidJunitRunner/Espresso.
A new article entitled "Treat your build files as you treat your code" written by Jarosław Michalik is now online!
#Gradle #MobileAppDevelopment #Android #AndroidAppDevelopment #SoftwareDevelopment
@ITNEXT
Few ideas to use Gradle in a little cleaner way. > Read More...
https://proandroiddev.com/treat-your-build-files-as-you-treat-your-code-def80ac52978
#Gradle #MobileAppDevelopment #Android #AndroidAppDevelopment #SoftwareDevelopment
@ITNEXT
Few ideas to use Gradle in a little cleaner way. > Read More...
https://proandroiddev.com/treat-your-build-files-as-you-treat-your-code-def80ac52978
Medium
Treat your build files as you treat your code
Few ideas to use Gradle in a little cleaner way.
A new article entitled "Treat your build files as you treat your code" written by Jarosław Michalik is now online!
#Gradle #MobileAppDevelopment #Android #AndroidAppDevelopment #SoftwareDevelopment
@ITNEXT
Few ideas to use Gradle in a little cleaner way. > Read More...
https://proandroiddev.com/treat-your-build-files-as-you-treat-your-code-def80ac52978
#Gradle #MobileAppDevelopment #Android #AndroidAppDevelopment #SoftwareDevelopment
@ITNEXT
Few ideas to use Gradle in a little cleaner way. > Read More...
https://proandroiddev.com/treat-your-build-files-as-you-treat-your-code-def80ac52978
Medium
Treat your build files as you treat your code
Few ideas to use Gradle in a little cleaner way.
A new article entitled "CLEAN-up your Activities (Part I): Decoupling from Android Framework datasources" written by Aris Papadopoulos is now online!
#AndroidDev #Android #CleanArchitecture #Architecture #AndroidAppDevelopment
@ITNEXT
This is the first part of a series of articles that explores ways to keep the Activities in an Android app “clean”. And we are using here… > Read More...
https://proandroiddev.com/clean-up-your-activities-part-i-decoupling-from-android-framework-datasources-5c3b714c711a
#AndroidDev #Android #CleanArchitecture #Architecture #AndroidAppDevelopment
@ITNEXT
This is the first part of a series of articles that explores ways to keep the Activities in an Android app “clean”. And we are using here… > Read More...
https://proandroiddev.com/clean-up-your-activities-part-i-decoupling-from-android-framework-datasources-5c3b714c711a
Medium
CLEAN-up your Activities (Part I): Decoupling from Android Framework datasources
This is the first part of a series of articles that explores ways to keep the Activities in an Android app “clean”. And we are using here…
An article entitled "London Tube Status App — Retrofit and API setup" written by Joao Alves with 79 claps is now accessible for read!
#Kotlin #AndroidAppDevelopment #MobileAppDevelopment #Android #AndroidDev
@ITNEXT
Index: > Read More...
https://proandroiddev.com/london-tube-status-app-retrofit-and-api-setup-b93e10dd64a
#Kotlin #AndroidAppDevelopment #MobileAppDevelopment #Android #AndroidDev
@ITNEXT
Index: > Read More...
https://proandroiddev.com/london-tube-status-app-retrofit-and-api-setup-b93e10dd64a
Medium
London Tube Status App — Retrofit and API setup
Index:
A new article entitled "Android Jetpack - NavigationUI" written by Sagar Viradiya is now online!
#AndroidDev #MobileAppDevelopment #Android #Jetpack #AndroidAppDevelopment
@ITNEXT
You might be wondering why another blog post on Navigation Component while there are many out there ? Well I promise you this is different… > Read More...
https://proandroiddev.com/android-jetpack-navigationui-a7c9f17c510e
#AndroidDev #MobileAppDevelopment #Android #Jetpack #AndroidAppDevelopment
@ITNEXT
You might be wondering why another blog post on Navigation Component while there are many out there ? Well I promise you this is different… > Read More...
https://proandroiddev.com/android-jetpack-navigationui-a7c9f17c510e
Medium
Android Jetpack - NavigationUI
You might be wondering why another blog post on Navigation Component while there are many out there ? Well I promise you this is different…
A new article entitled "Model-View-Intent & Data Binding" written by Jarosław Michalik is now online!
#DataBinding #MobileAppDevelopment #Kotlin #AndroidAppDevelopment #AndroidDev
@ITNEXT
I always try to simplify development process and reduce boilerplate code, therefore I decided to dive deeper into MVI. > Read More...
https://proandroiddev.com/model-view-intent-data-binding-39c7a6a6512f
#DataBinding #MobileAppDevelopment #Kotlin #AndroidAppDevelopment #AndroidDev
@ITNEXT
I always try to simplify development process and reduce boilerplate code, therefore I decided to dive deeper into MVI. > Read More...
https://proandroiddev.com/model-view-intent-data-binding-39c7a6a6512f
Medium
Model-View-Intent & Data Binding
I always try to simplify development process and reduce boilerplate code, therefore I decided to dive deeper into MVI.
An article entitled "Animations in Flutter" written by Muhammed Salih Guler with 67 claps is now accessible for read!
#MobileAppDevelopment #CrossPlatform #Flutter #AndroidAppDevelopment #iOSAppDevelopment
@ITNEXT
Animations are one of the essential things that enhances the user experience, makes your application more interactive and makes your users… > Read More...
https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2
#MobileAppDevelopment #CrossPlatform #Flutter #AndroidAppDevelopment #iOSAppDevelopment
@ITNEXT
Animations are one of the essential things that enhances the user experience, makes your application more interactive and makes your users… > Read More...
https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2
Medium
Animations in Flutter
Animations are one of the essential things that enhances the user experience, makes your application more interactive and makes your users…
A new article entitled "Android Jetpack — Foundation — MultiDex— Part 1 Chapter 3" written by Gahfy is now online!
#MobileAppDevelopment #AndroidDev #AndroidAppDevelopment #AndroidJetpack #Multidex
@ITNEXT
In today’s article, we will see what MultiDex is, and when you need to implement it and when you don’t need. Let’s go > Read More...
https://proandroiddev.com/android-jetpack-foundation-multidex-part-1-chapter-3-64a3e43c92dc
#MobileAppDevelopment #AndroidDev #AndroidAppDevelopment #AndroidJetpack #Multidex
@ITNEXT
In today’s article, we will see what MultiDex is, and when you need to implement it and when you don’t need. Let’s go > Read More...
https://proandroiddev.com/android-jetpack-foundation-multidex-part-1-chapter-3-64a3e43c92dc
Medium
Android Jetpack — Foundation — MultiDex— Part 1 Chapter 3
In today’s article, we will see what MultiDex is, and when you need to implement it and when you don’t need. Let’s go