blog_id
int64
1
10.5k
blog_title
stringlengths
2
712
blog_content
stringlengths
7
1.11k
blog_link
stringlengths
139
259
blog_img
stringlengths
56
94
topic
stringclasses
23 values
blog_info
stringlengths
47
1.18k
blog_preprocessed
stringlengths
42
949
7,927
Install Sonarqube server on AWS Ubuntu instance using docker-compose
In this brief article, we will explore how to install and configure the Sonarqube server along with PostgreSQL database in an Ubuntu instance running in AWS using docker-compose. Let’s get started!! Step-1: Create an AWS Ubuntu instance Login to your AWS management console, navigate to the EC2 dashboard page and click on the Launch instances button…
https://medium.com/@nairgirish100/install-sonarqube-server-on-ubuntu-using-docker-compose-f7b168492649?source=topics_v2---------195-84--------------------136f5dd2_de98_40c8_adf2_2e0a56fa2c1b-------17
https://miro.medium.com/…QRt2hGTrf--w.png
dev-ops
Install Sonarqube server on AWS Ubuntu instance using docker-compose In this brief article, we will explore how to install and configure the Sonarqube server along with PostgreSQL database in an Ubuntu instance running in AWS using docker-compose. Let’s get started!! Step-1: Create an AWS Ubuntu instance Login to your AWS management console, navigate to the EC2 dashboard page and click on the Launch instances button… dev-ops
Install Sonarqube server AWS Ubuntu instance using dockercompose brief article explore install configure Sonarqube server along PostgreSQL database Ubuntu instance running AWS using dockercompose Let’s get started Step1 Create AWS Ubuntu instance Login AWS management console navigate EC2 dashboard page click Launch instance button… devops
7,928
Using kcadm in Keycloak
Keycloak provides us the option to work with configuration using Admin console and kcadm. kcadm is the command line utility and equally powerful as admin console. There are lot of requirements to work with command line tools these days, as anything that can be done through command line can be…
https://medium.com/@rishabhsvats/using-kcadm-in-keycloak-668a592691f4?source=topics_v2---------200-84--------------------c3a82dc8_cfdb_44e5_b722_3b2e3e698626-------17
https://miro.medium.com/…IXMyyN-r0Yw.jpeg
dev-ops
Using kcadm in Keycloak Keycloak provides us the option to work with configuration using Admin console and kcadm. kcadm is the command line utility and equally powerful as admin console. There are lot of requirements to work with command line tools these days, as anything that can be done through command line can be… dev-ops
Using kcadm Keycloak Keycloak provides u option work configuration using Admin console kcadm kcadm command line utility equally powerful admin console lot requirement work command line tool day anything done command line be… devops
7,929
DevOps — What is Kubernetes? (Part 2): API Server
After the first part of the series that gave an overview of what Kubernetes (K8) is, we are going to deep dive into each component of the system. By the way, if you want to go over the first part you can use the following link https://medium.com/@boutnaru/devops-what-is-kubernetes-part-1-e9da7fbc020a. …
https://medium.com/@boutnaru/devops-what-is-kubernetes-part-2-api-server-90a1e4e1f12c?source=topics_v2---------202-84--------------------c3a82dc8_cfdb_44e5_b722_3b2e3e698626-------17
https://miro.medium.com/v2/resize:fill:140:140/0*uoRyagennq4cyMnO
dev-ops
DevOps — What is Kubernetes? (Part 2): API Server After the first part of the series that gave an overview of what Kubernetes (K8) is, we are going to deep dive into each component of the system. By the way, if you want to go over the first part you can use the following link https://medium.com/@boutnaru/devops-what-is-kubernetes-part-1-e9da7fbc020a. … dev-ops
DevOps — Kubernetes Part 2 API Server first part series gave overview Kubernetes K8 going deep dive component system way want go first part use following link httpsmediumcomboutnarudevopswhatiskubernetespart1e9da7fbc020a … devops
7,930
Deploying Helm Charts with Jenkins and Groovy: A Comprehensive Guide
Introduction: Helm is a popular package manager for Kubernetes that makes it easy to manage, deploy, and share applications on a Kubernetes cluster. Jenkins is a popular automation server that is widely used for Continuous Integration and Continuous Deployment (CI/CD) workflows. In this blog post, we’ll explore how to use…
https://medium.com/devops-dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehensive-guide-c2aa0f2bd424?source=topics_v2---------203-84--------------------c3a82dc8_cfdb_44e5_b722_3b2e3e698626-------17
https://miro.medium.com/…xASd53CgJ9Kw.png
dev-ops
Deploying Helm Charts with Jenkins and Groovy: A Comprehensive Guide Introduction: Helm is a popular package manager for Kubernetes that makes it easy to manage, deploy, and share applications on a Kubernetes cluster. Jenkins is a popular automation server that is widely used for Continuous Integration and Continuous Deployment (CI/CD) workflows. In this blog post, we’ll explore how to use… dev-ops
Deploying Helm Charts Jenkins Groovy Comprehensive Guide Introduction Helm popular package manager Kubernetes make easy manage deploy share application Kubernetes cluster Jenkins popular automation server widely used Continuous Integration Continuous Deployment CICD workflow blog post we’ll explore use… devops
7,931
YAML: Basic understanding
Every developer has written a configuration file while developing or deploying an application. Configuration files (A.K.A config files) are codes that allow one to customize interaction with an application or how an application interacts with the rest of your computer. The codes define the parameters, options, settings, and preferences applied…
https://medium.com/@abasi-ifreke/yaml-basic-understanding-4ce3fa21cebb?source=topics_v2---------205-84--------------------c3a82dc8_cfdb_44e5_b722_3b2e3e698626-------17
https://miro.medium.com/…iOpU0rZp7VSA.png
dev-ops
YAML: Basic understanding Every developer has written a configuration file while developing or deploying an application. Configuration files (A.K.A config files) are codes that allow one to customize interaction with an application or how an application interacts with the rest of your computer. The codes define the parameters, options, settings, and preferences applied… dev-ops
YAML Basic understanding Every developer written configuration file developing deploying application Configuration file AKA config file code allow one customize interaction application application interacts rest computer code define parameter option setting preference applied… devops
7,932
How to convert CSV to Zone file for AWS Route 53 (Node.js)?
AWS Route 53 is a DNS web service that provides scalable and reliable domain name registration and routing for your applications. In order to use Route 53 to manage your DNS records, you need to create a zone file that contains all of your DNS records. In this article, we’ll…
https://medium.com/@bikramkawan/how-to-convert-csv-to-zone-file-for-aws-route-53-node-js-4382a4035cef?source=topics_v2---------206-84--------------------c3a82dc8_cfdb_44e5_b722_3b2e3e698626-------17
https://miro.medium.com/v2/resize:fill:140:140/0*CqY_tR2ZZqzyP8c7
dev-ops
How to convert CSV to Zone file for AWS Route 53 (Node.js)? AWS Route 53 is a DNS web service that provides scalable and reliable domain name registration and routing for your applications. In order to use Route 53 to manage your DNS records, you need to create a zone file that contains all of your DNS records. In this article, we’ll… dev-ops
convert CSV Zone file AWS Route 53 Nodejs AWS Route 53 DNS web service provides scalable reliable domain name registration routing application order use Route 53 manage DNS record need create zone file contains DNS record article we’ll… devops
7,933
How To Kill A Localhost Port
When running a local server or application on your computer, you may sometimes encounter situations where you need to stop the process. This can be due to a variety of reasons, such as a misconfiguration, a bug, or simply the need to free up system resources. Whatever the reason, you…
https://medium.com/@muhammadamas/how-to-kill-a-localhost-port-329574bc2413?source=topics_v2---------207-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…Mz3pE0IA5EAQ.png
dev-ops
How To Kill A Localhost Port When running a local server or application on your computer, you may sometimes encounter situations where you need to stop the process. This can be due to a variety of reasons, such as a misconfiguration, a bug, or simply the need to free up system resources. Whatever the reason, you… dev-ops
Kill Localhost Port running local server application computer may sometimes encounter situation need stop process due variety reason misconfiguration bug simply need free system resource Whatever reason you… devops
7,934
Using MLflow with ATOM to track all your machine learning experiments without additional code
Start storing models, parameters, pipelines, data and plots changing only one parameter — Introduction The MLflow Tracking component is an API and UI for logging parameters, code versions, metrics, and output files when running your machine learning experiments and for later visualizing the results. In this story, we’ll explain how to use the ATOM library to easily track your models, parameters, pipelines, data and…
https://medium.com/towards-data-science/using-mlflow-with-atom-to-track-all-your-machine-learning-experiments-without-additional-code-583128687d45?source=topics_v2---------208-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/v2/resize:fill:140:140/0*cjMtwUp7WTAhWFCH
dev-ops
Using MLflow with ATOM to track all your machine learning experiments without additional code Start storing models, parameters, pipelines, data and plots changing only one parameter — Introduction The MLflow Tracking component is an API and UI for logging parameters, code versions, metrics, and output files when running your machine learning experiments and for later visualizing the results. In this story, we’ll explain how to use the ATOM library to easily track your models, parameters, pipelines, data and… dev-ops
Using MLflow ATOM track machine learning experiment without additional code Start storing model parameter pipeline data plot changing one parameter — Introduction MLflow Tracking component API UI logging parameter code version metric output file running machine learning experiment later visualizing result story we’ll explain use ATOM library easily track model parameter pipeline data and… devops
7,935
Bring Product Mindset into DevOps
Introduction A product mindset in DevOps is a focus on the product itself and how it is delivered and maintained, rather than a purely technical perspective. This shift in focus to the product allows a DevOps team to be more efficient and proactive in the software development process. Why is it important in DevOps? The product mindset…
https://medium.com/cloud-believers/bring-product-mindset-into-devops-dac90b35d7af?source=topics_v2---------209-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/v2/resize:fill:140:140/0*1UwIIS3zKodClwtt
dev-ops
Bring Product Mindset into DevOps Introduction A product mindset in DevOps is a focus on the product itself and how it is delivered and maintained, rather than a purely technical perspective. This shift in focus to the product allows a DevOps team to be more efficient and proactive in the software development process. Why is it important in DevOps? The product mindset… dev-ops
Bring Product Mindset DevOps Introduction product mindset DevOps focus product delivered maintained rather purely technical perspective shift focus product allows DevOps team efficient proactive software development process important DevOps product mindset… devops
7,936
Docker Image Optimization: Tips and Tricks for Faster Builds and Smaller Sizes
I have been making a couple of changes in the build and deployment process of The Urbanlibrary. Notably, I opted to switch to docker altogether because going to the /etc directory to change some configurations was getting tedious. I needed a central place for all this. I needed a localized…
https://medium.com/gitconnected/docker-image-optimization-tips-and-tricks-for-faster-builds-and-smaller-sizes-34cfe07e7ccb?source=topics_v2---------210-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/v2/resize:fill:140:140/0*bFk89gzgZcIfP4KZ
dev-ops
Docker Image Optimization: Tips and Tricks for Faster Builds and Smaller Sizes I have been making a couple of changes in the build and deployment process of The Urbanlibrary. Notably, I opted to switch to docker altogether because going to the /etc directory to change some configurations was getting tedious. I needed a central place for all this. I needed a localized… dev-ops
Docker Image Optimization Tips Tricks Faster Builds Smaller Sizes making couple change build deployment process Urbanlibrary Notably opted switch docker altogether going etc directory change configuration getting tedious needed central place needed localized… devops
7,937
Streamline Your Infrastructure Management with Terraform Cloud: Save Time, Effort, and Gain Valuable Insights
Introduction: Terraform Cloud is a powerful Infrastructure as Code (IaC) platform designed to simplify infrastructure management and streamline collaboration. It offers a range of features that save time and effort for development teams, such as a predefined execution flow, integration with Sentinel for policy enforcement, cost estimation, and a built-in module…
https://medium.com/@msalinas92/streamline-your-infrastructure-management-with-terraform-cloud-save-time-effort-and-gain-6e754f9db4d2?source=topics_v2---------211-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…7IqxbqkTeBlg.png
dev-ops
Streamline Your Infrastructure Management with Terraform Cloud: Save Time, Effort, and Gain Valuable Insights Introduction: Terraform Cloud is a powerful Infrastructure as Code (IaC) platform designed to simplify infrastructure management and streamline collaboration. It offers a range of features that save time and effort for development teams, such as a predefined execution flow, integration with Sentinel for policy enforcement, cost estimation, and a built-in module… dev-ops
Streamline Infrastructure Management Terraform Cloud Save Time Effort Gain Valuable Insights Introduction Terraform Cloud powerful Infrastructure Code IaC platform designed simplify infrastructure management streamline collaboration offer range feature save time effort development team predefined execution flow integration Sentinel policy enforcement cost estimation builtin module… devops
7,938
Why Use Message Brokers
Get ready for another jam-packed edition of our weekly DevOps newsletter! This week, I’m covering everything from monitoring production systems and using message brokers to explaining CDN in simple words and testing AWS Serverless & Lambda. …
https://medium.com/@mlabouardy/why-use-message-brokers-399ee14d113e?source=topics_v2---------212-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…TScjWOhbKI-A.png
dev-ops
Why Use Message Brokers Get ready for another jam-packed edition of our weekly DevOps newsletter! This week, I’m covering everything from monitoring production systems and using message brokers to explaining CDN in simple words and testing AWS Serverless & Lambda. … dev-ops
Use Message Brokers Get ready another jampacked edition weekly DevOps newsletter week I’m covering everything monitoring production system using message broker explaining CDN simple word testing AWS Serverless Lambda … devops
7,939
SRE 101: How SLOs Drive Reliability
Service Level Objectives (SLOs) are a critical component of Site Reliability Engineering (SRE). SLOs are a set of performance targets that define the level of service that a system or service should provide. …
https://medium.com/@megawan/sre-101-how-slos-drive-reliability-a1dc0901fbe9?source=topics_v2---------213-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/v2/resize:fill:140:140/0*xYYHjvVUFOxdaupy
dev-ops
SRE 101: How SLOs Drive Reliability Service Level Objectives (SLOs) are a critical component of Site Reliability Engineering (SRE). SLOs are a set of performance targets that define the level of service that a system or service should provide. … dev-ops
SRE 101 SLOs Drive Reliability Service Level Objectives SLOs critical component Site Reliability Engineering SRE SLOs set performance target define level service system service provide … devops
7,940
A Beginners Hands-On Guide to Deploying and Managing Containers in Docker
Docker is a popular platform for containerization, which is a method of packaging and deploying software applications in a portable and efficient way. Containers are lightweight and isolated environments that include all the necessary components and dependencies to run an application. Docker provides a framework for building, shipping, and running…
https://medium.com/@saadrabbani123/a-beginners-hands-on-guide-to-deploying-and-managing-containers-in-docker-85e377d7a81f?source=topics_v2---------214-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…l36kg5FyVSw.jpeg
dev-ops
A Beginners Hands-On Guide to Deploying and Managing Containers in Docker Docker is a popular platform for containerization, which is a method of packaging and deploying software applications in a portable and efficient way. Containers are lightweight and isolated environments that include all the necessary components and dependencies to run an application. Docker provides a framework for building, shipping, and running… dev-ops
Beginners HandsOn Guide Deploying Managing Containers Docker Docker popular platform containerization method packaging deploying software application portable efficient way Containers lightweight isolated environment include necessary component dependency run application Docker provides framework building shipping running… devops
7,941
DevOps: The New-Age Tech Avengers!
Landing a job in the IT field has always been my dream. I have always been fascinated by technology and the way it’s used in different fields. …
https://medium.com/iamops/devops-the-new-age-tech-avengers-36737616ad2b?source=topics_v2---------215-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…rmQu77AKoUAA.png
dev-ops
DevOps: The New-Age Tech Avengers! Landing a job in the IT field has always been my dream. I have always been fascinated by technology and the way it’s used in different fields. … dev-ops
DevOps NewAge Tech Avengers Landing job field always dream always fascinated technology way it’s used different field … devops
7,942
Trust: The Secret Weapon to Supercharge Your Team’s Performance! 💥
Alrighty then, let’s talk about building trust with your team! 🤝 So, after working with teams for the past 23+ years, I’ve realized that trust is the most important quality to have. And let’s be real, trust is rarer than a sighting of the mythical Infinity Stones. 😅 But don’t…
https://medium.com/@iswamik/trust-the-secret-weapon-to-supercharge-your-teams-performance-a49d39dce106?source=topics_v2---------216-84--------------------1c45e4ce_8525_4f09_a89c_0a95f7ad5790-------17
https://miro.medium.com/…6vZyHnaAmOGQ.png
dev-ops
Trust: The Secret Weapon to Supercharge Your Team’s Performance! 💥 Alrighty then, let’s talk about building trust with your team! 🤝 So, after working with teams for the past 23+ years, I’ve realized that trust is the most important quality to have. And let’s be real, trust is rarer than a sighting of the mythical Infinity Stones. 😅 But don’t… dev-ops
Trust Secret Weapon Supercharge Team’s Performance 💥 Alrighty let’s talk building trust team 🤝 working team past 23 year I’ve realized trust important quality let’s real trust rarer sighting mythical Infinity Stones 😅 don’t… devops
7,943
Current problems in the alerting space
In the past month, we have engaged in conversations with over 50 engineers, engineering managers, and SREs to gather feedback on the products we are developing at Keep. Here is a summary of what we have learned. — TL;DR: Creating and maintaining effective alerts, avoiding alert fatigue, and promoting a strong alerting culture can be difficult tasks. Keep addresses these challenges by treating alerts as code, integrating with observability tools, and using LLMs.
https://medium.com/@shaharglazner/current-problems-in-the-alerting-space-8805f8a2419d?source=topics_v2---------217-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/…jGwFgBNufKVA.png
dev-ops
Current problems in the alerting space In the past month, we have engaged in conversations with over 50 engineers, engineering managers, and SREs to gather feedback on the products we are developing at Keep. Here is a summary of what we have learned. — TL;DR: Creating and maintaining effective alerts, avoiding alert fatigue, and promoting a strong alerting culture can be difficult tasks. Keep addresses these challenges by treating alerts as code, integrating with observability tools, and using LLMs. dev-ops
Current problem alerting space past month engaged conversation 50 engineer engineering manager SREs gather feedback product developing Keep summary learned — TLDR Creating maintaining effective alert avoiding alert fatigue promoting strong alerting culture difficult task Keep address challenge treating alert code integrating observability tool using LLMs devops
7,944
Level up your SRE Game — Best of this week — 19th March 2023
I compile Site Reliability Engineering/DevOps-related articles every week and help you keep up your learning game. This week we covered: OpenAPI Extension for vscode All you need to know about how DNS works? Build your own X — crowd-sourced collection of how various technologies are built. Kubernetes — the hard…
https://medium.com/@vik-y/level-up-your-sre-game-best-of-this-week-19th-march-2023-6ab5c58b325c?source=topics_v2---------219-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/…lsIu9gFQHB5w.png
dev-ops
Level up your SRE Game — Best of this week — 19th March 2023 I compile Site Reliability Engineering/DevOps-related articles every week and help you keep up your learning game. This week we covered: OpenAPI Extension for vscode All you need to know about how DNS works? Build your own X — crowd-sourced collection of how various technologies are built. Kubernetes — the hard… dev-ops
Level SRE Game — Best week — 19th March 2023 compile Site Reliability EngineeringDevOpsrelated article every week help keep learning game week covered OpenAPI Extension vscode need know DNS work Build X — crowdsourced collection various technology built Kubernetes — hard… devops
7,945
Setup AWS Cloudwatch Alarms from Logs using Terraform
Learn how to setup a custom AWS cloudwatch alarm which gets triggered from the logs that you can set in your application using terraform — You may have stumbled upon a situation where you want to set an alarm if a certain part of your code gets invoked. For example, you have a third-party API call in your application. If that’s an important API call and the response of this API is important for your…
https://medium.com/@ashutosh_34428/setup-aws-cloudwatch-alarms-from-logs-using-terraform-7189acedd81f?source=topics_v2---------220-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/v2/resize:fill:140:140/0*urQsu-ahwnXryBC4
dev-ops
Setup AWS Cloudwatch Alarms from Logs using Terraform Learn how to setup a custom AWS cloudwatch alarm which gets triggered from the logs that you can set in your application using terraform — You may have stumbled upon a situation where you want to set an alarm if a certain part of your code gets invoked. For example, you have a third-party API call in your application. If that’s an important API call and the response of this API is important for your… dev-ops
Setup AWS Cloudwatch Alarms Logs using Terraform Learn setup custom AWS cloudwatch alarm get triggered log set application using terraform — may stumbled upon situation want set alarm certain part code get invoked example thirdparty API call application that’s important API call response API important your… devops
7,946
DevOps Journey: Week 1
Introduction to DevOps and SDLC Introduction to DevOps History of DevOps (Story time) The history of DevOps can be traced back to the early 2000s, when Agile development methodologies were gaining popularity. …
https://medium.com/@maryamzulfiqar514/devops-journey-week-1-640ca763e4f0?source=topics_v2---------222-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/…HQVUa9mQp8tg.png
dev-ops
DevOps Journey: Week 1 Introduction to DevOps and SDLC Introduction to DevOps History of DevOps (Story time) The history of DevOps can be traced back to the early 2000s, when Agile development methodologies were gaining popularity. … dev-ops
DevOps Journey Week 1 Introduction DevOps SDLC Introduction DevOps History DevOps Story time history DevOps traced back early 2000s Agile development methodology gaining popularity … devops
7,947
Ultimate Guide to Deploying a Jenkins Multinode Cluster on AWS with Linux and Windows Slave Nodes
Jenkins is an open-source automation server that helps automate parts of the software development process, including building, testing, and deploying software. It provides a platform for continuous integration and delivery, allowing developers to quickly and easily build, test, and deploy their code. Jenkins can help improve software quality, reduce manual…
https://medium.com/@kumarnikhil811/ultimate-guide-to-deploying-a-jenkins-multinode-cluster-on-aws-with-linux-and-windows-slave-nodes-a9f59f0ee1d7?source=topics_v2---------223-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/…bKp1l08GykQw.png
dev-ops
Ultimate Guide to Deploying a Jenkins Multinode Cluster on AWS with Linux and Windows Slave Nodes Jenkins is an open-source automation server that helps automate parts of the software development process, including building, testing, and deploying software. It provides a platform for continuous integration and delivery, allowing developers to quickly and easily build, test, and deploy their code. Jenkins can help improve software quality, reduce manual… dev-ops
Ultimate Guide Deploying Jenkins Multinode Cluster AWS Linux Windows Slave Nodes Jenkins opensource automation server help automate part software development process including building testing deploying software provides platform continuous integration delivery allowing developer quickly easily build test deploy code Jenkins help improve software quality reduce manual… devops
7,948
Kubernetes: Deployments Using a ConfigMap With a Custom index.html page
Project Objectives In this tutorial, we will create two Kubernetes deployments. Each deployment will have two pods running an nginx image and a custom index.html page. We will also create a service that points to both deployments. Finally, we will test the connectivity using the curl command to validate that you eventually…
https://medium.com/@shomarri.diaz/kubernetes-deployments-using-a-configmap-with-a-custom-index-html-page-57fe7dc430cc?source=topics_v2---------224-84--------------------d227ad0d_6ff0_4f79_b9c5_d9d38c1f1afd-------17
https://miro.medium.com/…p3MEunVuWOcg.png
dev-ops
Kubernetes: Deployments Using a ConfigMap With a Custom index.html page Project Objectives In this tutorial, we will create two Kubernetes deployments. Each deployment will have two pods running an nginx image and a custom index.html page. We will also create a service that points to both deployments. Finally, we will test the connectivity using the curl command to validate that you eventually… dev-ops
Kubernetes Deployments Using ConfigMap Custom indexhtml page Project Objectives tutorial create two Kubernetes deployment deployment two pod running nginx image custom indexhtml page also create service point deployment Finally test connectivity using curl command validate eventually… devops
7,949
Automating dependency updates in a Compose project
We recommend using the latest libraries in your Android projects as they have more features and bug fixes. However, bumping versions and fixing breaking changes can be an intricate process, especially if you try to fix many at the same time. Automating this process reduces errors but there are some…
https://medium.com/androiddevelopers/automating-dependency-updates-in-a-compose-project-168ef5e89ac5?source=topics_v2---------0-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…WPRkNOKDdyLw.png
android
Automating dependency updates in a Compose project We recommend using the latest libraries in your Android projects as they have more features and bug fixes. However, bumping versions and fixing breaking changes can be an intricate process, especially if you try to fix many at the same time. Automating this process reduces errors but there are some… android
Automating dependency update Compose project recommend using latest library Android project feature bug fix However bumping version fixing breaking change intricate process especially try fix many time Automating process reduces error some… android
7,950
Streamlining User Actions with the Command Pattern: A Practical Guide
An important aspect of creating a delightful user experience is handling actions from users and presenting the ‘right state’ based on the action. In days gone by, working with older view systems, we had a fairly common accepted way to expose live data or state from the view model, observe…
https://medium.com/@saldisourabh/streamlining-user-actions-with-the-command-pattern-a-practical-guide-72e2064b4ce7?source=topics_v2---------1-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/v2/resize:fill:140:140/0*Jw5JUH1ViKMTgwYo
android
Streamlining User Actions with the Command Pattern: A Practical Guide An important aspect of creating a delightful user experience is handling actions from users and presenting the ‘right state’ based on the action. In days gone by, working with older view systems, we had a fairly common accepted way to expose live data or state from the view model, observe… android
Streamlining User Actions Command Pattern Practical Guide important aspect creating delightful user experience handling action user presenting ‘right state’ based action day gone working older view system fairly common accepted way expose live data state view model observe… android
7,951
Kotlin: Function Memoization [IN PRACTICE]
Function memoization (often confused with “memorization” which is the same) is simply remembering the result of a function for a particular input (caching). It’s used for optimization purposes. Let’s illustrate that with an example. fun factorial(n: Int): Int = when (n) { 0, 1 -> 1…
https://medium.com/@iliyangermanov/kotlin-function-memoization-for-practioners-c1950b7881f0?source=topics_v2---------2-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…1UdVy8QwOKRA.png
android
Kotlin: Function Memoization [IN PRACTICE] Function memoization (often confused with “memorization” which is the same) is simply remembering the result of a function for a particular input (caching). It’s used for optimization purposes. Let’s illustrate that with an example. fun factorial(n: Int): Int = when (n) { 0, 1 -> 1… android
Kotlin Function Memoization PRACTICE Function memoization often confused “memorization” simply remembering result function particular input caching It’s used optimization purpose Let’s illustrate example fun factorialn Int Int n 0 1 1… android
7,952
Say Goodbye to Physical SIM Cards Forever with eSIM Transfers
Learn how Android is revolutionizing mobile plan transfers with eSIM technology. Discover how to easily switch devices without ever swapping SIM cards. — Are you tired of the tedious process of transferring your mobile plan from one device to another? Good news! Android is bringing a new eSIM transfer capability that will allow you to quickly and securely transfer your mobile plan to a new device without having to swap a physical SIM…
https://medium.com/illumination/say-goodbye-to-physical-sim-cards-forever-with-esim-transfers-e53b56dd16c8?source=topics_v2---------3-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/v2/resize:fill:140:140/0*iUFDvg7IVU8c7lg6
android
Say Goodbye to Physical SIM Cards Forever with eSIM Transfers Learn how Android is revolutionizing mobile plan transfers with eSIM technology. Discover how to easily switch devices without ever swapping SIM cards. — Are you tired of the tedious process of transferring your mobile plan from one device to another? Good news! Android is bringing a new eSIM transfer capability that will allow you to quickly and securely transfer your mobile plan to a new device without having to swap a physical SIM… android
Say Goodbye Physical SIM Cards Forever eSIM Transfers Learn Android revolutionizing mobile plan transfer eSIM technology Discover easily switch device without ever swapping SIM card — tired tedious process transferring mobile plan one device another Good news Android bringing new eSIM transfer capability allow quickly securely transfer mobile plan new device without swap physical SIM… android
7,953
ChatGPT, for Android developers
ChatGPT, a natural language tool created by OpenAI, can be a great ally for software engineering professionals who want to improve their skills. This article will show some practical examples of using ChatGPT to help with software development. …
https://medium.com/@orafaaraujo/chatgpt-for-android-developers-1c3c1ecc6440?source=topics_v2---------4-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…74o5V3k0zeQ.jpeg
android
ChatGPT, for Android developers ChatGPT, a natural language tool created by OpenAI, can be a great ally for software engineering professionals who want to improve their skills. This article will show some practical examples of using ChatGPT to help with software development. … android
ChatGPT Android developer ChatGPT natural language tool created OpenAI great ally software engineering professional want improve skill article show practical example using ChatGPT help software development … android
7,954
Maximizing App Performance: Tips to Prevent Android Overdraw Issue
This issue occurs when the app draws the same pixel multiple times, leading to unnecessary use of CPU and GPU resources. As a result, it can cause significant performance issues and even drain the battery life of your device. But don’t worry, in this article, we’ll share some valuable tips…
https://medium.com/@nebucorporation/maximizing-app-performance-tips-to-prevent-android-overdraw-issue-eeb1e38a80c4?source=topics_v2---------5-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…qIHY1w08Kz9g.png
android
Maximizing App Performance: Tips to Prevent Android Overdraw Issue This issue occurs when the app draws the same pixel multiple times, leading to unnecessary use of CPU and GPU resources. As a result, it can cause significant performance issues and even drain the battery life of your device. But don’t worry, in this article, we’ll share some valuable tips… android
Maximizing App Performance Tips Prevent Android Overdraw Issue issue occurs app draw pixel multiple time leading unnecessary use CPU GPU resource result cause significant performance issue even drain battery life device don’t worry article we’ll share valuable tips… android
7,955
Building an Augmented-Reality android application
This article offers contains tutorials on how to build an Android AR application using Google’s Sceneform SDK. Note: Google SceneForm is now deprecated, we will be using its continuation SceneView (https://github.com/SceneView/sceneform-android) Here’s some previews of what we are going to build,
https://medium.com/@msandeepcip/building-a-augmented-reality-android-application-4d14619559d1?source=topics_v2---------6-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…nl7VYHAPp-VA.png
android
Building an Augmented-Reality android application This article offers contains tutorials on how to build an Android AR application using Google’s Sceneform SDK. Note: Google SceneForm is now deprecated, we will be using its continuation SceneView (https://github.com/SceneView/sceneform-android) Here’s some previews of what we are going to build, android
Building AugmentedReality android application article offer contains tutorial build Android AR application using Google’s Sceneform SDK Note Google SceneForm deprecated using continuation SceneView httpsgithubcomSceneViewsceneformandroid Here’s preview going build android
7,956
The journey of using compose Multi-Platform for iOS.
There is no proper documentation for adding Jetpack Compose for iOS because it is still in early development stages. Its not intended to be used in production . But developers need to understand the awesomeness of it. Early adopters like touchlab , joreilly and many more developers have started experimenting…
https://medium.com/@prasanthperumal92/the-journey-of-using-compose-multi-platform-for-ios-e3e42c4f6a81?source=topics_v2---------7-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/v2/resize:fill:140:140/0*I0Jrgw62MFrvKaBP
android
The journey of using compose Multi-Platform for iOS. There is no proper documentation for adding Jetpack Compose for iOS because it is still in early development stages. Its not intended to be used in production . But developers need to understand the awesomeness of it. Early adopters like touchlab , joreilly and many more developers have started experimenting… android
journey using compose MultiPlatform iOS proper documentation adding Jetpack Compose iOS still early development stage intended used production developer need understand awesomeness Early adopter like touchlab joreilly many developer started experimenting… android
7,957
Graphic key patterns
If you use an android and consider your “pattern” to be the crowning achievement of your own thoughtfulness — here are the sets of the most frequently used patterns of graphic keys, sorted by complexity. Well, for criminologists, another reason to check the statistics;) 😉👍 And subscribe to https://t.me/irozysk
https://medium.com/@ibederov_en/graphic-key-pattern-34420a5c4674?source=topics_v2---------8-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…lq5ncRtgttag.png
android
Graphic key patterns If you use an android and consider your “pattern” to be the crowning achievement of your own thoughtfulness — here are the sets of the most frequently used patterns of graphic keys, sorted by complexity. Well, for criminologists, another reason to check the statistics;) 😉👍 And subscribe to https://t.me/irozysk android
Graphic key pattern use android consider “pattern” crowning achievement thoughtfulness — set frequently used pattern graphic key sorted complexity Well criminologist another reason check statistic 😉👍 subscribe httpstmeirozysk android
7,958
The iPhone — Switching Back From Android
Over the past 15 years, I’ve switched back and forth between Android and iOS several times. It had been a few years since my last iPhone so I decided to give it another shot this year with the iPhone 14 Pro. I’ve also spent the past ten years as a…
https://medium.com/@gpeal/the-iphone-switching-back-from-android-6130c64de4da?source=topics_v2---------9-84--------------------42779c87_5501_4dce_843a_45e241135beb-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Switching Back From Android Over the past 15 years, I’ve switched back and forth between Android and iOS several times. It had been a few years since my last iPhone so I decided to give it another shot this year with the iPhone 14 Pro. I’ve also spent the past ten years as a… android
iPhone — Switching Back Android past 15 year I’ve switched back forth Android iOS several time year since last iPhone decided give another shot year iPhone 14 Pro I’ve also spent past ten year a… android
7,959
Jetpack Compose: VisualTransformation Made Easier
If you don’t care how the sausage is made, skip to the end for the implementation Jetpack Compose has introduced the VisualTransformationAPI for formatting and transforming TextField input. I recently had the need to format a phone number as it was typed, so I went looking for an idiomatic solution. …
https://medium.com/@carter-hudson/jetpack-compose-visualtransformation-made-easier-c5192bde3f03?source=topics_v2---------10-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/v2/resize:fill:140:140/0*f56bArOzT80Da3WQ
android
Jetpack Compose: VisualTransformation Made Easier If you don’t care how the sausage is made, skip to the end for the implementation Jetpack Compose has introduced the VisualTransformationAPI for formatting and transforming TextField input. I recently had the need to format a phone number as it was typed, so I went looking for an idiomatic solution. … android
Jetpack Compose VisualTransformation Made Easier don’t care sausage made skip end implementation Jetpack Compose introduced VisualTransformationAPI formatting transforming TextField input recently need format phone number typed went looking idiomatic solution … android
7,960
How to auto-read OTP in Android programmatically
Auto-reading OTPs (one-time passwords) is a common feature in many Android applications, especially those that require user authentication. This feature can be achieved programmatically by using the SMS Retriever API provided by Google Play Services. In this article, we’ll walk through the steps to auto-read OTPs in Android programmatically using…
https://medium.com/@aliahmedrohan/how-to-auto-read-otp-in-android-programmatically-3fcb312ebf6a?source=topics_v2---------11-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
How to auto-read OTP in Android programmatically Auto-reading OTPs (one-time passwords) is a common feature in many Android applications, especially those that require user authentication. This feature can be achieved programmatically by using the SMS Retriever API provided by Google Play Services. In this article, we’ll walk through the steps to auto-read OTPs in Android programmatically using… android
autoread OTP Android programmatically Autoreading OTPs onetime password common feature many Android application especially require user authentication feature achieved programmatically using SMS Retriever API provided Google Play Services article we’ll walk step autoread OTPs Android programmatically using… android
7,961
Spotless on Android + kotlin
Spotless is a Gradle plugin that helps you enforce consistent code formatting in your Kotlin codebase. It automatically formats your code according to predefined rules, making it easier to maintain a consistent code style across your entire project. Think of Spotless as a virtual cleaning service for your codebase. Just…
https://medium.com/@zouhair.zghiba/spotless-on-android-kotlin-dbdb894b50c3?source=topics_v2---------12-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…jvwU47DOqwJQ.png
android
Spotless on Android + kotlin Spotless is a Gradle plugin that helps you enforce consistent code formatting in your Kotlin codebase. It automatically formats your code according to predefined rules, making it easier to maintain a consistent code style across your entire project. Think of Spotless as a virtual cleaning service for your codebase. Just… android
Spotless Android kotlin Spotless Gradle plugin help enforce consistent code formatting Kotlin codebase automatically format code according predefined rule making easier maintain consistent code style across entire project Think Spotless virtual cleaning service codebase Just… android
7,962
Android App Widget Development with Glance
By Harish Patel, Manager, Android Engineering, Bottle Rocket Introduction App Widgets can provide a huge amount of value to users by surfacing relevant information outside of an app. They are still not as common as we’d expect, so we’re revisiting app widgets on Android to see what’s changed in the new…
https://medium.com/atlas/android-app-widget-development-with-glance-532a5a8d602c?source=topics_v2---------13-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…FmIhc5yMMSA.jpeg
android
Android App Widget Development with Glance By Harish Patel, Manager, Android Engineering, Bottle Rocket Introduction App Widgets can provide a huge amount of value to users by surfacing relevant information outside of an app. They are still not as common as we’d expect, so we’re revisiting app widgets on Android to see what’s changed in the new… android
Android App Widget Development Glance Harish Patel Manager Android Engineering Bottle Rocket Introduction App Widgets provide huge amount value user surfacing relevant information outside app still common we’d expect we’re revisiting app widget Android see what’s changed new… android
7,963
Understanding and Implementing Navigation Components Jetpack Compose in Application | Part 1
Hello everyone, this is my first time writing an article on this platform. As I have recently become interested in learning Jetpack Compose, and the journey is begin. I am attempting to document what I have learned. Introduction Jetpack Compose is a modern toolkit for building Android user interfaces (UI). Jetpack…
https://medium.com/@yohanesrizky/understanding-and-implementing-navigation-components-jetpack-compose-in-application-part-1-7a65821a27ef?source=topics_v2---------14-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/v2/resize:fill:140:140/0*_oO2Qj0KZJCJxWNu
android
Understanding and Implementing Navigation Components Jetpack Compose in Application | Part 1 Hello everyone, this is my first time writing an article on this platform. As I have recently become interested in learning Jetpack Compose, and the journey is begin. I am attempting to document what I have learned. Introduction Jetpack Compose is a modern toolkit for building Android user interfaces (UI). Jetpack… android
Understanding Implementing Navigation Components Jetpack Compose Application Part 1 Hello everyone first time writing article platform recently become interested learning Jetpack Compose journey begin attempting document learned Introduction Jetpack Compose modern toolkit building Android user interface UI Jetpack… android
7,964
Making grid items’ size identical using SubcomposeLayout in Jetpack Compose
While working on an android project, one of its features is a vertical grid that displays items with expiration dates. Each item’s width and height may vary depending on its content and allowed space. Take a look at the image below.
https://medium.com/@kurtlemond/making-grid-items-size-identical-using-subcomposelayout-in-jetpack-compose-d0249f033d16?source=topics_v2---------15-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…oH4puPKI-Zg.jpeg
android
Making grid items’ size identical using SubcomposeLayout in Jetpack Compose While working on an android project, one of its features is a vertical grid that displays items with expiration dates. Each item’s width and height may vary depending on its content and allowed space. Take a look at the image below. android
Making grid items’ size identical using SubcomposeLayout Jetpack Compose working android project one feature vertical grid display item expiration date item’s width height may vary depending content allowed space Take look image android
7,965
Android FragmentTransaction different commit methods
In Android, when adding or replacing fragments, we use FragmentTransaction. The following are the different methods available in FragmentTransaction: commit(): This method schedules the FragmentTransaction to be executed asynchronously on the main thread as soon as the thread is able to do so. It adds the transaction to the back…
https://medium.com/@manuchekhrdev/android-fragmenttransaction-different-commit-methods-5503d63f03a8?source=topics_v2---------16-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Android FragmentTransaction different commit methods In Android, when adding or replacing fragments, we use FragmentTransaction. The following are the different methods available in FragmentTransaction: commit(): This method schedules the FragmentTransaction to be executed asynchronously on the main thread as soon as the thread is able to do so. It adds the transaction to the back… android
Android FragmentTransaction different commit method Android adding replacing fragment use FragmentTransaction following different method available FragmentTransaction commit method schedule FragmentTransaction executed asynchronously main thread soon thread able add transaction back… android
7,966
Data Binding Fundamentals — Android Kotlin
Android Kotlin is a powerful tool used for developing mobile applications. One of the most significant features of Android Kotlin is Data Binding. Data Binding is a technique used to link UI components in an XML layout with data sources, such as variables or model classes. What is Data Binding? Data Binding is a…
https://medium.com/@ibrahimcanerdogan/data-binding-fundamentals-android-kotlin-7a69f775554b?source=topics_v2---------17-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/v2/resize:fill:140:140/0*DQd-Kh3HbefYKrmn
android
Data Binding Fundamentals — Android Kotlin Android Kotlin is a powerful tool used for developing mobile applications. One of the most significant features of Android Kotlin is Data Binding. Data Binding is a technique used to link UI components in an XML layout with data sources, such as variables or model classes. What is Data Binding? Data Binding is a… android
Data Binding Fundamentals — Android Kotlin Android Kotlin powerful tool used developing mobile application One significant feature Android Kotlin Data Binding Data Binding technique used link UI component XML layout data source variable model class Data Binding Data Binding a… android
7,967
Android studio, state with compose(composition)
!This note is written as self-study-note. There could be mistakes, errors. Composition The Composition is a description of the UI built by Compose when it executes composables. Compose can be simply thought of as UI component. UI interacts with user, and therfore can hold data from user. …
https://medium.com/@parkdong1015/android-studio-state-with-compose-composition-778a4517877c?source=topics_v2---------18-84--------------------d708a223_db8d_4d49_8378_6015f2c029a5-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Android studio, state with compose(composition) !This note is written as self-study-note. There could be mistakes, errors. Composition The Composition is a description of the UI built by Compose when it executes composables. Compose can be simply thought of as UI component. UI interacts with user, and therfore can hold data from user. … android
Android studio state composecomposition note written selfstudynote could mistake error Composition Composition description UI built Compose executes composables Compose simply thought UI component UI interacts user therfore hold data user … android
7,968
Implementing Truecaller SDK in Android — A Guide for Beginners
Truecaller have one of the best SDK’s for Login. It allows users to login into any app via a single click. It’s smooth and reliable. In this blog I will try to write down about how I implemented the Truecaller SDK in one of the apps and the issues I…
https://medium.com/@raghib.khan76/implementing-truecaller-sdk-in-android-a-guide-for-begin-4f26996b2bbc?source=topics_v2---------19-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/v2/resize:fill:140:140/0*5Y8FoBjxnVQWKGp9
android
Implementing Truecaller SDK in Android — A Guide for Beginners Truecaller have one of the best SDK’s for Login. It allows users to login into any app via a single click. It’s smooth and reliable. In this blog I will try to write down about how I implemented the Truecaller SDK in one of the apps and the issues I… android
Implementing Truecaller SDK Android — Guide Beginners Truecaller one best SDK’s Login allows user login app via single click It’s smooth reliable blog try write implemented Truecaller SDK one apps issue I… android
7,969
Kotlin Multiplatform Mobile (KMM) and Why Is the Best Mobile Hybrid Technology
My experience on Kotlin Multiplatform Mobile (KMM) after 6 months using it in a professional app — Kotlin Multiplatform Mobile (from now on, KMM), it's a new framework to develop hybrid mobile apps. In the current space, we already had React Native, Xamarin or Flutter, where the developer with just one codebase could release a mobile app for iOS, Android and even the web. This of course…
https://medium.com/gitconnected/kotlin-multiplatform-mobile-kmm-and-why-is-the-best-mobile-hybrid-technology-3eb6bcf2eeb1?source=topics_v2---------20-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…5G7tpPQ4gSg.jpeg
android
Kotlin Multiplatform Mobile (KMM) and Why Is the Best Mobile Hybrid Technology My experience on Kotlin Multiplatform Mobile (KMM) after 6 months using it in a professional app — Kotlin Multiplatform Mobile (from now on, KMM), it's a new framework to develop hybrid mobile apps. In the current space, we already had React Native, Xamarin or Flutter, where the developer with just one codebase could release a mobile app for iOS, Android and even the web. This of course… android
Kotlin Multiplatform Mobile KMM Best Mobile Hybrid Technology experience Kotlin Multiplatform Mobile KMM 6 month using professional app — Kotlin Multiplatform Mobile KMM new framework develop hybrid mobile apps current space already React Native Xamarin Flutter developer one codebase could release mobile app iOS Android even web course… android
7,970
Kotlin Objects and the Singleton Pattern: Exploring the Benefits of This Powerful Design Pattern
Welcome, fellow Kotlin enthusiasts! In this post, we’re going to take a deep dive into one of the most interesting and powerful features of Kotlin programming: Objects! In Kotlin, the keyword object is used to define a singleton object. A singleton object is an object that can only have one…
https://medium.com/@adventures92/kotlin-objects-and-the-singleton-pattern-exploring-the-benefits-of-this-powerful-design-pattern-2acace56957f?source=topics_v2---------21-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…iNmot-hc5-Lw.png
android
Kotlin Objects and the Singleton Pattern: Exploring the Benefits of This Powerful Design Pattern Welcome, fellow Kotlin enthusiasts! In this post, we’re going to take a deep dive into one of the most interesting and powerful features of Kotlin programming: Objects! In Kotlin, the keyword object is used to define a singleton object. A singleton object is an object that can only have one… android
Kotlin Objects Singleton Pattern Exploring Benefits Powerful Design Pattern Welcome fellow Kotlin enthusiast post we’re going take deep dive one interesting powerful feature Kotlin programming Objects Kotlin keyword object used define singleton object singleton object object one… android
7,971
Before becoming a CPR Recorder
Inspiration The app was created because the developer wanted to make something that could help others during a time when they had some free time. They spoke to a doctor friend about whether there was anything they could create to help in case of an emergency and found out that normally…
https://medium.com/@annchar/before-becoming-a-cpr-recorder-721b387a32dd?source=topics_v2---------22-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…lhpXPBvQ7Vg.jpeg
android
Before becoming a CPR Recorder Inspiration The app was created because the developer wanted to make something that could help others during a time when they had some free time. They spoke to a doctor friend about whether there was anything they could create to help in case of an emergency and found out that normally… android
becoming CPR Recorder Inspiration app created developer wanted make something could help others time free time spoke doctor friend whether anything could create help case emergency found normally… android
7,972
Use Retrofit to call ChatGPT API “gpt-3.5-turbo” in Android Studio
ChatGPT is built on OpenAI’s GPT 3.5 model, and the APIs that OpenAI released are based on the company’s GPT 3.5 Turbo model, which is identical to the current ChatGPT model. In this shot article I show you how to call the “gpt-3.5-turbo” model through Retrofit in Android, this is…
https://medium.com/@annie-tang/use-retrofit-to-call-chatgpt-api-gpt-3-5-turbo-in-android-studio-1cdc42f99e23?source=topics_v2---------23-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…0WBM_cMRO_Bw.png
android
Use Retrofit to call ChatGPT API “gpt-3.5-turbo” in Android Studio ChatGPT is built on OpenAI’s GPT 3.5 model, and the APIs that OpenAI released are based on the company’s GPT 3.5 Turbo model, which is identical to the current ChatGPT model. In this shot article I show you how to call the “gpt-3.5-turbo” model through Retrofit in Android, this is… android
Use Retrofit call ChatGPT API “gpt35turbo” Android Studio ChatGPT built OpenAI’s GPT 35 model APIs OpenAI released based company’s GPT 35 Turbo model identical current ChatGPT model shot article show call “gpt35turbo” model Retrofit Android is… android
7,973
Warning to Pixel 6 users using Android 13 Developer Preview
Have you ever wished an update could solve all your annoying problems with your Pixel 6 or Pixel 6 Pro? Well, it seems Google is working on a solution to improve your device’s fingerprint sensor, battery life, Wi-Fi connectivity, wireless charging, and Bluetooth connection. But there’s a catch. Google’s Feature Drop beta program Google has…
https://medium.com/@myelectricsparks3306/warning-to-pixel-6-users-using-android-13-developer-preview-21b733c4a6fb?source=topics_v2---------24-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…2fX7DgAnzO4Q.png
android
Warning to Pixel 6 users using Android 13 Developer Preview Have you ever wished an update could solve all your annoying problems with your Pixel 6 or Pixel 6 Pro? Well, it seems Google is working on a solution to improve your device’s fingerprint sensor, battery life, Wi-Fi connectivity, wireless charging, and Bluetooth connection. But there’s a catch. Google’s Feature Drop beta program Google has… android
Warning Pixel 6 user using Android 13 Developer Preview ever wished update could solve annoying problem Pixel 6 Pixel 6 Pro Well seems Google working solution improve device’s fingerprint sensor battery life WiFi connectivity wireless charging Bluetooth connection there’s catch Google’s Feature Drop beta program Google has… android
7,974
Dynamic Mobile Apps
Is your mobile architecture preventing innovation, causing delays due to an overwhelming complexity? Are there parts of your codebase everyone is afraid of? Is your development process too convoluted leaving little space for continuous improvements? If you answer “Yes” to any of these questions, keep reading. These series of articles…
https://medium.com/dynamic-content/dynamic-mobile-apps-b727f946aa14?source=topics_v2---------25-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Dynamic Mobile Apps Is your mobile architecture preventing innovation, causing delays due to an overwhelming complexity? Are there parts of your codebase everyone is afraid of? Is your development process too convoluted leaving little space for continuous improvements? If you answer “Yes” to any of these questions, keep reading. These series of articles… android
Dynamic Mobile Apps mobile architecture preventing innovation causing delay due overwhelming complexity part codebase everyone afraid development process convoluted leaving little space continuous improvement answer “Yes” question keep reading series articles… android
7,975
Develop Android Framework by 「Gateway」
Premise:your source code is on the server and connected via ssh,「Gateway」 is a remote development tool. Advantages: It is as smooth as developing a normal app on IDEA. Disadvantage: You can’t keep the position of your code after disconnecting, it will be relocated to the beginning. First,use ToolBox by Jetbrains…
https://medium.com/@mikaelzero/develop-android-framework-by-gateway-a989385172b5?source=topics_v2---------26-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…kVeCbcIcVtGH.png
android
Develop Android Framework by 「Gateway」 Premise:your source code is on the server and connected via ssh,「Gateway」 is a remote development tool. Advantages: It is as smooth as developing a normal app on IDEA. Disadvantage: You can’t keep the position of your code after disconnecting, it will be relocated to the beginning. First,use ToolBox by Jetbrains… android
Develop Android Framework 「Gateway」 Premiseyour source code server connected via ssh「Gateway」 remote development tool Advantages smooth developing normal app IDEA Disadvantage can’t keep position code disconnecting relocated beginning Firstuse ToolBox Jetbrains… android
7,976
Retrofit with Twilio SMS API in Android App with Java.
How to Use Twilio with Retrofit to Send SMS Messages in Android and how to fix "No static field INSTANCE of type Lorg/apache/http/conn/ssl AllowAllHostnameVerifier" error in Retrofit and Twilio If you're working with Retrofit and Twilio in your Android app, you might encounter the following error: No static field INSTANCE…
https://medium.com/@berhab.zakarya.dz/retrofit-with-twilio-sms-api-in-android-app-with-java-5fdf4d15d46f?source=topics_v2---------27-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…K3cGyVoHR6Qw.png
android
Retrofit with Twilio SMS API in Android App with Java. How to Use Twilio with Retrofit to Send SMS Messages in Android and how to fix "No static field INSTANCE of type Lorg/apache/http/conn/ssl AllowAllHostnameVerifier" error in Retrofit and Twilio If you're working with Retrofit and Twilio in your Android app, you might encounter the following error: No static field INSTANCE… android
Retrofit Twilio SMS API Android App Java Use Twilio Retrofit Send SMS Messages Android fix static field INSTANCE type Lorgapachehttpconnssl AllowAllHostnameVerifier error Retrofit Twilio youre working Retrofit Twilio Android app might encounter following error static field INSTANCE… android
7,977
Provider — Placement
This article is the second in the “Provider” article series that discusses the placing of the Provider pattern in the app’s widget-tree. The background After answering questions — What is Provider?, Why Provider? in the first article of the “Provider” series ; I will make an attempt to answer other enthusiastic questions…
https://medium.com/devtechie/provider-placement-613805aab3e3?source=topics_v2---------28-84--------------------b734d36f_1419_4f15_9915_d6a545f02dec-------17
https://miro.medium.com/…3dlNaAQwrCZg.png
android
Provider — Placement This article is the second in the “Provider” article series that discusses the placing of the Provider pattern in the app’s widget-tree. The background After answering questions — What is Provider?, Why Provider? in the first article of the “Provider” series ; I will make an attempt to answer other enthusiastic questions… android
Provider — Placement article second “Provider” article series discus placing Provider pattern app’s widgettree background answering question — Provider Provider first article “Provider” series make attempt answer enthusiastic questions… android
7,978
Reverse engineering an Android app
INTRODUCTION In this post we’ll see how to reverse engineer Android app’s to inspect and document their communication with a remote server via HTTP calls. …
https://medium.com/@rene-manqueros/reverse-engineering-an-android-app-40996ab29122?source=topics_v2---------29-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…mWytfqYdic6Q.png
android
Reverse engineering an Android app INTRODUCTION In this post we’ll see how to reverse engineer Android app’s to inspect and document their communication with a remote server via HTTP calls. … android
Reverse engineering Android app INTRODUCTION post we’ll see reverse engineer Android app’s inspect document communication remote server via HTTP call … android
7,979
Play any sound in an Android or iOS app with JUCE (2/3)
This article is a follow up of the previous article, that you can find here. In the first part, we managed to create, code and export our C++ JUCE library for both Android and iOS. Now it’s time to implement that library in an Android or iOS app. Again, there…
https://medium.com/@mregnauld/play-any-sound-in-an-android-or-ios-app-with-juce-2-3-a540aab4ac48?source=topics_v2---------30-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…73_Tn4a2dFhg.png
android
Play any sound in an Android or iOS app with JUCE (2/3) This article is a follow up of the previous article, that you can find here. In the first part, we managed to create, code and export our C++ JUCE library for both Android and iOS. Now it’s time to implement that library in an Android or iOS app. Again, there… android
Play sound Android iOS app JUCE 23 article follow previous article find first part managed create code export C JUCE library Android iOS it’s time implement library Android iOS app there… android
7,980
The iPhone — Notifications
I chose notifications as the first topic to cover because they impact my life in the real world the most. Notifications are how I know when somebody reaches out to me and serve as reminders of places I need to go and things I need to do. Most of the…
https://medium.com/@gpeal/the-iphone-notifications-589e66a3576c?source=topics_v2---------31-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Notifications I chose notifications as the first topic to cover because they impact my life in the real world the most. Notifications are how I know when somebody reaches out to me and serve as reminders of places I need to go and things I need to do. Most of the… android
iPhone — Notifications chose notification first topic cover impact life real world Notifications know somebody reach serve reminder place need go thing need the… android
7,981
minSdk vs targetSdk vs compileSdk
What is the difference between minSdk, targetSdk and compileSdk in your build Gradle script? — Let’s have a look at what minSdk, targetSdk and compileSdk really means in build.gradle script. android { compileSdk 32 defaultConfig { /*...*/ minSdk 21 targetSdk 32 /*...*/ } } minSdk — What is the minimum API Level required for the app to run?
https://medium.com/@vtsen/minsdk-vs-targetsdk-vs-compilesdk-6fa840b78cd8?source=topics_v2---------32-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/v2/resize:fill:140:140/0*s_F8qMu_BBQugTm9
android
minSdk vs targetSdk vs compileSdk What is the difference between minSdk, targetSdk and compileSdk in your build Gradle script? — Let’s have a look at what minSdk, targetSdk and compileSdk really means in build.gradle script. android { compileSdk 32 defaultConfig { /*...*/ minSdk 21 targetSdk 32 /*...*/ } } minSdk — What is the minimum API Level required for the app to run? android
minSdk v targetSdk v compileSdk difference minSdk targetSdk compileSdk build Gradle script — Let’s look minSdk targetSdk compileSdk really mean buildgradle script android compileSdk 32 defaultConfig minSdk 21 targetSdk 32 minSdk — minimum API Level required app run android
7,982
Live Template Wizard: Crafting Android Code with Ease
If you’re a developer, you might have noticed that you end up doing certain tasks repeatedly ( such as creating ViewModel, Activity, Fragment and etc.) This can be as simple as creating a function or building a commonly used structure. Doing these tasks repeatedly can be tiring. Live templates come…
https://medium.com/@thawzintoe/live-template-wizard-crafting-android-code-with-ease-43275224faee?source=topics_v2---------33-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…OUrjqYereGQA.png
android
Live Template Wizard: Crafting Android Code with Ease If you’re a developer, you might have noticed that you end up doing certain tasks repeatedly ( such as creating ViewModel, Activity, Fragment and etc.) This can be as simple as creating a function or building a commonly used structure. Doing these tasks repeatedly can be tiring. Live templates come… android
Live Template Wizard Crafting Android Code Ease you’re developer might noticed end certain task repeatedly creating ViewModel Activity Fragment etc simple creating function building commonly used structure task repeatedly tiring Live template come… android
7,983
The TRUTH About Smartphone Reviews
All is not what it seems… — “I thought he switched to the pixel 7 pro <sic>, then the fold 4 <sic>. How many times can you switch?” “Come on mate, you have done this switching to android <sic> from iPhone so many times now just with different androids <sic>.” To be fair, I got off fairly…
https://medium.com/macoclock/the-truth-about-smartphone-reviews-a1a425e74bae?source=topics_v2---------34-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…jHYT1KxobwGw.png
android
The TRUTH About Smartphone Reviews All is not what it seems… — “I thought he switched to the pixel 7 pro <sic>, then the fold 4 <sic>. How many times can you switch?” “Come on mate, you have done this switching to android <sic> from iPhone so many times now just with different androids <sic>.” To be fair, I got off fairly… android
TRUTH Smartphone Reviews seems… — “I thought switched pixel 7 pro sic fold 4 sic many time switch” “Come mate done switching android sic iPhone many time different android sic” fair got fairly… android
7,984
Play any sound in an Android or iOS app with JUCE (1/3)
Dealing with sound in a mobile app is a full time job by itself. There are plenty of solutions, going from basic but limited ones to more versatile ones that are often a burden to implement, especially when the documentation is poor or almost non-existent. Story of my life I worked for quite a…
https://medium.com/@mregnauld/play-any-sound-in-an-android-or-ios-app-with-juce-3f03b1a7238c?source=topics_v2---------35-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…XrKzNF2oA8Mw.png
android
Play any sound in an Android or iOS app with JUCE (1/3) Dealing with sound in a mobile app is a full time job by itself. There are plenty of solutions, going from basic but limited ones to more versatile ones that are often a burden to implement, especially when the documentation is poor or almost non-existent. Story of my life I worked for quite a… android
Play sound Android iOS app JUCE 13 Dealing sound mobile app full time job plenty solution going basic limited one versatile one often burden implement especially documentation poor almost nonexistent Story life worked quite a… android
7,985
Dynamic Island on Android Phone
A step-by-step guide for getting Dynamic Island on an Android phone — Since Apple introduced a feature called Dynamic Island in their iPhone 14 Pro model, many Android developers are making this feature their own. You will already find several apps on the Play Store that bring this fun and functional feature to Android phones. One of the apps we found quite…
https://medium.com/the-modern-scientist/dynamic-island-on-android-phone-d0a6b47bc61e?source=topics_v2---------36-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/v2/resize:fill:140:140/0*O8qeQtvd5XuUjRM9
android
Dynamic Island on Android Phone A step-by-step guide for getting Dynamic Island on an Android phone — Since Apple introduced a feature called Dynamic Island in their iPhone 14 Pro model, many Android developers are making this feature their own. You will already find several apps on the Play Store that bring this fun and functional feature to Android phones. One of the apps we found quite… android
Dynamic Island Android Phone stepbystep guide getting Dynamic Island Android phone — Since Apple introduced feature called Dynamic Island iPhone 14 Pro model many Android developer making feature already find several apps Play Store bring fun functional feature Android phone One apps found quite… android
7,986
Android — The Cool Bits
Simply comparing what exists in iOS to Android will inevitably leave out a few things. There are some things on Android that don’t have a direct parallel on iOS. App Dialer
https://medium.com/@gpeal/android-the-cool-bits-ca216cade446?source=topics_v2---------37-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
Android — The Cool Bits Simply comparing what exists in iOS to Android will inevitably leave out a few things. There are some things on Android that don’t have a direct parallel on iOS. App Dialer android
Android — Cool Bits Simply comparing exists iOS Android inevitably leave thing thing Android don’t direct parallel iOS App Dialer android
7,987
The iPhone — iMessage and Keyboard
iMessage/SMS Many iPhone vs Android discussions start and end with iMessage. It’s a very valid reason to stick with the iPhone but it makes for a very uninteresting comparison. As a result, I’m going to touch on it but then move on to more interesting things. I live in the United…
https://medium.com/@gpeal/the-iphone-imessage-and-keyboard-60bd75e5978e?source=topics_v2---------38-84--------------------bcb86e63_fe60_49f1_9c0b_7ddad31846d1-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — iMessage and Keyboard iMessage/SMS Many iPhone vs Android discussions start and end with iMessage. It’s a very valid reason to stick with the iPhone but it makes for a very uninteresting comparison. As a result, I’m going to touch on it but then move on to more interesting things. I live in the United… android
iPhone — iMessage Keyboard iMessageSMS Many iPhone v Android discussion start end iMessage It’s valid reason stick iPhone make uninteresting comparison result I’m going touch move interesting thing live United… android
7,988
Introduction to Android Work Manager
As a developer, you might have to perform some operations in your app that take a long time to complete or need to be executed at a specific time, even if your app is not currently running. For example, sending notifications or syncing data with a server. …
https://medium.com/@tmehta813/introduction-to-android-work-manager-6713d7420b00?source=topics_v2---------39-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…y2onmf7ylS4w.gif
android
Introduction to Android Work Manager As a developer, you might have to perform some operations in your app that take a long time to complete or need to be executed at a specific time, even if your app is not currently running. For example, sending notifications or syncing data with a server. … android
Introduction Android Work Manager developer might perform operation app take long time complete need executed specific time even app currently running example sending notification syncing data server … android
7,989
Android development guide for beginners
Android development can be a challenging but rewarding process. With over 2.5 billion active devices, Android is the most widely used mobile operating system in the world. If you’re interested in learning how to develop Android apps, this guide will provide you with the basic steps you need to get…
https://medium.com/@tmehta813/android-development-guide-for-beginners-b706aa1dd5c2?source=topics_v2---------40-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…WiPbk0HZJ-sA.gif
android
Android development guide for beginners Android development can be a challenging but rewarding process. With over 2.5 billion active devices, Android is the most widely used mobile operating system in the world. If you’re interested in learning how to develop Android apps, this guide will provide you with the basic steps you need to get… android
Android development guide beginner Android development challenging rewarding process 25 billion active device Android widely used mobile operating system world you’re interested learning develop Android apps guide provide basic step need get… android
7,990
The iPhone — Conclusion
The decision to use Android or iOS is highly personal. For you, iMessage may be a strong enough reason to stay on iOS on its own. Or maybe, the functionality of Android is enough to keep you on Android. Thankfully, both platforms are competent and pretty similar in terms of…
https://medium.com/@gpeal/the-iphone-conclusion-82c3df603377?source=topics_v2---------41-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Conclusion The decision to use Android or iOS is highly personal. For you, iMessage may be a strong enough reason to stay on iOS on its own. Or maybe, the functionality of Android is enough to keep you on Android. Thankfully, both platforms are competent and pretty similar in terms of… android
iPhone — Conclusion decision use Android iOS highly personal iMessage may strong enough reason stay iOS maybe functionality Android enough keep Android Thankfully platform competent pretty similar term of… android
7,991
Building UI’s with Jetpack Compose
Hello, So in this Article I’ll be elaborating about Building UI’s with Jetpack compose in continuation of my very first article. If you’ve gone through the first article then you’re good to go, Else, click here to have a goodread on it. In Jetpack Compose, you create UI components using…
https://medium.com/@4get.prakhar/building-uis-with-jetpack-compose-3a6dd28d2135?source=topics_v2---------42-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Building UI’s with Jetpack Compose Hello, So in this Article I’ll be elaborating about Building UI’s with Jetpack compose in continuation of my very first article. If you’ve gone through the first article then you’re good to go, Else, click here to have a goodread on it. In Jetpack Compose, you create UI components using… android
Building UI’s Jetpack Compose Hello Article I’ll elaborating Building UI’s Jetpack compose continuation first article you’ve gone first article you’re good go Else click goodread Jetpack Compose create UI component using… android
7,992
How to Create a Button in Java Android Programmatically
If you’re building an Android app and want to create a button programmatically instead of using XML, you can do so easily in Java. In this tutorial, we’ll show you how to create a button programmatically in Java for Android, and how to use it instead of XML (Although not…
https://medium.com/@mehmetnurAbak/how-to-create-a-button-in-java-android-programmatically-a6cf0eae1027?source=topics_v2---------43-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…Kmy6NIzqYaQ.jpeg
android
How to Create a Button in Java Android Programmatically If you’re building an Android app and want to create a button programmatically instead of using XML, you can do so easily in Java. In this tutorial, we’ll show you how to create a button programmatically in Java for Android, and how to use it instead of XML (Although not… android
Create Button Java Android Programmatically you’re building Android app want create button programmatically instead using XML easily Java tutorial we’ll show create button programmatically Java Android use instead XML Although not… android
7,993
The iPhone — Navigation, iOS, and the Walled Garden
Navigation Overall, Navigation on iOS is a mixed bag that I generally find more cumbersome than on Android. Back button On Android, you can swipe from either edge of the screen to go back. It works anywhere and no matter which hand you’re holding your phone with. Navigation blocked during animations Sometimes, I just want to mark…
https://medium.com/@gpeal/the-iphone-navigation-ios-and-the-walled-garden-7e85cef0eed3?source=topics_v2---------44-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Navigation, iOS, and the Walled Garden Navigation Overall, Navigation on iOS is a mixed bag that I generally find more cumbersome than on Android. Back button On Android, you can swipe from either edge of the screen to go back. It works anywhere and no matter which hand you’re holding your phone with. Navigation blocked during animations Sometimes, I just want to mark… android
iPhone — Navigation iOS Walled Garden Navigation Overall Navigation iOS mixed bag generally find cumbersome Android Back button Android swipe either edge screen go back work anywhere matter hand you’re holding phone Navigation blocked animation Sometimes want mark… android
7,994
The iPhone — Other Apps
Chrome and Safari I use Chrome on my laptop and Android phones but I decided to try mobile Safari. Bottom Bar I have to admit, I am a fan of the controversial bottom bar on iOS. I generally find it to be intuitive and easy to use with one hand. I actually miss this now…
https://medium.com/@gpeal/the-iphone-other-apps-9fefded7b1e0?source=topics_v2---------45-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Other Apps Chrome and Safari I use Chrome on my laptop and Android phones but I decided to try mobile Safari. Bottom Bar I have to admit, I am a fan of the controversial bottom bar on iOS. I generally find it to be intuitive and easy to use with one hand. I actually miss this now… android
iPhone — Apps Chrome Safari use Chrome laptop Android phone decided try mobile Safari Bottom Bar admit fan controversial bottom bar iOS generally find intuitive easy use one hand actually miss now… android
7,995
Cleanest way to manage runtime permissions in android.
Runtime permissions are one of the most common and at the same time most challenging topic in android. In this article I am gonna solve this puzzle. An ideal permission manager should be able to perform following tasks in a clean way. It should request appropriate permissions as per android…
https://medium.com/@thekoolsk/cleanest-way-to-manage-runtime-permissions-in-android-45225f46419b?source=topics_v2---------46-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…Tz3uvMo8Tyg.jpeg
android
Cleanest way to manage runtime permissions in android. Runtime permissions are one of the most common and at the same time most challenging topic in android. In this article I am gonna solve this puzzle. An ideal permission manager should be able to perform following tasks in a clean way. It should request appropriate permissions as per android… android
Cleanest way manage runtime permission android Runtime permission one common time challenging topic android article gonna solve puzzle ideal permission manager able perform following task clean way request appropriate permission per android… android
7,996
The Idea of CTRL + F in Real Life
I love shortcuts, you love shortcuts, everybody loves shortcuts. Computer technology has a critical role in our daily life. Imagine how the world today would look like if computers got vanished for some reason. What would you be doing without your phone, laptop, smartwatch and other smart gadgets? …
https://medium.com/@ahmadsalman145/the-idea-of-ctrl-f-in-real-life-bc9f9d88ec78?source=topics_v2---------47-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/v2/resize:fill:140:140/0*nUZZU71Mc-Doowb7
android
The Idea of CTRL + F in Real Life I love shortcuts, you love shortcuts, everybody loves shortcuts. Computer technology has a critical role in our daily life. Imagine how the world today would look like if computers got vanished for some reason. What would you be doing without your phone, laptop, smartwatch and other smart gadgets? … android
Idea CTRL F Real Life love shortcut love shortcut everybody love shortcut Computer technology critical role daily life Imagine world today would look like computer got vanished reason would without phone laptop smartwatch smart gadget … android
7,997
Dagger-Hilt Annotations Usages — Scope annotations, Predefined bindings, and qualifiers
Hilt is integrated with Jetpack libraries and Android framework classes and removes most of that boilerplate to let you focus on just the important parts of defining and injecting bindings without worrying about managing all of the Dagger setup and wiring. It automatically generates and provides: Scope annotations for the…
https://medium.com/@mohamed-g1/dagger-hilt-annotations-usages-scope-annotations-predefined-bindings-and-qualifiers-78c8e591f799?source=topics_v2---------48-84--------------------704fd335_b38b_478f_94ba_aa392ab7284c-------17
https://miro.medium.com/…DkhCeiqi0X4g.png
android
Dagger-Hilt Annotations Usages — Scope annotations, Predefined bindings, and qualifiers Hilt is integrated with Jetpack libraries and Android framework classes and removes most of that boilerplate to let you focus on just the important parts of defining and injecting bindings without worrying about managing all of the Dagger setup and wiring. It automatically generates and provides: Scope annotations for the… android
DaggerHilt Annotations Usages — Scope annotation Predefined binding qualifier Hilt integrated Jetpack library Android framework class remove boilerplate let focus important part defining injecting binding without worrying managing Dagger setup wiring automatically generates provides Scope annotation the… android
7,998
A sad song about homebrew DRM
Some time ago I spotted a pretty unknown app that had some books that I wanted to get. All of them were free, so I thought, jackpot. The app itself had a website, the catalogue was online but the download button redirected me to the app. So I download it…
https://medium.com/@myyc/a-sad-song-about-homebrew-drm-44749507315?source=topics_v2---------49-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
A sad song about homebrew DRM Some time ago I spotted a pretty unknown app that had some books that I wanted to get. All of them were free, so I thought, jackpot. The app itself had a website, the catalogue was online but the download button redirected me to the app. So I download it… android
sad song homebrew DRM time ago spotted pretty unknown app book wanted get free thought jackpot app website catalogue online download button redirected app download it… android
7,999
Dynamic Content Strategy
Previous: Dynamic Mobile Apps Dynamic content consists of building entire modules and screens on-the-fly, without having to define static resources to describe the UI, and even behaviors → event / error handling. This is not something new. In the old days using imperative UI programming made this somewhat difficult, but…
https://medium.com/dynamic-content/dynamic-content-strategy-d824570b7302?source=topics_v2---------50-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Dynamic Content Strategy Previous: Dynamic Mobile Apps Dynamic content consists of building entire modules and screens on-the-fly, without having to define static resources to describe the UI, and even behaviors → event / error handling. This is not something new. In the old days using imperative UI programming made this somewhat difficult, but… android
Dynamic Content Strategy Previous Dynamic Mobile Apps Dynamic content consists building entire module screen onthefly without define static resource describe UI even behavior → event error handling something new old day using imperative UI programming made somewhat difficult but… android
8,000
“Preventing Memory Leaks in LiveData: Best Practices for Android Developers”
Memory leaks in LiveData can occur when the observer is not properly removed after it is no longer needed. LiveData is an observable data holder that is lifecycle-aware, meaning it automatically manages subscriptions to data changes and removes them when they are no longer needed. However, if the observer is…
https://medium.com/@abhikumar9605/preventing-memory-leaks-in-livedata-best-practices-for-android-developers-6d131b738932?source=topics_v2---------51-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
“Preventing Memory Leaks in LiveData: Best Practices for Android Developers” Memory leaks in LiveData can occur when the observer is not properly removed after it is no longer needed. LiveData is an observable data holder that is lifecycle-aware, meaning it automatically manages subscriptions to data changes and removes them when they are no longer needed. However, if the observer is… android
“Preventing Memory Leaks LiveData Best Practices Android Developers” Memory leak LiveData occur observer properly removed longer needed LiveData observable data holder lifecycleaware meaning automatically manages subscription data change remove longer needed However observer is… android
8,001
10 ideas to reduce your APK size [Part II]
Less is More: A Comprehensive Guide to Reducing APK Size and Optimizing Your Android App’s User Experience — In this series of 3 articles, we will explore some ideas to minimize your app’s download and install size. This is the second part of the 10 ideas to reduce your APK size series. You can read Part I here. Part III will be published soon. You can follow me…
https://medium.com/dipien/10-ideas-to-reduce-your-apk-size-part-ii-12db7dec431f?source=topics_v2---------52-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…udGSWoG-Lsg.jpeg
android
10 ideas to reduce your APK size [Part II] Less is More: A Comprehensive Guide to Reducing APK Size and Optimizing Your Android App’s User Experience — In this series of 3 articles, we will explore some ideas to minimize your app’s download and install size. This is the second part of the 10 ideas to reduce your APK size series. You can read Part I here. Part III will be published soon. You can follow me… android
10 idea reduce APK size Part II Less Comprehensive Guide Reducing APK Size Optimizing Android App’s User Experience — series 3 article explore idea minimize app’s download install size second part 10 idea reduce APK size series read Part Part III published soon follow me… android
8,002
The iPhone — Hardware and Camera
Hardware/Camera My experience with the iPhone 14 hardware has been a mixed bag Battery life Battery life on the iPhone 14 Pro (non-max) has been very good but it hasn’t blown me away either. On an average day, I didn’t have to think about battery life at all which is fantastic. However, I…
https://medium.com/@gpeal/the-iphone-hardware-and-camera-45a4f9f745ab?source=topics_v2---------53-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…X1p6k0lxDLg.jpeg
android
The iPhone — Hardware and Camera Hardware/Camera My experience with the iPhone 14 hardware has been a mixed bag Battery life Battery life on the iPhone 14 Pro (non-max) has been very good but it hasn’t blown me away either. On an average day, I didn’t have to think about battery life at all which is fantastic. However, I… android
iPhone — Hardware Camera HardwareCamera experience iPhone 14 hardware mixed bag Battery life Battery life iPhone 14 Pro nonmax good hasn’t blown away either average day didn’t think battery life fantastic However I… android
8,003
Vivaldi for Chrome OS Review
Another Mobile Browser Goes Big — In the Android space, it’s increasingly common to find mobile browsers with tablet support, with some even having ChromeOS optimizations. There are some less than obvious benefits to using an Android browser on a Chromebook (Chrome is in the name, duh), but they can come in handy. Vivaldi for Android…
https://medium.com/chrome-o-xperts/vivaldi-for-chrome-os-review-3f4da3be5fc3?source=topics_v2---------54-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…QM79WHScAo0y.png
android
Vivaldi for Chrome OS Review Another Mobile Browser Goes Big — In the Android space, it’s increasingly common to find mobile browsers with tablet support, with some even having ChromeOS optimizations. There are some less than obvious benefits to using an Android browser on a Chromebook (Chrome is in the name, duh), but they can come in handy. Vivaldi for Android… android
Vivaldi Chrome OS Review Another Mobile Browser Goes Big — Android space it’s increasingly common find mobile browser tablet support even ChromeOS optimization le obvious benefit using Android browser Chromebook Chrome name duh come handy Vivaldi Android… android
8,004
Top 20 Companies for Android App Development in 2023
Have you thought about creating a mobile app in consideration of the app demand opportunity? Then, you must have attempted to research the best app development companies to connect with the best one. As the world continues to embrace mobile technology, the demand for Android app development has never been…
https://medium.com/@pairroxztechnologies/top-20-companies-for-android-app-development-in-2023-308e391b05bb?source=topics_v2---------55-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…bcQ2Xiaenxag.png
android
Top 20 Companies for Android App Development in 2023 Have you thought about creating a mobile app in consideration of the app demand opportunity? Then, you must have attempted to research the best app development companies to connect with the best one. As the world continues to embrace mobile technology, the demand for Android app development has never been… android
Top 20 Companies Android App Development 2023 thought creating mobile app consideration app demand opportunity must attempted research best app development company connect best one world continues embrace mobile technology demand Android app development never been… android
8,005
Flutter Firebase Android Integration
Hello, As you know, Firebase has an important position in the mobile world. In this article, I will explain how to save a Flutter project to Firebase. I can be very excited as this is the first topic I write about. :)
https://medium.com/@sameetdmr/flutter-firebase-android-integration-fafddde88c08?source=topics_v2---------56-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…c0vN-z_qqijw.png
android
Flutter Firebase Android Integration Hello, As you know, Firebase has an important position in the mobile world. In this article, I will explain how to save a Flutter project to Firebase. I can be very excited as this is the first topic I write about. :) android
Flutter Firebase Android Integration Hello know Firebase important position mobile world article explain save Flutter project Firebase excited first topic write android
8,006
async/await | Coroutines | Kotlin
async/await | Coroutines async/await simplifies asynchronous code, making it easier to read and maintain. Coroutines execute long-running tasks without blocking the main thread or freezing the UI. async launches a coroutine and returns a Deferred object; await retrieves the result. The exceptions can be handled with try/catch or onFailure to…
https://medium.com/@tonytrejodev/async-await-coroutines-kotlin-401dff07d195?source=topics_v2---------57-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…EFLQdtzCCdzQ.png
android
async/await | Coroutines | Kotlin async/await | Coroutines async/await simplifies asynchronous code, making it easier to read and maintain. Coroutines execute long-running tasks without blocking the main thread or freezing the UI. async launches a coroutine and returns a Deferred object; await retrieves the result. The exceptions can be handled with try/catch or onFailure to… android
asyncawait Coroutines Kotlin asyncawait Coroutines asyncawait simplifies asynchronous code making easier read maintain Coroutines execute longrunning task without blocking main thread freezing UI async launch coroutine return Deferred object await retrieves result exception handled trycatch onFailure to… android
8,007
How to setup CI/CD, and YML file for Android using Github Actions
What is CICD? Android CICD (Continuous Integration and Continuous Delivery) is the process of automating the build, testing, and deployment of Android applications. It involves using a series of tools and processes to ensure that the application is always ready for deployment. Tools and Framework for CICD? For android CICD…
https://medium.com/@abdulqadirtr/how-to-setup-ci-cd-and-yml-file-for-android-using-github-actions-da6151b4ec66?source=topics_v2---------58-84--------------------14573cca_f322_4300_bee0_e49f01159a33-------17
https://miro.medium.com/…kTzAB0fUfpg.jpeg
android
How to setup CI/CD, and YML file for Android using Github Actions What is CICD? Android CICD (Continuous Integration and Continuous Delivery) is the process of automating the build, testing, and deployment of Android applications. It involves using a series of tools and processes to ensure that the application is always ready for deployment. Tools and Framework for CICD? For android CICD… android
setup CICD YML file Android using Github Actions CICD Android CICD Continuous Integration Continuous Delivery process automating build testing deployment Android application involves using series tool process ensure application always ready deployment Tools Framework CICD android CICD… android
8,008
✨Mastering Kotlin : A Comprehensive Guide✨
This list will be updated regularly after each new article is published 😊 Beginner : ➡️ How to use viewBinding in Kotlin — In-Depth Guide ➡️RecyclerView in Android with Example — In-Depth Guide ➡️Get started with the Navigation component — Beginner In-Depth Guide ➡️How to use Tablayout with ViewPager in Kotlin- In-Depth Guide ➡️How to create…
https://medium.com/@ezatpanah/mastering-kotlin-a-comprehensive-guide-c70220318962?source=topics_v2---------59-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…7-nys2l7AYUw.png
android
✨Mastering Kotlin : A Comprehensive Guide✨ This list will be updated regularly after each new article is published 😊 Beginner : ➡️ How to use viewBinding in Kotlin — In-Depth Guide ➡️RecyclerView in Android with Example — In-Depth Guide ➡️Get started with the Navigation component — Beginner In-Depth Guide ➡️How to use Tablayout with ViewPager in Kotlin- In-Depth Guide ➡️How to create… android
✨Mastering Kotlin Comprehensive Guide✨ list updated regularly new article published 😊 Beginner ➡️ use viewBinding Kotlin — InDepth Guide ➡️RecyclerView Android Example — InDepth Guide ➡️Get started Navigation component — Beginner InDepth Guide ➡️How use Tablayout ViewPager Kotlin InDepth Guide ➡️How create… android
8,009
How to Handle Callbacks Well With Coroutines(HMS)?
Introduction Hello, When we develop Android apps, we always need an external service to get data. We can give databases or servers as examples. As a result of that, we integrate various SDKs to get data. And these SDKs all have one common point, the result listeners. They are good to…
https://medium.com/huawei-developers/how-to-handle-callbacks-well-with-coroutines-hms-157dae709a7c?source=topics_v2---------60-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…3S2E2u3vMy5P.png
android
How to Handle Callbacks Well With Coroutines(HMS)? Introduction Hello, When we develop Android apps, we always need an external service to get data. We can give databases or servers as examples. As a result of that, we integrate various SDKs to get data. And these SDKs all have one common point, the result listeners. They are good to… android
Handle Callbacks Well CoroutinesHMS Introduction Hello develop Android apps always need external service get data give database server example result integrate various SDKs get data SDKs one common point result listener good to… android
8,010
Provider — Introduction
This article is the beginning of an article series that addresses Providerpattern of Flutter. This article is an introduction; hence I am going to discuss enthusiastic questions like What is Provider?, Why Provider? Where to place the Provider in the widget-tree, and Prerequisite to use Provider. …
https://medium.com/devtechie/the-introduction-provider-10b47b8f232d?source=topics_v2---------61-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…MnrQ85R5LK0A.png
android
Provider — Introduction This article is the beginning of an article series that addresses Providerpattern of Flutter. This article is an introduction; hence I am going to discuss enthusiastic questions like What is Provider?, Why Provider? Where to place the Provider in the widget-tree, and Prerequisite to use Provider. … android
Provider — Introduction article beginning article series address Providerpattern Flutter article introduction hence going discus enthusiastic question like Provider Provider place Provider widgettree Prerequisite use Provider … android
8,011
Implement Voice to Text in Jetpack Compose — Android
In this article, we’ll explore how to use Jetpack Compose to build a Voice to Text feature in your Android app. Creating the Voice to Text Parser Let’s start by creating the parser state class. data class VoiceToTextParserState( val isSpeaking: Boolean = false, val spokenText: String = "", val error: String? = null ) Now we…
https://medium.com/@daniel.atitienei/voice-to-text-in-jetpack-compose-android-c1e077627abe?source=topics_v2---------62-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…n0kEmzFfDZw.jpeg
android
Implement Voice to Text in Jetpack Compose — Android In this article, we’ll explore how to use Jetpack Compose to build a Voice to Text feature in your Android app. Creating the Voice to Text Parser Let’s start by creating the parser state class. data class VoiceToTextParserState( val isSpeaking: Boolean = false, val spokenText: String = "", val error: String? = null ) Now we… android
Implement Voice Text Jetpack Compose — Android article we’ll explore use Jetpack Compose build Voice Text feature Android app Creating Voice Text Parser Let’s start creating parser state class data class VoiceToTextParserState val isSpeaking Boolean false val spokenText String val error String null we… android
8,012
Face Detection App with MLKit Android [PROJECT]
Face detection is a powerful technique that allows developers to identify human faces in images or live camera streams. With MLKit and Kotlin, building a face detection app for Android has become easier than ever before. In this article, we will discuss how to create a face detection app with…
https://medium.com/@ibrahimcanerdogan/face-detection-app-with-mlkit-android-696ce42d4be4?source=topics_v2---------64-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…Qqg5kUAbOQaA.png
android
Face Detection App with MLKit Android [PROJECT] Face detection is a powerful technique that allows developers to identify human faces in images or live camera streams. With MLKit and Kotlin, building a face detection app for Android has become easier than ever before. In this article, we will discuss how to create a face detection app with… android
Face Detection App MLKit Android PROJECT Face detection powerful technique allows developer identify human face image live camera stream MLKit Kotlin building face detection app Android become easier ever article discus create face detection app with… android
8,013
Moonlight Drive Offers a Relaxing Futuristic Jet Car Driving for iOS & Android
The endless jet car driving game features sleek graphics, mind-soothing soundtrack, and large choice of cool jet vehicles. What is Moonlight Drive? An infinite space driving game to put your skills to the test as you race through traffic in a futuristic city. It’s one of the best endless racing games to test your skills while you experience a futuristic racing adventure. Standout Features: Sleek 3D visuals
https://medium.com/@hightechholic/moonlight-drive-offers-a-relaxing-futuristic-jet-car-driving-for-ios-android-af68e4514da1?source=topics_v2---------66-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…jnyFoTOGcA3e.png
android
Moonlight Drive Offers a Relaxing Futuristic Jet Car Driving for iOS & Android The endless jet car driving game features sleek graphics, mind-soothing soundtrack, and large choice of cool jet vehicles. What is Moonlight Drive? An infinite space driving game to put your skills to the test as you race through traffic in a futuristic city. It’s one of the best endless racing games to test your skills while you experience a futuristic racing adventure. Standout Features: Sleek 3D visuals android
Moonlight Drive Offers Relaxing Futuristic Jet Car Driving iOS Android endless jet car driving game feature sleek graphic mindsoothing soundtrack large choice cool jet vehicle Moonlight Drive infinite space driving game put skill test race traffic futuristic city It’s one best endless racing game test skill experience futuristic racing adventure Standout Features Sleek 3D visuals android
8,014
New Book: Simplifying Android Development with Coroutines and Flows
The new book I have written, Simplifying Android Development with Coroutines and Flows, has now been published. This is my first book after last year’s How to Build Android Apps with Kotlin that I co-authored. The book begins by showing you how to create and handle Kotlin Coroutines on Android. You’ll explore asynchronous programming in Kotlin, and understand how to test Kotlin Coroutines. Next, you’ll learn about Kotlin Flows on Android, and have a closer look at using Kotlin Flows by getting to grips with handling Flow cancellations and exceptions and testing the Flows.
https://medium.com/@jomartigcal/new-book-simplifying-android-development-with-coroutines-and-flows-11a298203519?source=topics_v2---------67-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…hMj8J8iqIDS.jpeg
android
New Book: Simplifying Android Development with Coroutines and Flows The new book I have written, Simplifying Android Development with Coroutines and Flows, has now been published. This is my first book after last year’s How to Build Android Apps with Kotlin that I co-authored. The book begins by showing you how to create and handle Kotlin Coroutines on Android. You’ll explore asynchronous programming in Kotlin, and understand how to test Kotlin Coroutines. Next, you’ll learn about Kotlin Flows on Android, and have a closer look at using Kotlin Flows by getting to grips with handling Flow cancellations and exceptions and testing the Flows. android
New Book Simplifying Android Development Coroutines Flows new book written Simplifying Android Development Coroutines Flows published first book last year’s Build Android Apps Kotlin coauthored book begin showing create handle Kotlin Coroutines Android You’ll explore asynchronous programming Kotlin understand test Kotlin Coroutines Next you’ll learn Kotlin Flows Android closer look using Kotlin Flows getting grip handling Flow cancellation exception testing Flows android
8,015
Vulnerabilities In Oneplus Devices
A shockingly bad news have been emerged for the OnePlus lovers. On January 26, 2017, a security researcher, “ Roee Hay of Aleph Research “ had discovered four vulnerabilities that affect all OnePlus handsets, including One, X, 2, 3 and 3T. Roee and his team notified OnePlus team about four…
https://medium.com/@wisemonkeysoffpage/vulnerabilities-in-oneplus-devices-e22ddf8afc28?source=topics_v2---------68-84--------------------c996d25a_4f2b_4fd9_92d8_798aa7db5a6c-------17
https://miro.medium.com/…OZSqGMCcZzaw.png
android
Vulnerabilities In Oneplus Devices A shockingly bad news have been emerged for the OnePlus lovers. On January 26, 2017, a security researcher, “ Roee Hay of Aleph Research “ had discovered four vulnerabilities that affect all OnePlus handsets, including One, X, 2, 3 and 3T. Roee and his team notified OnePlus team about four… android
Vulnerabilities Oneplus Devices shockingly bad news emerged OnePlus lover January 26 2017 security researcher “ Roee Hay Aleph Research “ discovered four vulnerability affect OnePlus handset including One X 2 3 3T Roee team notified OnePlus team four… android
8,016
How to create 30 Seconds Mock Json File in Android like a Boss
Today I want to share a little bit of a way to create the JSON mock file to speed up your development in the Front End, especially in Android Kotlin, so the first step you can create the JSON file that contains an expected response from Back End like this:
https://medium.com/@rahmad-mukminullah/how-to-create-30-seconds-mock-json-file-in-android-like-a-boss-9189e9c4114b?source=topics_v2---------69-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/v2/resize:fill:140:140/0*eOM_jT0HSOhtTNsz
android
How to create 30 Seconds Mock Json File in Android like a Boss Today I want to share a little bit of a way to create the JSON mock file to speed up your development in the Front End, especially in Android Kotlin, so the first step you can create the JSON file that contains an expected response from Back End like this: android
create 30 Seconds Mock Json File Android like Boss Today want share little bit way create JSON mock file speed development Front End especially Android Kotlin first step create JSON file contains expected response Back End like android
8,017
Android Programming 301: Advanced Features
Gradle Gradle is a build that works with Android. It provides many advantages over Android. Therefore, it is very important for Android developers to learn the Gradle structure. It is primarily used in the compilation phase. It notifies the developer of errors and deficiencies in the project. In this way, a…
https://medium.com/@ibrahimcanerdogan/android-programming-301-advanced-features-d012cf764fe?source=topics_v2---------70-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/…cfi5XNE6IcQ.jpeg
android
Android Programming 301: Advanced Features Gradle Gradle is a build that works with Android. It provides many advantages over Android. Therefore, it is very important for Android developers to learn the Gradle structure. It is primarily used in the compilation phase. It notifies the developer of errors and deficiencies in the project. In this way, a… android
Android Programming 301 Advanced Features Gradle Gradle build work Android provides many advantage Android Therefore important Android developer learn Gradle structure primarily used compilation phase notifies developer error deficiency project way a… android
8,018
Kotlin Coroutines (part 3)
If you haven’t already, It is recommended to read the previous 2 articles first: Kotlin Coroutines part 1 Kotlin Coroutines part 2 In this third and final article we will cover the following topics in Kotlin Coroutines: Coroutines Channel. Coroutines Select. Coroutines vs RxKotlin Coroutines vs Threads [5] Coroutines Channels Channels are a…
https://medium.com/@m.abuzaid.ali/kotlin-coroutines-part-3-65757aa2c5d?source=topics_v2---------71-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/…8KRso9VBcusA.png
android
Kotlin Coroutines (part 3) If you haven’t already, It is recommended to read the previous 2 articles first: Kotlin Coroutines part 1 Kotlin Coroutines part 2 In this third and final article we will cover the following topics in Kotlin Coroutines: Coroutines Channel. Coroutines Select. Coroutines vs RxKotlin Coroutines vs Threads [5] Coroutines Channels Channels are a… android
Kotlin Coroutines part 3 haven’t already recommended read previous 2 article first Kotlin Coroutines part 1 Kotlin Coroutines part 2 third final article cover following topic Kotlin Coroutines Coroutines Channel Coroutines Select Coroutines v RxKotlin Coroutines v Threads 5 Coroutines Channels Channels a… android
8,019
Portrait Mode in the Flex 3 Camera
In January 2023, Clover announced that the Flex 3 is available in the United States. The Flex 3 supports Android 10 and features a larger display — 5.99" IPS HD. The Flex 3 camera specifications have also changed. In this blog, we share our new portrait mode in the Flex…
https://medium.com/clover-platform-blog/portrait-mode-in-the-flex-3-camera-4d32c475021c?source=topics_v2---------72-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/v2/resize:fill:140:140/0*NX2FTt2vbFGILyB-
android
Portrait Mode in the Flex 3 Camera In January 2023, Clover announced that the Flex 3 is available in the United States. The Flex 3 supports Android 10 and features a larger display — 5.99" IPS HD. The Flex 3 camera specifications have also changed. In this blog, we share our new portrait mode in the Flex… android
Portrait Mode Flex 3 Camera January 2023 Clover announced Flex 3 available United States Flex 3 support Android 10 feature larger display — 599 IPS HD Flex 3 camera specification also changed blog share new portrait mode Flex… android
8,020
How to add Premium Options easily in your Android app
Okay so you have created an app that is awesome but you have added some more great features to your app. Now to monetize your app you could add that feature as a premium feature where users need to pay for it. Using Google Billing API seems tedious to use…
https://medium.com/@manojahi/how-to-add-premium-options-easily-in-your-android-app-df597e8e4d09?source=topics_v2---------73-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/…zAmht7OjjuQ.jpeg
android
How to add Premium Options easily in your Android app Okay so you have created an app that is awesome but you have added some more great features to your app. Now to monetize your app you could add that feature as a premium feature where users need to pay for it. Using Google Billing API seems tedious to use… android
add Premium Options easily Android app Okay created app awesome added great feature app monetize app could add feature premium feature user need pay Using Google Billing API seems tedious use… android
8,021
SOLID Principles in Android + Kotlin
SOLID is a set of five design principles that are intended to guide developers in writing clean, maintainable, and scalable code. The SOLID principles are crucial for writing code that is easy to understand, extend, and modify. …
https://medium.com/@zouhair.zghiba/solid-principles-in-android-kotlin-fd6e556972b5?source=topics_v2---------74-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/…9uUs6-GJPgPg.png
android
SOLID Principles in Android + Kotlin SOLID is a set of five design principles that are intended to guide developers in writing clean, maintainable, and scalable code. The SOLID principles are crucial for writing code that is easy to understand, extend, and modify. … android
SOLID Principles Android Kotlin SOLID set five design principle intended guide developer writing clean maintainable scalable code SOLID principle crucial writing code easy understand extend modify … android
8,022
Guaranteed No Stress! 7 Cross-platform development frameworks.
There are many cross-platform development frameworks available, and the choice of which one to use depends on various factors, such as the requirements of the project, the skills of the development team, and the target platforms. Some frameworks, such as React Native, Xamarin, and Flutter, are widely popular and offer…
https://medium.com/@aniilmacwana/guaranteed-no-stress-7cross-platform-development-frameworks-8408612a6e34?source=topics_v2---------75-84--------------------58368259_7448_4fad_a139_3ead1f6dbbff-------17
https://miro.medium.com/…3ph_aHbiKrw.jpeg
android
Guaranteed No Stress! 7 Cross-platform development frameworks. There are many cross-platform development frameworks available, and the choice of which one to use depends on various factors, such as the requirements of the project, the skills of the development team, and the target platforms. Some frameworks, such as React Native, Xamarin, and Flutter, are widely popular and offer… android
Guaranteed Stress 7 Crossplatform development framework many crossplatform development framework available choice one use depends various factor requirement project skill development team target platform framework React Native Xamarin Flutter widely popular offer… android
8,023
Case study: redesigning the Google Podcasts app
Challenge Choose a well-known native mobile app from iOS or Android and redesign at least three screens. No UX research is required. Google Podcasts For this challenge, I selected Google’s standalone app for podcasts, creatively named: Google Podcasts😉. The app has three tabs: Home: the first time you use the app, your Home…
https://medium.com/@dawid.jkw/case-study-redesigning-the-google-podcasts-app-15f2abe6b910?source=topics_v2---------77-84--------------------02378729_b263_4244_b5e5_7b02699489a5-------17
https://miro.medium.com/…U4pDanOZT9Q.jpeg
android
Case study: redesigning the Google Podcasts app Challenge Choose a well-known native mobile app from iOS or Android and redesign at least three screens. No UX research is required. Google Podcasts For this challenge, I selected Google’s standalone app for podcasts, creatively named: Google Podcasts😉. The app has three tabs: Home: the first time you use the app, your Home… android
Case study redesigning Google Podcasts app Challenge Choose wellknown native mobile app iOS Android redesign least three screen UX research required Google Podcasts challenge selected Google’s standalone app podcasts creatively named Google Podcasts😉 app three tab Home first time use app Home… android
8,024
Setting container registry for Docker, building and pushing the image
Like any other development process, docker is equally important, important in the sense that enables you to create, deploy, and run applications conveniently with the help of containers. In this tech blog, we are going to know about how to use docker efficiently, from my learning experience, and the mistakes…
https://medium.com/@aryan.gupta_56917/setting-container-registry-for-docker-building-and-pushing-the-image-9f6c5254d7f9?source=topics_v2---------78-84--------------------02378729_b263_4244_b5e5_7b02699489a5-------17
https://miro.medium.com/…taR0k6CPMgaA.png
android
Setting container registry for Docker, building and pushing the image Like any other development process, docker is equally important, important in the sense that enables you to create, deploy, and run applications conveniently with the help of containers. In this tech blog, we are going to know about how to use docker efficiently, from my learning experience, and the mistakes… android
Setting container registry Docker building pushing image Like development process docker equally important important sense enables create deploy run application conveniently help container tech blog going know use docker efficiently learning experience mistakes… android
8,025
Testing in Android With Robolectric
When I first started working on Gusto’s Android app, I was surprised by the Android community’s consensus that testing is hard. Or that tests are too slow. Or that it simply isn’t worth testing the UX or visual components. Many signs point to the emulator as the cause of this…
https://medium.com/gusto-engineering/testing-in-android-with-robolectric-5a12ff0e4d38?source=topics_v2---------79-84--------------------02378729_b263_4244_b5e5_7b02699489a5-------17
https://miro.medium.com/…WHt4O8Y7X8w.jpeg
android
Testing in Android With Robolectric When I first started working on Gusto’s Android app, I was surprised by the Android community’s consensus that testing is hard. Or that tests are too slow. Or that it simply isn’t worth testing the UX or visual components. Many signs point to the emulator as the cause of this… android
Testing Android Robolectric first started working Gusto’s Android app surprised Android community’s consensus testing hard test slow simply isn’t worth testing UX visual component Many sign point emulator cause this… android
8,026
Explore Constraint Layout on Jetpack Compose
Hello folks, ConstraintLayout has long been a solution for developers to build a complex layout by avoiding display hierarchies and complicated positioning that sometimes have an impact on app performance. ConstraintLayout simplifies the creation of complex layouts in android applications. Besides that, android studio support, makes it possible to build…
https://medium.com/@veroanggra/explore-constraint-layout-on-jetpack-compose-bb45e489b07?source=topics_v2---------80-84--------------------02378729_b263_4244_b5e5_7b02699489a5-------17
https://miro.medium.com/…NRzYotHFF3ZQ.png
android
Explore Constraint Layout on Jetpack Compose Hello folks, ConstraintLayout has long been a solution for developers to build a complex layout by avoiding display hierarchies and complicated positioning that sometimes have an impact on app performance. ConstraintLayout simplifies the creation of complex layouts in android applications. Besides that, android studio support, makes it possible to build… android
Explore Constraint Layout Jetpack Compose Hello folk ConstraintLayout long solution developer build complex layout avoiding display hierarchy complicated positioning sometimes impact app performance ConstraintLayout simplifies creation complex layout android application Besides android studio support make possible build… android