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
8,127
Simple Example to Use WorkManager and Notification
Simple app to explore different ways of scheduling background task using WorkManager and post a notification to the user when the task is complete — This is just a very simple app that covers some basic WorkManager usage. It shows you how to schedule: one-time work request periodic work request and post a notification when the task is done. For a complete guide, refer to the official WorkManagerguide here.
https://medium.com/@vtsen/simple-example-to-use-workmanager-and-notification-24b50f3a379?source=topics_v2---------183-84--------------------b7b5621f_6ee2_4d8b_9f48_2630f71507d9-------17
https://miro.medium.com/v2/resize:fill:140:140/0*GauF9_8RkfRgT3sB
android
Simple Example to Use WorkManager and Notification Simple app to explore different ways of scheduling background task using WorkManager and post a notification to the user when the task is complete — This is just a very simple app that covers some basic WorkManager usage. It shows you how to schedule: one-time work request periodic work request and post a notification when the task is done. For a complete guide, refer to the official WorkManagerguide here. android
Simple Example Use WorkManager Notification Simple app explore different way scheduling background task using WorkManager post notification user task complete — simple app cover basic WorkManager usage show schedule onetime work request periodic work request post notification task done complete guide refer official WorkManagerguide android
8,128
ReactNative: SimpleViewManager vs ViewGroupManager — Which One to Choose?
If you know how to implement a native component in ReactNative then you might be familiar with SimpleViewManager and ViewGroupManager . But have you wondered about the difference between them and how to decide which one to use? On Android, we have View and ViewGroup . Views deal with rendering…
https://medium.com/@susuthapa19961227/reactnative-simpleviewmanager-vs-viewgroupmanager-which-one-to-choose-aef9014d1133?source=topics_v2---------184-84--------------------b7b5621f_6ee2_4d8b_9f48_2630f71507d9-------17
https://miro.medium.com/v2/resize:fill:140:140/0*HOpaM3vMMB8hVy11
android
ReactNative: SimpleViewManager vs ViewGroupManager — Which One to Choose? If you know how to implement a native component in ReactNative then you might be familiar with SimpleViewManager and ViewGroupManager . But have you wondered about the difference between them and how to decide which one to use? On Android, we have View and ViewGroup . Views deal with rendering… android
ReactNative SimpleViewManager v ViewGroupManager — One Choose know implement native component ReactNative might familiar SimpleViewManager ViewGroupManager wondered difference decide one use Android View ViewGroup Views deal rendering… android
8,129
Now In Android with Koin — part 3
Now In Android is an open-source Android application that covers Modern Android Development best practices. The project is maintained by the Google Android team. I propose to continue our tour with the version built with the Koin dependency injection framework. …
https://medium.com/proandroiddev/now-in-android-with-koin-part-3-2801ffeed4d6?source=topics_v2---------185-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…Znx4VzDpQVJQ.png
android
Now In Android with Koin — part 3 Now In Android is an open-source Android application that covers Modern Android Development best practices. The project is maintained by the Google Android team. I propose to continue our tour with the version built with the Koin dependency injection framework. … android
Android Koin — part 3 Android opensource Android application cover Modern Android Development best practice project maintained Google Android team propose continue tour version built Koin dependency injection framework … android
8,130
A Faster and Improved Android View Hierarchy Dumping Tool with Enhanced View Selection
As an Android developer, you may have used the Legacy-Layout-LayoutInspector (LLI) to dump the view hierarchy of your app. However, with the release of Android Studio Bumblebee, LLI was removed, leaving developers who were accustomed to using it searching for a new tool to inspect their app’s view hierarchy. If…
https://medium.com/@justcoxier/a-faster-and-improved-android-view-hierarchy-dumping-tool-with-enhanced-view-selection-9e434bb5aa32?source=topics_v2---------186-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…Yb9pQITus90Q.png
android
A Faster and Improved Android View Hierarchy Dumping Tool with Enhanced View Selection As an Android developer, you may have used the Legacy-Layout-LayoutInspector (LLI) to dump the view hierarchy of your app. However, with the release of Android Studio Bumblebee, LLI was removed, leaving developers who were accustomed to using it searching for a new tool to inspect their app’s view hierarchy. If… android
Faster Improved Android View Hierarchy Dumping Tool Enhanced View Selection Android developer may used LegacyLayoutLayoutInspector LLI dump view hierarchy app However release Android Studio Bumblebee LLI removed leaving developer accustomed using searching new tool inspect app’s view hierarchy If… android
8,131
Apps for Mastodon — here’s my finals for Windows & Android platform
Windows 11 Sengi, Pinafore, Whalebird, Hyperspace Android 12 Tusky, Fedilab
https://medium.com/@iamdtms/apps-for-mastodon-heres-my-finals-for-windows-android-platform-6a8e7a153a1?source=topics_v2---------187-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…8JHF_2cpyexA.png
android
Apps for Mastodon — here’s my finals for Windows & Android platform Windows 11 Sengi, Pinafore, Whalebird, Hyperspace Android 12 Tusky, Fedilab android
Apps Mastodon — here’s final Windows Android platform Windows 11 Sengi Pinafore Whalebird Hyperspace Android 12 Tusky Fedilab android
8,132
👨‍💻Kotlin Lateinit vs by Lazy
Differences between Lateinit and Lazy that all Kotlin developers should know! — 😮While many developers say they know the difference between lateinit and lazy, many people actually don’t know the differences. So, are you one of them? Introduction Hello Dear Kotlin lovers! Welcome to my new article. Today I am going to talk about the differences between lateinit and By Lazy on Kotlin…
https://medium.com/huawei-developers/kotlin-lateinit-vs-by-lazy-initialization-example-tutorial-c19d84216480?source=topics_v2---------188-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…P5-1t6_ThXQ.jpeg
android
👨‍💻Kotlin Lateinit vs by Lazy Differences between Lateinit and Lazy that all Kotlin developers should know! — 😮While many developers say they know the difference between lateinit and lazy, many people actually don’t know the differences. So, are you one of them? Introduction Hello Dear Kotlin lovers! Welcome to my new article. Today I am going to talk about the differences between lateinit and By Lazy on Kotlin… android
👨‍💻Kotlin Lateinit v Lazy Differences Lateinit Lazy Kotlin developer know — 😮While many developer say know difference lateinit lazy many people actually don’t know difference one Introduction Hello Dear Kotlin lover Welcome new article Today going talk difference lateinit Lazy Kotlin… android
8,133
How To Use Fetch API and Redux in a React Native Functional Component:[Android]
Now We Can Start! Let’s go My Environment: OS: Windows 11 Node: v14.18.1 NPM: 6.14.15 1. Create a new React Native project and install the necessary dependencies: npx react-native init MyApp cd MyApp npm install --save redux react-redux 2. Define the Redux reducer and actions in a separate file called redux.js: const FETCH_DATA = 'FETCH_DATA'; export const fetchData = (data) => { return { type: FETCH_DATA, payload: data…
https://medium.com/@dharasapariya/how-to-use-fetch-api-and-redux-in-a-react-native-functional-component-android-45fa58321a10?source=topics_v2---------189-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
How To Use Fetch API and Redux in a React Native Functional Component:[Android] Now We Can Start! Let’s go My Environment: OS: Windows 11 Node: v14.18.1 NPM: 6.14.15 1. Create a new React Native project and install the necessary dependencies: npx react-native init MyApp cd MyApp npm install --save redux react-redux 2. Define the Redux reducer and actions in a separate file called redux.js: const FETCH_DATA = 'FETCH_DATA'; export const fetchData = (data) => { return { type: FETCH_DATA, payload: data… android
Use Fetch API Redux React Native Functional ComponentAndroid Start Let’s go Environment OS Windows 11 Node v14181 NPM 61415 1 Create new React Native project install necessary dependency npx reactnative init MyApp cd MyApp npm install save redux reactredux 2 Define Redux reducer action separate file called reduxjs const FETCHDATA FETCHDATA export const fetchData data return type FETCHDATA payload data… android
8,134
Lambda and Function Reference in Kotlin
The main focus of function references in Kotlin is to simplify and get more readable code snippets. In this article, I will explain how it works and demonstrate with some basic examples. Kotlin is an object-oriented language with some features of functional programming. One of them is lambda. Lambda is…
https://medium.com/storyly/lambda-and-function-reference-in-kotlin-52a6868efab3?source=topics_v2---------190-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Lambda and Function Reference in Kotlin The main focus of function references in Kotlin is to simplify and get more readable code snippets. In this article, I will explain how it works and demonstrate with some basic examples. Kotlin is an object-oriented language with some features of functional programming. One of them is lambda. Lambda is… android
Lambda Function Reference Kotlin main focus function reference Kotlin simplify get readable code snippet article explain work demonstrate basic example Kotlin objectoriented language feature functional programming One lambda Lambda is… android
8,135
Creating dropdowns effortlessly — Dropdown Widget (Part 1)
This article will go over the topics related to creating, displaying and customizing a drop-down menu in Flutter. Introduction Dropdowns are a common way in any modern application that allows users to select a single value/option from a list of available values/options. For example, dropdowns are used for country selection, type…
https://medium.com/devtechie/creating-dropdowns-effortlessly-dropdown-widget-part-1-3a6e047a93ce?source=topics_v2---------191-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…QI2JL1ayJBQ.jpeg
android
Creating dropdowns effortlessly — Dropdown Widget (Part 1) This article will go over the topics related to creating, displaying and customizing a drop-down menu in Flutter. Introduction Dropdowns are a common way in any modern application that allows users to select a single value/option from a list of available values/options. For example, dropdowns are used for country selection, type… android
Creating dropdowns effortlessly — Dropdown Widget Part 1 article go topic related creating displaying customizing dropdown menu Flutter Introduction Dropdowns common way modern application allows user select single valueoption list available valuesoptions example dropdowns used country selection type… android
8,136
Google Rewards White Hats with $12 Million
To protect the security of its products and services to a greater extent, Google will further expand the scope of the application of VRP. In the future, the latest versions of Google Nest (smart home devices) and Fitbit (wearable devices) will also be included in bug bounties. Researchers who received…
https://medium.com/geekculture/google-rewards-white-hats-with-12-million-73d4f9d51cce?source=topics_v2---------192-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/v2/resize:fill:140:140/0*RvBGLw3V9JZfn_HO
android
Google Rewards White Hats with $12 Million To protect the security of its products and services to a greater extent, Google will further expand the scope of the application of VRP. In the future, the latest versions of Google Nest (smart home devices) and Fitbit (wearable devices) will also be included in bug bounties. Researchers who received… android
Google Rewards White Hats 12 Million protect security product service greater extent Google expand scope application VRP future latest version Google Nest smart home device Fitbit wearable device also included bug bounty Researchers received… android
8,137
Apple Vs Android The battle between Apple and Android has been one of the most fiercely contested and closely watched in the tech industry.
The battle between Apple and Android has been one of the most fiercely contested and closely watched in the tech industry. Both companies have developed incredibly popular and powerful mobile operating systems, and each has its own loyal fanbase. But which one is truly the best? In this article, we’ll…
https://medium.com/@safc33/apple-vs-android-the-battle-between-apple-and-android-has-been-one-of-the-most-fiercely-contested-ad2a420320fa?source=topics_v2---------193-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…ThgpUL-CPOw.jpeg
android
Apple Vs Android The battle between Apple and Android has been one of the most fiercely contested and closely watched in the tech industry. The battle between Apple and Android has been one of the most fiercely contested and closely watched in the tech industry. Both companies have developed incredibly popular and powerful mobile operating systems, and each has its own loyal fanbase. But which one is truly the best? In this article, we’ll… android
Apple Vs Android battle Apple Android one fiercely contested closely watched tech industry battle Apple Android one fiercely contested closely watched tech industry company developed incredibly popular powerful mobile operating system loyal fanbase one truly best article we’ll… android
8,138
GridView list with a modern design
One of the types of lists is GridView it’s fits many design for mobile apps and it gives a good experience and ease of use. Firstly, create models folder and inside folder create file to Define the list you will create with variables.
https://medium.com/@md7ohe/gridview-with-a-modern-design-d82c66d2fd60?source=topics_v2---------194-84--------------------7f971a12_e4fb_43f8_a8df_358ecfd6cd0d-------17
https://miro.medium.com/…l-Zro-Z57M6w.png
android
GridView list with a modern design One of the types of lists is GridView it’s fits many design for mobile apps and it gives a good experience and ease of use. Firstly, create models folder and inside folder create file to Define the list you will create with variables. android
GridView list modern design One type list GridView it’s fit many design mobile apps give good experience ease use Firstly create model folder inside folder create file Define list create variable android
8,139
State-of-the-Art in Mobile approaches
Nowadays there are different approaches to face the development of mobile applications [Danielson, 2016]: Native applications Mobile web applications Hybrid applications Progressive Web Applications (PWA) Cross-compiled applications Interpreted or native scripting applications This diversity of alternatives shows a positive evolution in the development of mobile applications, in the sense that…
https://medium.com/@jose.tello.14/state-of-the-art-in-mobile-approaches-401378da33de?source=topics_v2---------195-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…WFG3IT7Iv5A.jpeg
android
State-of-the-Art in Mobile approaches Nowadays there are different approaches to face the development of mobile applications [Danielson, 2016]: Native applications Mobile web applications Hybrid applications Progressive Web Applications (PWA) Cross-compiled applications Interpreted or native scripting applications This diversity of alternatives shows a positive evolution in the development of mobile applications, in the sense that… android
StateoftheArt Mobile approach Nowadays different approach face development mobile application Danielson 2016 Native application Mobile web application Hybrid application Progressive Web Applications PWA Crosscompiled application Interpreted native scripting application diversity alternative show positive evolution development mobile application sense that… android
8,140
Flutter vs React Native
Mobile app development has come a long way since the days when developers had to build separate apps for different mobile platforms. Today, we have powerful tools that allow developers to build cross-platform apps with a single codebase. Two of the most popular frameworks for mobile app development are Flutter…
https://medium.com/@alirezamohammadian4585/flutter-vs-react-native-25ef8392501f?source=topics_v2---------196-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…Yl5MV8mNOtzA.png
android
Flutter vs React Native Mobile app development has come a long way since the days when developers had to build separate apps for different mobile platforms. Today, we have powerful tools that allow developers to build cross-platform apps with a single codebase. Two of the most popular frameworks for mobile app development are Flutter… android
Flutter v React Native Mobile app development come long way since day developer build separate apps different mobile platform Today powerful tool allow developer build crossplatform apps single codebase Two popular framework mobile app development Flutter… android
8,141
Why You Should Learn JavaScript For Modern Web Development?
JavaScript: The Language Of The Web — An interesting fact about JavaScript’s history is that it was created in just 10 days in May 1995 by Brendan Eich, who was then working at Netscape Communications Corporation. The language was originally named Mocha, then changed to LiveScript, before finally being renamed to JavaScript. The name change was a…
https://medium.com/@jambiebs/why-you-should-learning-javascript-for-modern-web-development-9a6d8e3c7859?source=topics_v2---------197-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…tMGLVuS0YMw.jpeg
android
Why You Should Learn JavaScript For Modern Web Development? JavaScript: The Language Of The Web — An interesting fact about JavaScript’s history is that it was created in just 10 days in May 1995 by Brendan Eich, who was then working at Netscape Communications Corporation. The language was originally named Mocha, then changed to LiveScript, before finally being renamed to JavaScript. The name change was a… android
Learn JavaScript Modern Web Development JavaScript Language Web — interesting fact JavaScript’s history created 10 day May 1995 Brendan Eich working Netscape Communications Corporation language originally named Mocha changed LiveScript finally renamed JavaScript name change a… android
8,142
The future of the Google Pixel ecosystem.
Google are on the right track at long last. It’s been a long time coming but I always felt if Google got their act together they could actually have a viable ecosystem that would rival Samsung and even turn some iPhone users over to Android. Just five months ago, Google…
https://medium.com/geekculture/the-future-of-the-google-pixel-ecosystem-245432c21ade?source=topics_v2---------198-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…roGEuxiinVQ.jpeg
android
The future of the Google Pixel ecosystem. Google are on the right track at long last. It’s been a long time coming but I always felt if Google got their act together they could actually have a viable ecosystem that would rival Samsung and even turn some iPhone users over to Android. Just five months ago, Google… android
future Google Pixel ecosystem Google right track long last It’s long time coming always felt Google got act together could actually viable ecosystem would rival Samsung even turn iPhone user Android five month ago Google… android
8,143
👨🏼‍💻Combining Native Ads with Jetpack Compose Lazy Grid
Hi there! In this blog, we’ll explore the seamless integration of Huawei Ads Kit with Jetpack Compose’s Lazy Grid Layout. So let’s dive in! Introduction HMS Ads Kit is a powerful ad platform developed by Huawei that provides various ad formats, including native ads. …
https://medium.com/huawei-developers/combining-native-ads-with-jetpack-compose-lazy-grid-86c281cb7eb4?source=topics_v2---------199-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…nASk5EVy-Jw.jpeg
android
👨🏼‍💻Combining Native Ads with Jetpack Compose Lazy Grid Hi there! In this blog, we’ll explore the seamless integration of Huawei Ads Kit with Jetpack Compose’s Lazy Grid Layout. So let’s dive in! Introduction HMS Ads Kit is a powerful ad platform developed by Huawei that provides various ad formats, including native ads. … android
👨🏼‍💻Combining Native Ads Jetpack Compose Lazy Grid Hi blog we’ll explore seamless integration Huawei Ads Kit Jetpack Compose’s Lazy Grid Layout let’s dive Introduction HMS Ads Kit powerful ad platform developed Huawei provides various ad format including native ad … android
8,144
Highlight your Selected Drawer Item: Jetpack Compose
In this article, we will be implementing the one missing feature of our Drawer in Compose, and that is to highlight the selected item so that the user will know which Screen you are in. Output:
https://medium.com/@sagar0-0/highlight-your-selected-drawer-item-jetpack-compose-61e3f6c66f6b?source=topics_v2---------200-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…Rxfyz3NZU6MA.png
android
Highlight your Selected Drawer Item: Jetpack Compose In this article, we will be implementing the one missing feature of our Drawer in Compose, and that is to highlight the selected item so that the user will know which Screen you are in. Output: android
Highlight Selected Drawer Item Jetpack Compose article implementing one missing feature Drawer Compose highlight selected item user know Screen Output android
8,145
Android 14 [All official development resources]
Summary of official android development resources for Android 14 — This is a summary of all the official development resources distributed across different channels. You can support this publication by becoming a member of Medium and getting unlimited access to every story. The writer will receive a portion of your membership fee. Read every story from Maxi Rosson (and thousands of other writers on Medium) As a Medium member, a portion of your membership fee goes to writers you read, and you get full access to every story…maxirosson.medium.com
https://medium.com/android-topics/android-14-all-official-development-resources-cc80d1c4b53c?source=topics_v2---------201-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…_LmXcvMULO5Q.png
android
Android 14 [All official development resources] Summary of official android development resources for Android 14 — This is a summary of all the official development resources distributed across different channels. You can support this publication by becoming a member of Medium and getting unlimited access to every story. The writer will receive a portion of your membership fee. Read every story from Maxi Rosson (and thousands of other writers on Medium) As a Medium member, a portion of your membership fee goes to writers you read, and you get full access to every story…maxirosson.medium.com android
Android 14 official development resource Summary official android development resource Android 14 — summary official development resource distributed across different channel support publication becoming member Medium getting unlimited access every story writer receive portion membership fee Read every story Maxi Rosson thousand writer Medium Medium member portion membership fee go writer read get full access every story…maxirossonmediumcom android
8,146
How to add Splash Screen API for Android 13
What is a splash screen? Splash screens are typically used by applications to notify the user that the app is in the process of loading. There are two ways to add a Splash screen to yo Using XML Using Splash Screen API (new) We will see how you can leverage…
https://medium.com/@chiragthummar16/how-to-add-splash-screen-api-for-android-13-c96fee7c8ff6?source=topics_v2---------202-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…KNbJUjPFdLew.png
android
How to add Splash Screen API for Android 13 What is a splash screen? Splash screens are typically used by applications to notify the user that the app is in the process of loading. There are two ways to add a Splash screen to yo Using XML Using Splash Screen API (new) We will see how you can leverage… android
add Splash Screen API Android 13 splash screen Splash screen typically used application notify user app process loading two way add Splash screen yo Using XML Using Splash Screen API new see leverage… android
8,147
Android Unit Test Coverage Check
Unit test and software development is inseparable. The lack of unit test make integrity of application cannot be confirmed. It’s like handing pilots a plane we’re not sure will fly or not. Let’s assume that the unit test is in place and that we have successfully tested the plane’s ability…
https://medium.com/@michaelfebrianto/android-unit-test-coverage-check-fd1ed6ed4d20?source=topics_v2---------203-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/v2/resize:fill:140:140/0*_p8Li_49XKcnFpNO
android
Android Unit Test Coverage Check Unit test and software development is inseparable. The lack of unit test make integrity of application cannot be confirmed. It’s like handing pilots a plane we’re not sure will fly or not. Let’s assume that the unit test is in place and that we have successfully tested the plane’s ability… android
Android Unit Test Coverage Check Unit test software development inseparable lack unit test make integrity application cannot confirmed It’s like handing pilot plane we’re sure fly Let’s assume unit test place successfully tested plane’s ability… android
8,148
Different ways to handle Android Gradle dependencies
As an Android developer, you use Gradle for adding dependencies, configurations, tasks, etc. related to your project. It is simple to update a basic application. When the application size increases, developers should also consider properly maintaining the versions, libraries, plugins, and bundles that are the prime source for apps. As…
https://medium.com/proandroiddev/different-ways-to-handle-android-gradle-dependencies-68ae00ca286c?source=topics_v2---------204-84--------------------0d68ff3d_5142_496d_99d4_0f778ec5bdde-------17
https://miro.medium.com/…gwGXjWoOMKxA.png
android
Different ways to handle Android Gradle dependencies As an Android developer, you use Gradle for adding dependencies, configurations, tasks, etc. related to your project. It is simple to update a basic application. When the application size increases, developers should also consider properly maintaining the versions, libraries, plugins, and bundles that are the prime source for apps. As… android
Different way handle Android Gradle dependency Android developer use Gradle adding dependency configuration task etc related project simple update basic application application size increase developer also consider properly maintaining version library plugins bundle prime source apps As… android
8,149
Advanced Android Jetpack Compose tips and tricks
Introduction: Jetpack Compose is a modern UI toolkit for Android development that allows developers to build beautiful, responsive, and easy-to-maintain user interfaces. While Compose is still relatively new, there are already many advanced tips and tricks that can help developers build even better apps. In this article, we’ll explore some of…
https://medium.com/@bensalahaymen433/advanced-android-jetpack-compose-tips-and-tricks-865622a70637?source=topics_v2---------205-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Advanced Android Jetpack Compose tips and tricks Introduction: Jetpack Compose is a modern UI toolkit for Android development that allows developers to build beautiful, responsive, and easy-to-maintain user interfaces. While Compose is still relatively new, there are already many advanced tips and tricks that can help developers build even better apps. In this article, we’ll explore some of… android
Advanced Android Jetpack Compose tip trick Introduction Jetpack Compose modern UI toolkit Android development allows developer build beautiful responsive easytomaintain user interface Compose still relatively new already many advanced tip trick help developer build even better apps article we’ll explore of… android
8,150
Getting started with jetpack compose from XML
As developers specializing in Android, we are well-versed in creating user interfaces using XML. However, it is worth noting that Google is currently advocating the use of Jetpack Compose for developing native user interfaces. Jetpack Compose represents a contemporary toolkit designed for creating native user interfaces on the Android platform. …
https://medium.com/@jhnaiem96/getting-started-with-jetpack-compose-from-xml-98171f9e5758?source=topics_v2---------206-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/v2/resize:fill:140:140/0*iaig2H7ETUlUE281
android
Getting started with jetpack compose from XML As developers specializing in Android, we are well-versed in creating user interfaces using XML. However, it is worth noting that Google is currently advocating the use of Jetpack Compose for developing native user interfaces. Jetpack Compose represents a contemporary toolkit designed for creating native user interfaces on the Android platform. … android
Getting started jetpack compose XML developer specializing Android wellversed creating user interface using XML However worth noting Google currently advocating use Jetpack Compose developing native user interface Jetpack Compose represents contemporary toolkit designed creating native user interface Android platform … android
8,151
Setting Up React Native in M2 MacBook Pro
Start with official doc Setting up the development environment · React Native This page will help you install and build your first React Native app. If you are new to mobile development, the…reactnative.dev Installing dependencies​ we will need so many things to download. Android Node & Watchman brew install node brew install watchman Java Development Kit brew tap homebrew/cask-versions brew install --cask zulu11
https://medium.com/@idevbrandon/setting-up-react-native-in-mac2-pro-e60575e5a121?source=topics_v2---------207-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…lq4NUNPY5_7g.png
android
Setting Up React Native in M2 MacBook Pro Start with official doc Setting up the development environment · React Native This page will help you install and build your first React Native app. If you are new to mobile development, the…reactnative.dev Installing dependencies​ we will need so many things to download. Android Node & Watchman brew install node brew install watchman Java Development Kit brew tap homebrew/cask-versions brew install --cask zulu11 android
Setting React Native M2 MacBook Pro Start official doc Setting development environment · React Native page help install build first React Native app new mobile development the…reactnativedev Installing dependencies​ need many thing download Android Node Watchman brew install node brew install watchman Java Development Kit brew tap homebrewcaskversions brew install cask zulu11 android
8,152
How to Handle Automatic Content Resizing when keyboard is visible in Jetpack Compose
As Android developers, we have all encountered the problem of the keyboard overlapping the content of our app, which can be frustrating for users. In this article, we will explore how to implement automatic content resizing when the keyboard is visible in Jetpack Compose. Before, we start let’s see what…
https://medium.com/@mark.frelih_9464/how-to-handle-automatic-content-resizing-when-keyboard-is-visible-in-jetpack-compose-1c76e0e17c57?source=topics_v2---------208-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…xQPmmFfMtKeK.png
android
How to Handle Automatic Content Resizing when keyboard is visible in Jetpack Compose As Android developers, we have all encountered the problem of the keyboard overlapping the content of our app, which can be frustrating for users. In this article, we will explore how to implement automatic content resizing when the keyboard is visible in Jetpack Compose. Before, we start let’s see what… android
Handle Automatic Content Resizing keyboard visible Jetpack Compose Android developer encountered problem keyboard overlapping content app frustrating user article explore implement automatic content resizing keyboard visible Jetpack Compose start let’s see what… android
8,153
Kotlin Coroutines — Part2
Every coroutine has a scope (which defines boundary) and context (which defines the behavior). ➊ Coroutines scope (Lifetime) ⫸ it defines boundary, a way to keep track of all coroutines that run in it. ⫸ cancel or wait all coroutines. ⫸ the coroutines in that scope in one go before completion…
https://medium.com/@khadijahameed415/kotlin-coroutines-part2-5e79fe42edf3?source=topics_v2---------209-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…21ri1EcgjgdA.png
android
Kotlin Coroutines — Part2 Every coroutine has a scope (which defines boundary) and context (which defines the behavior). ➊ Coroutines scope (Lifetime) ⫸ it defines boundary, a way to keep track of all coroutines that run in it. ⫸ cancel or wait all coroutines. ⫸ the coroutines in that scope in one go before completion… android
Kotlin Coroutines — Part2 Every coroutine scope defines boundary context defines behavior ➊ Coroutines scope Lifetime ⫸ defines boundary way keep track coroutines run ⫸ cancel wait coroutines ⫸ coroutines scope one go completion… android
8,154
6 Tips to Improve Trial Conversion for Subscription Apps
Offering a trial to subscription app users is an efficient method to acquire and activate users. The final goal of this acquisition method is to nudge trial users to test out the services and features the app provides and finally subscribe to them. To better achieve this goal, we need…
https://medium.com/geekculture/6-tips-to-improve-trial-conversion-for-subscription-apps-a2a8958f4d6d?source=topics_v2---------210-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…t1qCJjZzOGG-.png
android
6 Tips to Improve Trial Conversion for Subscription Apps Offering a trial to subscription app users is an efficient method to acquire and activate users. The final goal of this acquisition method is to nudge trial users to test out the services and features the app provides and finally subscribe to them. To better achieve this goal, we need… android
6 Tips Improve Trial Conversion Subscription Apps Offering trial subscription app user efficient method acquire activate user final goal acquisition method nudge trial user test service feature app provides finally subscribe better achieve goal need… android
8,155
What is the difference between AsyncTask and Thread in Android ?
AsyncTask and Thread are both mechanisms for performing asynchronous operations in Android. However, they differ in several ways: Ease of use: AsyncTask is generally easier to use than Thread, especially when working with the UI thread. With AsyncTask, you can easily update the UI thread from the background thread by…
https://medium.com/@manuchekhrdev/what-is-the-difference-between-asynctask-and-thread-in-android-32837fddba56?source=topics_v2---------211-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
What is the difference between AsyncTask and Thread in Android ? AsyncTask and Thread are both mechanisms for performing asynchronous operations in Android. However, they differ in several ways: Ease of use: AsyncTask is generally easier to use than Thread, especially when working with the UI thread. With AsyncTask, you can easily update the UI thread from the background thread by… android
difference AsyncTask Thread Android AsyncTask Thread mechanism performing asynchronous operation Android However differ several way Ease use AsyncTask generally easier use Thread especially working UI thread AsyncTask easily update UI thread background thread by… android
8,156
Kotlin Coroutines — Part 1
Kotlin Coroutines — Part 1 Introduction : When &why we use coroutines: Let’s start with Threads what actually thread is, ‘In which context’ the sequence of instruction should be executed is thread. If we don’t use threading all instructions executed in single thread which is Main Thread. So, it is our responsibility to make sure…
https://medium.com/@khadijahameed415/kotlin-coroutines-part-1-6ad0ee20084e?source=topics_v2---------212-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…Rf-tGXj6ZNg.jpeg
android
Kotlin Coroutines — Part 1 Kotlin Coroutines — Part 1 Introduction : When &why we use coroutines: Let’s start with Threads what actually thread is, ‘In which context’ the sequence of instruction should be executed is thread. If we don’t use threading all instructions executed in single thread which is Main Thread. So, it is our responsibility to make sure… android
Kotlin Coroutines — Part 1 Kotlin Coroutines — Part 1 Introduction use coroutines Let’s start Threads actually thread ‘In context’ sequence instruction executed thread don’t use threading instruction executed single thread Main Thread responsibility make sure… android
8,157
Using Android WorkManger effectively
Introduction This blog aims to show how we can we use Work Manager in a more effective and efficient way. WorkManager is the recommended Android API for persisting backgrounds tasks during app restarts or device reboots. It can be useful when sending analytics data, syncing application data to server or executing…
https://medium.com/hungerstation/using-android-workmanger-effectively-8477ba2ee718?source=topics_v2---------213-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…wDR43ltYdfw.jpeg
android
Using Android WorkManger effectively Introduction This blog aims to show how we can we use Work Manager in a more effective and efficient way. WorkManager is the recommended Android API for persisting backgrounds tasks during app restarts or device reboots. It can be useful when sending analytics data, syncing application data to server or executing… android
Using Android WorkManger effectively Introduction blog aim show use Work Manager effective efficient way WorkManager recommended Android API persisting background task app restarts device reboots useful sending analytics data syncing application data server executing… android
8,158
Android Running Ktlint and Detekt in Git pre-commit hooks
Git pre-commit hooks are scripts that run before the commit is created. The purpose of the hooks is to check the code and prevent bad code from being committed to the repository. This helps to maintain the quality of the codebase and ensures that the code adheres to the agreed-upon…
https://medium.com/@adnan.khan.dev/android-running-ktlint-and-detekt-in-git-pre-commit-hooks-6d9cf5cb62fb?source=topics_v2---------214-84--------------------28fbcb5a_8715_498a_970b_6766efeaf291-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Android Running Ktlint and Detekt in Git pre-commit hooks Git pre-commit hooks are scripts that run before the commit is created. The purpose of the hooks is to check the code and prevent bad code from being committed to the repository. This helps to maintain the quality of the codebase and ensures that the code adheres to the agreed-upon… android
Android Running Ktlint Detekt Git precommit hook Git precommit hook script run commit created purpose hook check code prevent bad code committed repository help maintain quality codebase ensures code adheres agreedupon… android
8,159
Facts On Artificial Intelligence That People Without Certain AI Knowledge Will Not Believe
Given that artificial intelligence (AI) has been around for about 60 years, if we date its inception to the well-known Dartmouth workshop where it was first developed, what have we learned about the field that would surprise both laypeople and scientists? The universe is expanding, gravity is caused by the…
https://medium.com/@mybuisnessworkes/facts-on-artificial-intelligence-that-people-without-certain-ai-knowledge-will-not-believe-6a4a2de56d3d?source=topics_v2---------215-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…kawll4pes8w.jpeg
android
Facts On Artificial Intelligence That People Without Certain AI Knowledge Will Not Believe Given that artificial intelligence (AI) has been around for about 60 years, if we date its inception to the well-known Dartmouth workshop where it was first developed, what have we learned about the field that would surprise both laypeople and scientists? The universe is expanding, gravity is caused by the… android
Facts Artificial Intelligence People Without Certain AI Knowledge Believe Given artificial intelligence AI around 60 year date inception wellknown Dartmouth workshop first developed learned field would surprise laypeople scientist universe expanding gravity caused the… android
8,160
Simple example of using BroadcastReceiver in Android?
First, create a new BroadcastReceiver class by extending the BroadcastReceiver class and overriding the onReceive() method. In this example, the BroadcastReceiver will receive a broadcast when the device’s battery level changes. class BatteryLevelReceiver : BroadcastReceiver() { override fun onReceive(context: Context?, intent: Intent?) {…
https://medium.com/@manuchekhrdev/simple-example-of-using-broadcastreceiver-in-android-e69d366312bb?source=topics_v2---------216-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Simple example of using BroadcastReceiver in Android? First, create a new BroadcastReceiver class by extending the BroadcastReceiver class and overriding the onReceive() method. In this example, the BroadcastReceiver will receive a broadcast when the device’s battery level changes. class BatteryLevelReceiver : BroadcastReceiver() { override fun onReceive(context: Context?, intent: Intent?) {… android
Simple example using BroadcastReceiver Android First create new BroadcastReceiver class extending BroadcastReceiver class overriding onReceive method example BroadcastReceiver receive broadcast device’s battery level change class BatteryLevelReceiver BroadcastReceiver override fun onReceivecontext Context intent Intent … android
8,161
Asynchronous loading mechanisms in Android ?
Asynchronous loading mechanisms are important in Android to ensure that the application remains responsive and does not freeze or crash due to long-running tasks. Some of the common mechanisms used in Android for asynchronous loading include: AsyncTask: This is a built-in class in Android that simplifies the creation of background…
https://medium.com/@manuchekhrdev/asynchronous-loading-mechanisms-in-android-5c416b19738f?source=topics_v2---------217-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Asynchronous loading mechanisms in Android ? Asynchronous loading mechanisms are important in Android to ensure that the application remains responsive and does not freeze or crash due to long-running tasks. Some of the common mechanisms used in Android for asynchronous loading include: AsyncTask: This is a built-in class in Android that simplifies the creation of background… android
Asynchronous loading mechanism Android Asynchronous loading mechanism important Android ensure application remains responsive freeze crash due longrunning task common mechanism used Android asynchronous loading include AsyncTask builtin class Android simplifies creation background… android
8,162
Using KSP and KotlinPoet To Parse Twisted Builder Annotations
Want to auto-generate a twisted builder instead of writing it manually? Look no further! — A decade ago, I wrote an article titled Builder pattern with a twist. The idea was to find a solution to a problem I had back then, namely, how to use the builder pattern when you have mandatory properties that cannot be omitted. The idea was to turn your builder…
https://medium.com/better-programming/using-ksp-and-kotlinpoet-to-parse-twisted-builder-annotations-592fb2383b3c?source=topics_v2---------218-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…6CNcopVD9b7A.png
android
Using KSP and KotlinPoet To Parse Twisted Builder Annotations Want to auto-generate a twisted builder instead of writing it manually? Look no further! — A decade ago, I wrote an article titled Builder pattern with a twist. The idea was to find a solution to a problem I had back then, namely, how to use the builder pattern when you have mandatory properties that cannot be omitted. The idea was to turn your builder… android
Using KSP KotlinPoet Parse Twisted Builder Annotations Want autogenerate twisted builder instead writing manually Look — decade ago wrote article titled Builder pattern twist idea find solution problem back namely use builder pattern mandatory property cannot omitted idea turn builder… android
8,163
How To Make A Login Activity With Biometrics Support On Android
A Simple Guide How To Create A Login Activity With Biometrics Support Using Material Design Components, Android Volley and Kotlin
https://medium.com/geekculture/how-to-make-a-login-activity-with-biometrics-support-on-android-62185f19cda1?source=topics_v2---------219-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…Ds4rz9kaaRA.jpeg
android
How To Make A Login Activity With Biometrics Support On Android A Simple Guide How To Create A Login Activity With Biometrics Support Using Material Design Components, Android Volley and Kotlin android
Make Login Activity Biometrics Support Android Simple Guide Create Login Activity Biometrics Support Using Material Design Components Android Volley Kotlin android
8,164
How is Fragment different from Activity ?
Fragments and Activities are both key building blocks of Android applications, but they serve slightly different purposes. Activities represent a single screen with a user interface. An application may have multiple activities, each with a different purpose. …
https://medium.com/@manuchekhrdev/how-is-fragment-different-from-activity-ed4eb767546b?source=topics_v2---------220-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
How is Fragment different from Activity ? Fragments and Activities are both key building blocks of Android applications, but they serve slightly different purposes. Activities represent a single screen with a user interface. An application may have multiple activities, each with a different purpose. … android
Fragment different Activity Fragments Activities key building block Android application serve slightly different purpose Activities represent single screen user interface application may multiple activity different purpose … android
8,165
Dimensity 7200: Powerful Enough for Mid-Budget Smartphones?
The Mediatek Dimensity 7200 has got immense attention due to its advanced and innovative features to power smartphones and allow brands to experiment in terms of enhancing features on any smartphone. Let’s have a look at the features of this chipset. Processor: The Mediatek Dimensity 7200 chipset has been built…
https://medium.com/@arjun05agarwal/dimensity-7200-powerful-enough-for-mid-budget-smartphones-31fb8baee655?source=topics_v2---------221-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…zuZCOOgzXpnP.jpg
android
Dimensity 7200: Powerful Enough for Mid-Budget Smartphones? The Mediatek Dimensity 7200 has got immense attention due to its advanced and innovative features to power smartphones and allow brands to experiment in terms of enhancing features on any smartphone. Let’s have a look at the features of this chipset. Processor: The Mediatek Dimensity 7200 chipset has been built… android
Dimensity 7200 Powerful Enough MidBudget Smartphones Mediatek Dimensity 7200 got immense attention due advanced innovative feature power smartphones allow brand experiment term enhancing feature smartphone Let’s look feature chipset Processor Mediatek Dimensity 7200 chipset built… android
8,166
From Code to Career: Advice for Launching Your Android Development Career
Good evening everyone, and welcome to this special gathering of budding Android developers! It is my honor to address you today and share with you some valuable insights on how to launch a successful career in Android development. As we all know, mobile devices have become an indispensable part of…
https://medium.com/@cucerdariancatalin/from-code-to-career-advice-for-launching-your-android-development-career-aed9527df525?source=topics_v2---------222-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…-D_fw-93I9A.jpeg
android
From Code to Career: Advice for Launching Your Android Development Career Good evening everyone, and welcome to this special gathering of budding Android developers! It is my honor to address you today and share with you some valuable insights on how to launch a successful career in Android development. As we all know, mobile devices have become an indispensable part of… android
Code Career Advice Launching Android Development Career Good evening everyone welcome special gathering budding Android developer honor address today share valuable insight launch successful career Android development know mobile device become indispensable part of… android
8,167
Canopas Newsletter — #7
Delivered every Friday — 👋🏼 Hello Readers, Thanks for being Canopas subscribers!!! Here is our curated collection of links and a brief intro about the latest updates of different technologies of this week. ✍️ Our Stack Weekly iOS Stack Weekly — Issue #61 This week in iOS we have added updates about the new version of Xcode 14.3 and iOS 16.4, animation with SwiftUI’s…
https://medium.com/canopas/canopas-newsletter-7-740830c2d5b6?source=topics_v2---------223-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Canopas Newsletter — #7 Delivered every Friday — 👋🏼 Hello Readers, Thanks for being Canopas subscribers!!! Here is our curated collection of links and a brief intro about the latest updates of different technologies of this week. ✍️ Our Stack Weekly iOS Stack Weekly — Issue #61 This week in iOS we have added updates about the new version of Xcode 14.3 and iOS 16.4, animation with SwiftUI’s… android
Canopas Newsletter — 7 Delivered every Friday — 👋🏼 Hello Readers Thanks Canopas subscriber curated collection link brief intro latest update different technology week ✍️ Stack Weekly iOS Stack Weekly — Issue 61 week iOS added update new version Xcode 143 iOS 164 animation SwiftUI’s… android
8,168
Is it time to trade your iPhone for an Android?
When Apple released the first iPhone in 2007, it was truly a market disruptor. Apple didn’t just improve the market, they destroyed it. Prior to the iPhone, Nokia dominated the market with the Finnish manufacturer enjoying a 49.4% market share. Just 6 years later, that hand dwindled to 3%*. …
https://medium.com/@lewisjdoyle/is-it-time-to-trade-your-iphone-for-an-android-ea2cd89fdee6?source=topics_v2---------224-84--------------------b908a111_4f6b_4420_8431_60342dde401d-------17
https://miro.medium.com/…W49kk40gfRpg.png
android
Is it time to trade your iPhone for an Android? When Apple released the first iPhone in 2007, it was truly a market disruptor. Apple didn’t just improve the market, they destroyed it. Prior to the iPhone, Nokia dominated the market with the Finnish manufacturer enjoying a 49.4% market share. Just 6 years later, that hand dwindled to 3%*. … android
time trade iPhone Android Apple released first iPhone 2007 truly market disruptor Apple didn’t improve market destroyed Prior iPhone Nokia dominated market Finnish manufacturer enjoying 494 market share 6 year later hand dwindled 3 … android
8,169
Mastering ‘When’ in Kotlin: Tips, Tricks, and Best Practices
When it comes to Kotlin, the keyword “when” is one of the most useful constructs in the language. It’s like a Swiss Army knife for developers, with a variety of different use cases and applications. 🔎 What is “when” in Kotlin? In Kotlin, “when” is a control flow construct that works like a switch statement in…
https://medium.com/@adventures92/mastering-when-in-kotlin-tips-tricks-and-best-practices-e90041de99da?source=topics_v2---------225-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…ZYRVANk9tc1Q.png
android
Mastering ‘When’ in Kotlin: Tips, Tricks, and Best Practices When it comes to Kotlin, the keyword “when” is one of the most useful constructs in the language. It’s like a Swiss Army knife for developers, with a variety of different use cases and applications. 🔎 What is “when” in Kotlin? In Kotlin, “when” is a control flow construct that works like a switch statement in… android
Mastering ‘When’ Kotlin Tips Tricks Best Practices come Kotlin keyword “when” one useful construct language It’s like Swiss Army knife developer variety different use case application 🔎 “when” Kotlin Kotlin “when” control flow construct work like switch statement in… android
8,170
Detailed Guidance on the KMM Project Structure
As mentioned in my previous articles, we are going to build our application using Kotlin Multiplatform Mobile (KMM). It is designed to simplify the development of cross-platform mobile applications. Means, we can share the Kotlin code between Android and iOS platform. My previous articles to be read before starting this. Building an Android App with Advanced Architecture & Technology Designing a best architecture is the first thing to be thought while developing your application. Ideally, you would…medium.com
https://medium.com/@sarguru1981/detailed-guidance-on-the-kmm-project-structure-f7a389dfaee9?source=topics_v2---------226-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…EhVUqvhSSY6A.png
android
Detailed Guidance on the KMM Project Structure As mentioned in my previous articles, we are going to build our application using Kotlin Multiplatform Mobile (KMM). It is designed to simplify the development of cross-platform mobile applications. Means, we can share the Kotlin code between Android and iOS platform. My previous articles to be read before starting this. Building an Android App with Advanced Architecture & Technology Designing a best architecture is the first thing to be thought while developing your application. Ideally, you would…medium.com android
Detailed Guidance KMM Project Structure mentioned previous article going build application using Kotlin Multiplatform Mobile KMM designed simplify development crossplatform mobile application Means share Kotlin code Android iOS platform previous article read starting Building Android App Advanced Architecture Technology Designing best architecture first thing thought developing application Ideally would…mediumcom android
8,171
Provider: State Management in Flutter
State Management, be it in Android or iOS, is the most important part in any app development project. By managing state you make sure that data reaches where it is required. State management is a strategic approach in organising all user interactions such that the created system state may be…
https://medium.com/the-sixt-india-blog/provider-state-management-in-flutter-16e8d3e01bec?source=topics_v2---------227-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…nVbTBkhYpojQ.png
android
Provider: State Management in Flutter State Management, be it in Android or iOS, is the most important part in any app development project. By managing state you make sure that data reaches where it is required. State management is a strategic approach in organising all user interactions such that the created system state may be… android
Provider State Management Flutter State Management Android iOS important part app development project managing state make sure data reach required State management strategic approach organising user interaction created system state may be… android
8,172
Lifecycle In Jetpack Compose (ON_RESUME, ON_PAUSE, ON_CREATE, ON_STOP, ON_DESTROY)
Are you finding lifecycle components like OnResume, OnPause, OnCreate, etc? Well, we are used to these components in the activity lifecycle but when you move on to Jetpack Compose you will not find any direct method for these events. I think some other developer may be searching for this. so…
https://medium.com/@chiragthummar16/lifecycle-in-jetpack-compose-on-resume-on-pause-on-create-on-stop-on-destroy-3e4999f8132d?source=topics_v2---------228-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Lifecycle In Jetpack Compose (ON_RESUME, ON_PAUSE, ON_CREATE, ON_STOP, ON_DESTROY) Are you finding lifecycle components like OnResume, OnPause, OnCreate, etc? Well, we are used to these components in the activity lifecycle but when you move on to Jetpack Compose you will not find any direct method for these events. I think some other developer may be searching for this. so… android
Lifecycle Jetpack Compose ONRESUME ONPAUSE ONCREATE ONSTOP ONDESTROY finding lifecycle component like OnResume OnPause OnCreate etc Well used component activity lifecycle move Jetpack Compose find direct method event think developer may searching so… android
8,173
Why Kuika’s Low-Code Platform to Build iOS, Android and Web Apps?
Low code is a gift of technology for the business world. You can build your custom-made application or improve your existing applications without the need for advanced knowledge of coding. Thanks to low code, what you can do is quite limitless. You can create value with low code in every…
https://medium.com/kuika-software/why-kuikas-low-code-platform-to-build-ios-android-and-web-apps-f5848f511bc1?source=topics_v2---------229-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…iysq4SyhvRQ.jpeg
android
Why Kuika’s Low-Code Platform to Build iOS, Android and Web Apps? Low code is a gift of technology for the business world. You can build your custom-made application or improve your existing applications without the need for advanced knowledge of coding. Thanks to low code, what you can do is quite limitless. You can create value with low code in every… android
Kuika’s LowCode Platform Build iOS Android Web Apps Low code gift technology business world build custommade application improve existing application without need advanced knowledge coding Thanks low code quite limitless create value low code every… android
8,174
How to Make an Android Game in Just 10 Minutes — (Unity)
In 7 Simple Steps — 🎮 Do you want to create your own Android game but don’t know how to start? Look no further, as in this tutorial, I will show you how to create an Android game in just 10 minutes using Unity. Unity is a popular game engine that allows developers to create…
https://medium.com/datadriveninvestor/how-to-make-an-android-game-in-just-10-minutes-unity-8f252daf104c?source=topics_v2---------230-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…5J_kMrnTZn7g.png
android
How to Make an Android Game in Just 10 Minutes — (Unity) In 7 Simple Steps — 🎮 Do you want to create your own Android game but don’t know how to start? Look no further, as in this tutorial, I will show you how to create an Android game in just 10 minutes using Unity. Unity is a popular game engine that allows developers to create… android
Make Android Game 10 Minutes — Unity 7 Simple Steps — 🎮 want create Android game don’t know start Look tutorial show create Android game 10 minute using Unity Unity popular game engine allows developer create… android
8,175
Building a Language Learning App with Compose — Part 3
Welcome back to Part 3 of “Building a Language Learning App with Compose“ series. This is a series where I’ll be sharing my progress building a language learning app. In this series, I’ll be sharing my progress, design choices, and any new insights I gain along the way. Today I’ll…
https://medium.com/proandroiddev/building-a-language-learning-app-with-compose-part-3-21e54a17ce1c?source=topics_v2---------231-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…US2qXMT8Ueg.jpeg
android
Building a Language Learning App with Compose — Part 3 Welcome back to Part 3 of “Building a Language Learning App with Compose“ series. This is a series where I’ll be sharing my progress building a language learning app. In this series, I’ll be sharing my progress, design choices, and any new insights I gain along the way. Today I’ll… android
Building Language Learning App Compose — Part 3 Welcome back Part 3 “Building Language Learning App Compose“ series series I’ll sharing progress building language learning app series I’ll sharing progress design choice new insight gain along way Today I’ll… android
8,176
Collapsing Toolbar in Jetpack Compose LazyColumn — Three Approaches
There are many ways to build collapsible top bars in traditional RecyclerViews. In this article, I’ll explore three different approaches to achieve the same effect in a Jetpack Compose LazyColumn. Using Scaffold Using Box Using Scaffold with Material 3’s LargeTopAppBar I use the terms “toolbar” and “top bar” interchangeably day-to-day…
https://medium.com/proandroiddev/collapsing-toolbar-in-jetpack-compose-lazycolumn-3-approaches-702684d61843?source=topics_v2---------232-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/v2/resize:fill:140:140/0*J4ZxeiVG28YUvAnP
android
Collapsing Toolbar in Jetpack Compose LazyColumn — Three Approaches There are many ways to build collapsible top bars in traditional RecyclerViews. In this article, I’ll explore three different approaches to achieve the same effect in a Jetpack Compose LazyColumn. Using Scaffold Using Box Using Scaffold with Material 3’s LargeTopAppBar I use the terms “toolbar” and “top bar” interchangeably day-to-day… android
Collapsing Toolbar Jetpack Compose LazyColumn — Three Approaches many way build collapsible top bar traditional RecyclerViews article I’ll explore three different approach achieve effect Jetpack Compose LazyColumn Using Scaffold Using Box Using Scaffold Material 3’s LargeTopAppBar use term “toolbar” “top bar” interchangeably daytoday… android
8,177
Mastering Custom Views: A Guide
Custom views are an essential part of creating dynamic and responsive user interfaces. A custom view is a view class that is designed to provide a unique user interface element that is not available in the standard Android framework. By creating custom views, you can provide users with an immersive…
https://medium.com/@alexandru.rotariu.dg/mastering-custom-views-a-guide-f0a647720c1a?source=topics_v2---------233-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/…1jmyloRIEAqQ.png
android
Mastering Custom Views: A Guide Custom views are an essential part of creating dynamic and responsive user interfaces. A custom view is a view class that is designed to provide a unique user interface element that is not available in the standard Android framework. By creating custom views, you can provide users with an immersive… android
Mastering Custom Views Guide Custom view essential part creating dynamic responsive user interface custom view view class designed provide unique user interface element available standard Android framework creating custom view provide user immersive… android
8,178
An introduction about Preview in Jetpack Compose
The @Preview annotation has several capabilities to help manage previewing composable functions. This article, going deep dive and covering the power of @Preview! 🔥 Theme preview For previewing a composable function, simply define another composable function with @Preview: @Preview @Composable fun MyButtonPreview() { MyAppTheme { MyButton() } } This function generate the…
https://medium.com/proandroiddev/an-introduction-about-preview-in-jetpack-compose-b72a96daac35?source=topics_v2---------234-84--------------------957c0606_1143_4144_9dd6_9971a9162468-------17
https://miro.medium.com/v2/resize:fill:140:140/0*uWLVoCL24mf14KEQ
android
An introduction about Preview in Jetpack Compose The @Preview annotation has several capabilities to help manage previewing composable functions. This article, going deep dive and covering the power of @Preview! 🔥 Theme preview For previewing a composable function, simply define another composable function with @Preview: @Preview @Composable fun MyButtonPreview() { MyAppTheme { MyButton() } } This function generate the… android
introduction Preview Jetpack Compose Preview annotation several capability help manage previewing composable function article going deep dive covering power Preview 🔥 Theme preview previewing composable function simply define another composable function Preview Preview Composable fun MyButtonPreview MyAppTheme MyButton function generate the… android
8,179
Building Rapido’s Design System
Implementing a consistent UX pattern across an app to which multiple teams are contributing is a challenge. That’s where design systems are our best friends, and the best design system starts small and grows with the project. …
https://medium.com/rapido-labs/building-rapidos-design-system-54a0e94bf5dc?source=topics_v2---------235-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…dikR6yrRPZIg.png
android
Building Rapido’s Design System Implementing a consistent UX pattern across an app to which multiple teams are contributing is a challenge. That’s where design systems are our best friends, and the best design system starts small and grows with the project. … android
Building Rapido’s Design System Implementing consistent UX pattern across app multiple team contributing challenge That’s design system best friend best design system start small grows project … android
8,180
Handling React Native Security!
React Native is a popular framework for building cross-platform mobile applications. As with any software development, security is an important consideration when building React Native applications. In this article, we will discuss some best practices for handling React Native security with examples. Keep dependencies up to date: Keeping dependencies up…
https://medium.com/@pawar.sharad585/handling-react-native-security-ef8541ed88c9?source=topics_v2---------236-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Handling React Native Security! React Native is a popular framework for building cross-platform mobile applications. As with any software development, security is an important consideration when building React Native applications. In this article, we will discuss some best practices for handling React Native security with examples. Keep dependencies up to date: Keeping dependencies up… android
Handling React Native Security React Native popular framework building crossplatform mobile application software development security important consideration building React Native application article discus best practice handling React Native security example Keep dependency date Keeping dependency up… android
8,181
Passing Arrays in DeepLinks in Android: Two Solutions
As an Android developer, you may find yourself needing to pass arrays of data in deeplinks. Deeplinks allow users to navigate directly to specific content in your app, and passing arrays can be a useful way to specify multiple values for a single parameter. In this blog post, we’ll explore…
https://medium.com/@rohitkumar281991/passing-arrays-in-deeplinks-in-android-two-solutions-a242904c093d?source=topics_v2---------237-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Passing Arrays in DeepLinks in Android: Two Solutions As an Android developer, you may find yourself needing to pass arrays of data in deeplinks. Deeplinks allow users to navigate directly to specific content in your app, and passing arrays can be a useful way to specify multiple values for a single parameter. In this blog post, we’ll explore… android
Passing Arrays DeepLinks Android Two Solutions Android developer may find needing pas array data deeplinks Deeplinks allow user navigate directly specific content app passing array useful way specify multiple value single parameter blog post we’ll explore… android
8,182
Kotlin Generics Explaind: Mastering in, out, and where
Hey there, fellow Kotlin enthusiast! Today we’re going to talk about one of the most powerful features of Kotlin — Generics. So, what are Generics? Generics are a way to write code that can work with multiple types without sacrificing type safety. This means that we can write code that…
https://medium.com/@adventures92/kotlin-generics-explaind-mastering-in-out-and-where-804ee1642627?source=topics_v2---------238-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…Yu8dSC688stA.png
android
Kotlin Generics Explaind: Mastering in, out, and where Hey there, fellow Kotlin enthusiast! Today we’re going to talk about one of the most powerful features of Kotlin — Generics. So, what are Generics? Generics are a way to write code that can work with multiple types without sacrificing type safety. This means that we can write code that… android
Kotlin Generics Explaind Mastering Hey fellow Kotlin enthusiast Today we’re going talk one powerful feature Kotlin — Generics Generics Generics way write code work multiple type without sacrificing type safety mean write code that… android
8,183
Android App Links — Part 2
Creating deep links to app content. You can find the Part 1 of this article here. When the user clicks a link and if a Web URI intent is invoked because of it, Android system tries these actions in the same order until the request succeeds. If there are any…
https://medium.com/@yuvarajpavithra95/android-app-links-part-2-b3ab5ebe6a0d?source=topics_v2---------239-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…PQ0owF3sWwnQ.png
android
Android App Links — Part 2 Creating deep links to app content. You can find the Part 1 of this article here. When the user clicks a link and if a Web URI intent is invoked because of it, Android system tries these actions in the same order until the request succeeds. If there are any… android
Android App Links — Part 2 Creating deep link app content find Part 1 article user click link Web URI intent invoked Android system try action order request succeeds any… android
8,184
Flutter pop-up message — SnackBar (Part 2)
In the previous article, we just created and displayed a short message using the SnackBar widget and the ScaffoldMessagener widget. We have already seen the content property which is the only mandatory property of the SnackBar. This article will continue the discussion of SnackBar by dicussing the other important properties…
https://medium.com/devtechie/flutter-pop-up-message-snackbar-part-2-fbdba1579a41?source=topics_v2---------240-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…r1a7PeNJs0Xg.png
android
Flutter pop-up message — SnackBar (Part 2) In the previous article, we just created and displayed a short message using the SnackBar widget and the ScaffoldMessagener widget. We have already seen the content property which is the only mandatory property of the SnackBar. This article will continue the discussion of SnackBar by dicussing the other important properties… android
Flutter popup message — SnackBar Part 2 previous article created displayed short message using SnackBar widget ScaffoldMessagener widget already seen content property mandatory property SnackBar article continue discussion SnackBar dicussing important properties… android
8,185
How to Build an Android Ecommerce App with Medusa
In addition to ecommerce websites, many ecommerce startups now require mobile applications to enhance the shopping experience for users with features such as push notifications, personalization, less friction, and more. Medusa is a set of ecommerce building blocks that gives developers full control over building an ecommerce application. Its modules…
https://medium.com/medusa-commerce/how-to-build-an-android-ecommerce-app-with-medusa-62cdab27162f?source=topics_v2---------241-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…0ppnMbjLuDg.jpeg
android
How to Build an Android Ecommerce App with Medusa In addition to ecommerce websites, many ecommerce startups now require mobile applications to enhance the shopping experience for users with features such as push notifications, personalization, less friction, and more. Medusa is a set of ecommerce building blocks that gives developers full control over building an ecommerce application. Its modules… android
Build Android Ecommerce App Medusa addition ecommerce website many ecommerce startup require mobile application enhance shopping experience user feature push notification personalization le friction Medusa set ecommerce building block give developer full control building ecommerce application modules… android
8,186
What is View model in Android?
What is View Model? View Model is a data holding class which holds data in a life-cycle conscious way. By life-cycle conscious way, I mean that, View model is aware of the life-cycle changes in the activity in which it is used. It is a part of Android Jetpack. It acts as a bridge…
https://medium.com/@yuvarajpavithra95/what-is-view-model-in-android-15b841a625ca?source=topics_v2---------242-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…KFxxl8i9E0Xg.png
android
What is View model in Android? What is View Model? View Model is a data holding class which holds data in a life-cycle conscious way. By life-cycle conscious way, I mean that, View model is aware of the life-cycle changes in the activity in which it is used. It is a part of Android Jetpack. It acts as a bridge… android
View model Android View Model View Model data holding class hold data lifecycle conscious way lifecycle conscious way mean View model aware lifecycle change activity used part Android Jetpack act bridge… android
8,187
Unlock the Power of Android Game Development with Modern Tools
Bring your game ideas to life with the latest and greatest development tools for Android game creation. Discover tools that offer advanced graphics capabilities, streamlined workflows, and other features that will help you create truly amazing games. The first thing you should do when making an Android game is to…
https://medium.com/@thetechawesome/android-game-development-tools-99a5be3db22d?source=topics_v2---------243-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…qB3ynYc4uuA.jpeg
android
Unlock the Power of Android Game Development with Modern Tools Bring your game ideas to life with the latest and greatest development tools for Android game creation. Discover tools that offer advanced graphics capabilities, streamlined workflows, and other features that will help you create truly amazing games. The first thing you should do when making an Android game is to… android
Unlock Power Android Game Development Modern Tools Bring game idea life latest greatest development tool Android game creation Discover tool offer advanced graphic capability streamlined workflow feature help create truly amazing game first thing making Android game to… android
8,188
Green IT: best coding practices for sustainable Android apps
In a recent webinar, we welcomed Olivier Le Goaër, Associate professor at Université de Pau et des Pays de l’Adour (Pau, France), to discuss greenIT for mobile applications (replay is available in French here). Indeed, Olivier started in 2019 to work on a project to make native mobile apps more…
https://medium.com/promyze/green-it-best-coding-practices-for-sustainable-android-apps-680cc4730383?source=topics_v2---------244-84--------------------4ed3c32d_d7bf_4cc1_8bf0_169a93dc836f-------17
https://miro.medium.com/…4qNSZJ6Ty5Q.jpeg
android
Green IT: best coding practices for sustainable Android apps In a recent webinar, we welcomed Olivier Le Goaër, Associate professor at Université de Pau et des Pays de l’Adour (Pau, France), to discuss greenIT for mobile applications (replay is available in French here). Indeed, Olivier started in 2019 to work on a project to make native mobile apps more… android
Green best coding practice sustainable Android apps recent webinar welcomed Olivier Le Goaër Associate professor Université de Pau et de Pays de l’Adour Pau France discus greenIT mobile application replay available French Indeed Olivier started 2019 work project make native mobile apps more… android
8,189
Exploring the Power of Kotlin Contracts for Better Code Quality
Contracts in programming are agreements between different parts of the code. They allow a function to explicitly describe its behavior in a way that is understood by the compiler. Kotlin contracts are an extension of this concept that was introduced in version 1.3.60 of Kotlin. …
https://medium.com/@oguzhanaslann/exploring-the-power-of-kotlin-contracts-for-better-code-quality-80bb279d7d2d?source=topics_v2---------245-84--------------------a098930f_f986_499c_aeaa_cbfa2302f879-------17
https://miro.medium.com/v2/resize:fill:140:140/0*Nj_WaIHNs5R8EB82
android
Exploring the Power of Kotlin Contracts for Better Code Quality Contracts in programming are agreements between different parts of the code. They allow a function to explicitly describe its behavior in a way that is understood by the compiler. Kotlin contracts are an extension of this concept that was introduced in version 1.3.60 of Kotlin. … android
Exploring Power Kotlin Contracts Better Code Quality Contracts programming agreement different part code allow function explicitly describe behavior way understood compiler Kotlin contract extension concept introduced version 1360 Kotlin … android
8,190
How to make Sequential Background Tasks with Kotlin Coroutines
Kotlin Coroutines, and who doesn’t know Coroutines!. Therefore, in this article, we will talk about an important part of it, which is making sequential background tasks. Hi, it’s Abanoub, and in this article I’m going to show you how to make sequential background tasks with Coroutines using async and await…
https://medium.com/@iAbanoubSamir/how-to-make-sequential-background-tasks-with-kotlin-coroutines-8047c4771d91?source=topics_v2---------0-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…x6-n8VWccxLA.png
android
How to make Sequential Background Tasks with Kotlin Coroutines Kotlin Coroutines, and who doesn’t know Coroutines!. Therefore, in this article, we will talk about an important part of it, which is making sequential background tasks. Hi, it’s Abanoub, and in this article I’m going to show you how to make sequential background tasks with Coroutines using async and await… android
make Sequential Background Tasks Kotlin Coroutines Kotlin Coroutines doesn’t know Coroutines Therefore article talk important part making sequential background task Hi it’s Abanoub article I’m going show make sequential background task Coroutines using async await… android
8,191
Create Websocket Android Application Using Ktor
In this article i will show you the simple way to create webscocket android app (client side) and create websocket server side with Kotlin Ktor. First, Let’s Create Server Side (websocket server) Open Intellij Ide or any ide you prefer then create a new project and select Ktor from left side then click next.
https://medium.com/@karim-abdallah/create-websocket-android-application-using-ktor-769bfedc84e3?source=topics_v2---------2-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…y0KQld6i19gA.png
android
Create Websocket Android Application Using Ktor In this article i will show you the simple way to create webscocket android app (client side) and create websocket server side with Kotlin Ktor. First, Let’s Create Server Side (websocket server) Open Intellij Ide or any ide you prefer then create a new project and select Ktor from left side then click next. android
Create Websocket Android Application Using Ktor article show simple way create webscocket android app client side create websocket server side Kotlin Ktor First Let’s Create Server Side websocket server Open Intellij Ide ide prefer create new project select Ktor left side click next android
8,192
Hey BlockStore API!
As devs, we all have things on production, and our goal majorly is to assist and solve user’s problems the best we can do with our product. Many a times users switch their phones, maybe change or upgrade to a newer device, to ensure smooth onboarding and switching experience. Google…
https://medium.com/@ayushmaniac/hey-blockstore-api-8754e117f990?source=topics_v2---------3-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Hey BlockStore API! As devs, we all have things on production, and our goal majorly is to assist and solve user’s problems the best we can do with our product. Many a times users switch their phones, maybe change or upgrade to a newer device, to ensure smooth onboarding and switching experience. Google… android
Hey BlockStore API devs thing production goal majorly assist solve user’s problem best product Many time user switch phone maybe change upgrade newer device ensure smooth onboarding switching experience Google… android
8,193
Classes for android
In software development, classes are a fundamental concept in object-oriented programming. A class is a blueprint for creating objects that encapsulate data and behavior into a single entity. Classes provide a way to organize code into reusable and modular components, which can make code easier to understand, maintain, and extend…
https://medium.com/@chris-articles/classes-for-android-32e2e5362d66?source=topics_v2---------4-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Classes for android In software development, classes are a fundamental concept in object-oriented programming. A class is a blueprint for creating objects that encapsulate data and behavior into a single entity. Classes provide a way to organize code into reusable and modular components, which can make code easier to understand, maintain, and extend… android
Classes android software development class fundamental concept objectoriented programming class blueprint creating object encapsulate data behavior single entity Classes provide way organize code reusable modular component make code easier understand maintain extend… android
8,194
Legacy Code Transformation in Android Project
Introduction In software development, it’s not uncommon to encounter functions or pieces of code that are old, not readable, and inefficient. This can be especially problematic when working on a large-scale project that is already in production and requires continuous improvements and scaling. These functions can slow down the application, cause…
https://medium.com/@pavelparradomarin/heritage-code-transformation-in-android-project-df77fc2f9ded?source=topics_v2---------5-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…j1S_mJjMZyg.jpeg
android
Legacy Code Transformation in Android Project Introduction In software development, it’s not uncommon to encounter functions or pieces of code that are old, not readable, and inefficient. This can be especially problematic when working on a large-scale project that is already in production and requires continuous improvements and scaling. These functions can slow down the application, cause… android
Legacy Code Transformation Android Project Introduction software development it’s uncommon encounter function piece code old readable inefficient especially problematic working largescale project already production requires continuous improvement scaling function slow application cause… android
8,195
Exploring ARCore Technology and How Fly Dutch Technologies Can Help You Build Your AR Mobile App
Augmented reality (AR) has been rapidly growing in popularity, with ARCore technology playing a significant role in this advancement. ARCore is a platform designed for building augmented reality experiences on Android devices. It uses a combination of motion tracking, environmental understanding, and light estimation to create realistic and interactive virtual…
https://medium.com/@william.cruz.gouvea/exploring-arcore-technology-and-how-fly-dutch-technologies-can-help-you-build-your-ar-mobile-app-a049530200b1?source=topics_v2---------6-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…fCKsuma9ssCA.png
android
Exploring ARCore Technology and How Fly Dutch Technologies Can Help You Build Your AR Mobile App Augmented reality (AR) has been rapidly growing in popularity, with ARCore technology playing a significant role in this advancement. ARCore is a platform designed for building augmented reality experiences on Android devices. It uses a combination of motion tracking, environmental understanding, and light estimation to create realistic and interactive virtual… android
Exploring ARCore Technology Fly Dutch Technologies Help Build AR Mobile App Augmented reality AR rapidly growing popularity ARCore technology playing significant role advancement ARCore platform designed building augmented reality experience Android device us combination motion tracking environmental understanding light estimation create realistic interactive virtual… android
8,196
SSL Pinning with OkHttp in Android
SSL Pinning — SSL(Secure Socket Layer) Pinning is a technique designed to prevent dangerous and complex security attacks. This security measure pins the identity of trustworthy certificates on mobile apps and blocks unknown documents from the suspicious servers. Applications with pinned SSL certificates relies on its stored certificates instead of relying on certificate…
https://medium.com/@khattaranshul/ssl-pinning-with-okhttp-in-android-9e240f233881?source=topics_v2---------7-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…GHrxh2aIjSVA.png
android
SSL Pinning with OkHttp in Android SSL Pinning — SSL(Secure Socket Layer) Pinning is a technique designed to prevent dangerous and complex security attacks. This security measure pins the identity of trustworthy certificates on mobile apps and blocks unknown documents from the suspicious servers. Applications with pinned SSL certificates relies on its stored certificates instead of relying on certificate… android
SSL Pinning OkHttp Android SSL Pinning — SSLSecure Socket Layer Pinning technique designed prevent dangerous complex security attack security measure pin identity trustworthy certificate mobile apps block unknown document suspicious server Applications pinned SSL certificate relies stored certificate instead relying certificate… android
8,197
Determining the Size Difference Between Old and New APK /IPA Files
Did you know that there’s a hassle-free way to determine the difference in size between an APK and an IPA file? It’s true! In this article, we’ll explore the ApkComparison Java tool, a lightweight and straightforward tool that allows you to compare the size of two APK or IPA files…
https://medium.com/@tmehta813/determining-the-size-difference-between-old-and-new-apk-ipa-files-d1878f6dbed?source=topics_v2---------9-84--------------------a1b0f233_c41a_402f_985e_cb112d2e3502-------17
https://miro.medium.com/…g6cMZQGGE0Iw.gif
android
Determining the Size Difference Between Old and New APK /IPA Files Did you know that there’s a hassle-free way to determine the difference in size between an APK and an IPA file? It’s true! In this article, we’ll explore the ApkComparison Java tool, a lightweight and straightforward tool that allows you to compare the size of two APK or IPA files… android
Determining Size Difference Old New APK IPA Files know there’s hasslefree way determine difference size APK IPA file It’s true article we’ll explore ApkComparison Java tool lightweight straightforward tool allows compare size two APK IPA files… android
8,198
Battery Life Optimizations
Developing an Android application that consumes a lot of battery can have a significant impact on the user experience. Users expect their devices to last for as long as possible without needing to recharge, and a battery-hungry app can quickly drain a device’s battery life. As an app developer, it’s…
https://medium.com/@betulnecanli/battery-life-optimizations-1e8695d90a4b?source=topics_v2---------10-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/…2HlmxwDGgDgg.png
android
Battery Life Optimizations Developing an Android application that consumes a lot of battery can have a significant impact on the user experience. Users expect their devices to last for as long as possible without needing to recharge, and a battery-hungry app can quickly drain a device’s battery life. As an app developer, it’s… android
Battery Life Optimizations Developing Android application consumes lot battery significant impact user experience Users expect device last long possible without needing recharge batteryhungry app quickly drain device’s battery life app developer it’s… android
8,199
10 Tips To Handle Memory Leaks in Android
A memory leak in Android occurs when an object is no longer needed but is still being referenced, preventing it from being garbage collected. This can cause the app to consume more memory than necessary, leading to performance issues and even crashes. …
https://medium.com/@manuchekhrdev/10-tips-to-handle-memory-leaks-in-android-62646d00a18e?source=topics_v2---------11-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
10 Tips To Handle Memory Leaks in Android A memory leak in Android occurs when an object is no longer needed but is still being referenced, preventing it from being garbage collected. This can cause the app to consume more memory than necessary, leading to performance issues and even crashes. … android
10 Tips Handle Memory Leaks Android memory leak Android occurs object longer needed still referenced preventing garbage collected cause app consume memory necessary leading performance issue even crash … android
8,200
Interfragment communication using SharedViewModel in Android
Hi, i will talk about the SharedViewModel in Android and how to use it. Here’s an explanation and example code for how to communicate between fragments using a SharedViewModel in Android. The SharedViewModel is a ViewModel that can be accessed by multiple fragments in the same activity. It’s a good…
https://medium.com/@mihai.alexandru0598/interfragment-communication-using-sharedviewmodel-in-android-bd3ea6fd2c36?source=topics_v2---------12-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/…yTqR0I3WQ5g.jpeg
android
Interfragment communication using SharedViewModel in Android Hi, i will talk about the SharedViewModel in Android and how to use it. Here’s an explanation and example code for how to communicate between fragments using a SharedViewModel in Android. The SharedViewModel is a ViewModel that can be accessed by multiple fragments in the same activity. It’s a good… android
Interfragment communication using SharedViewModel Android Hi talk SharedViewModel Android use Here’s explanation example code communicate fragment using SharedViewModel Android SharedViewModel ViewModel accessed multiple fragment activity It’s good… android
8,201
Sailing the Fragmented Seas: A Playful Odyssey Through Android’s Navigation Library
Introduction: Ahoy, fellow Android developers! As we set sail into the vast ocean of Android development, we often encounter the fragmented seas of user interfaces. Fear not, for the Android Fragment Navigation Library is here to serve as a trusty compass on this adventurous voyage. Prepare to embark on a delightful…
https://medium.com/@forzenacademy/sailing-the-fragmented-seas-a-playful-odyssey-through-androids-navigation-library-c5944a1c6294?source=topics_v2---------13-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/…9L-DoSbpVT7A.png
android
Sailing the Fragmented Seas: A Playful Odyssey Through Android’s Navigation Library Introduction: Ahoy, fellow Android developers! As we set sail into the vast ocean of Android development, we often encounter the fragmented seas of user interfaces. Fear not, for the Android Fragment Navigation Library is here to serve as a trusty compass on this adventurous voyage. Prepare to embark on a delightful… android
Sailing Fragmented Seas Playful Odyssey Android’s Navigation Library Introduction Ahoy fellow Android developer set sail vast ocean Android development often encounter fragmented sea user interface Fear Android Fragment Navigation Library serve trusty compass adventurous voyage Prepare embark delightful… android
8,202
How to Debug Jetpack Compose Recomposition with Logging?
What is the best way to debug Jetpack Compose recomposition? Breakpoints in debugger, standard logging (i.e. Log.d) or do we need custom logging? — Recomposition in Jetpack Compose is a complex topic. It is complex because sometimes you have no idea why a certain function is recomposed, which is not what you expected based on your knowledge. Thus, you need to debug it. Breakpoints in Debugger Using breakpoints in a debugger first comes to my mind to…
https://medium.com/@vtsen/how-to-debug-jetpack-compose-recomposition-with-logging-4edfd5a99141?source=topics_v2---------14-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/v2/resize:fill:140:140/0*wtbpMx2ULDZTz84_
android
How to Debug Jetpack Compose Recomposition with Logging? What is the best way to debug Jetpack Compose recomposition? Breakpoints in debugger, standard logging (i.e. Log.d) or do we need custom logging? — Recomposition in Jetpack Compose is a complex topic. It is complex because sometimes you have no idea why a certain function is recomposed, which is not what you expected based on your knowledge. Thus, you need to debug it. Breakpoints in Debugger Using breakpoints in a debugger first comes to my mind to… android
Debug Jetpack Compose Recomposition Logging best way debug Jetpack Compose recomposition Breakpoints debugger standard logging ie Logd need custom logging — Recomposition Jetpack Compose complex topic complex sometimes idea certain function recomposed expected based knowledge Thus need debug Breakpoints Debugger Using breakpoints debugger first come mind to… android
8,203
7 Reasons why Android is better than iPhone
Wondering whether your next device should be an Android or an iPhone? Here are some reasons why Google’s platform is the perfect choice. If you’re looking for a new mobile phone, you may not know whether to choose an iOS device or an Android device. Considering that we do almost…
https://medium.com/@korsh1968/7-reasons-why-android-is-better-than-iphone-fc705c1ef116?source=topics_v2---------15-84--------------------34ca5652_78cf_4b87_82fa_cff2b1be2262-------17
https://miro.medium.com/…v03RyFLOQcg.jpeg
android
7 Reasons why Android is better than iPhone Wondering whether your next device should be an Android or an iPhone? Here are some reasons why Google’s platform is the perfect choice. If you’re looking for a new mobile phone, you may not know whether to choose an iOS device or an Android device. Considering that we do almost… android
7 Reasons Android better iPhone Wondering whether next device Android iPhone reason Google’s platform perfect choice you’re looking new mobile phone may know whether choose iOS device Android device Considering almost… android
8,204
Advantages of Using Use Cases in our Android Projects
Using Use Cases in an Android project has several advantages: Separation of Concerns: Use Cases separate the business logic from the presentation layer, making the code more modular and easier to maintain. …
https://medium.com/@manuchekhrdev/advantages-of-using-use-cases-in-our-android-projects-97ab45093333?source=topics_v2---------16-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Advantages of Using Use Cases in our Android Projects Using Use Cases in an Android project has several advantages: Separation of Concerns: Use Cases separate the business logic from the presentation layer, making the code more modular and easier to maintain. … android
Advantages Using Use Cases Android Projects Using Use Cases Android project several advantage Separation Concerns Use Cases separate business logic presentation layer making code modular easier maintain … android
8,205
iPhone User: 30 days on Android and the S23 Ultra
I owned mobile / smartphones before the start of this millennium, bit of a dramatic start perhaps, but I’m well versed with all forms of the mobile gadgets. …
https://medium.com/@lewisjdoyle/iphone-user-30-days-on-android-and-the-s23-ultra-8956d78c3418?source=topics_v2---------17-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…QHQ88UEFsmQ.jpeg
android
iPhone User: 30 days on Android and the S23 Ultra I owned mobile / smartphones before the start of this millennium, bit of a dramatic start perhaps, but I’m well versed with all forms of the mobile gadgets. … android
iPhone User 30 day Android S23 Ultra owned mobile smartphones start millennium bit dramatic start perhaps I’m well versed form mobile gadget … android
8,206
Barcode Scanner with CameraX and ML Kit — Android
Barcodes are ubiquitous in our daily lives, from scanning items at the grocery store to accessing event tickets on our smartphones. With the advent of smartphone cameras and machine learning technology, building a barcode scanner app has become easier than ever before. In this tutorial, we will explore how to…
https://medium.com/@mrizqi070502/barcode-scanner-with-camerax-and-ml-kit-android-2d540fcd777?source=topics_v2---------18-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/v2/resize:fill:140:140/0*b984vyMsEEb7U0v-
android
Barcode Scanner with CameraX and ML Kit — Android Barcodes are ubiquitous in our daily lives, from scanning items at the grocery store to accessing event tickets on our smartphones. With the advent of smartphone cameras and machine learning technology, building a barcode scanner app has become easier than ever before. In this tutorial, we will explore how to… android
Barcode Scanner CameraX ML Kit — Android Barcodes ubiquitous daily life scanning item grocery store accessing event ticket smartphones advent smartphone camera machine learning technology building barcode scanner app become easier ever tutorial explore to… android
8,207
App Open Ads AdMob Jetpack Integration
App open ads are a special ad format intended for publishers wishing to monetize their app load screens. App open ads can be closed at any time, and are designed to be shown when your users bring your app to the foreground. Prerequisites Google Mobile Ads SDK 19.4.0 or higher. Gradle…
https://medium.com/@chiragthummar16/app-open-ads-admob-jetpack-integration-6528e01e3601?source=topics_v2---------19-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…MW3tIboATFuA.png
android
App Open Ads AdMob Jetpack Integration App open ads are a special ad format intended for publishers wishing to monetize their app load screens. App open ads can be closed at any time, and are designed to be shown when your users bring your app to the foreground. Prerequisites Google Mobile Ads SDK 19.4.0 or higher. Gradle… android
App Open Ads AdMob Jetpack Integration App open ad special ad format intended publisher wishing monetize app load screen App open ad closed time designed shown user bring app foreground Prerequisites Google Mobile Ads SDK 1940 higher Gradle… android
8,208
Getting Started with TWA: How to set up and deploy it on your Android
Hello Developers, Before taking a deep dive into TWA, you first need to have a basic understanding of PWA & How it works, I have added a basic overview of What is PWA & How it works What is PWA? Progressive Web Applications (PWA) is a relatively recent class of…
https://medium.com/@milansurelia/getting-started-with-twa-how-to-set-up-and-deploy-it-on-your-android-67504aca6162?source=topics_v2---------20-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…uHtGO_gtTwSQ.png
android
Getting Started with TWA: How to set up and deploy it on your Android Hello Developers, Before taking a deep dive into TWA, you first need to have a basic understanding of PWA & How it works, I have added a basic overview of What is PWA & How it works What is PWA? Progressive Web Applications (PWA) is a relatively recent class of… android
Getting Started TWA set deploy Android Hello Developers taking deep dive TWA first need basic understanding PWA work added basic overview PWA work PWA Progressive Web Applications PWA relatively recent class of… android
8,209
How to play sound on button click in android
To play sound in an Android application programmatically, you can use the Android’s built-in MediaPlayer class. Here are the steps to follow: Create a new Android project in Android Studio, and add a sound file to the res/raw folder. For this example, let's assume the sound file is named sound.mp3. …
https://medium.com/@chris-articles/how-to-play-sound-on-button-click-in-android-e61685510b52?source=topics_v2---------21-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
How to play sound on button click in android To play sound in an Android application programmatically, you can use the Android’s built-in MediaPlayer class. Here are the steps to follow: Create a new Android project in Android Studio, and add a sound file to the res/raw folder. For this example, let's assume the sound file is named sound.mp3. … android
play sound button click android play sound Android application programmatically use Android’s builtin MediaPlayer class step follow Create new Android project Android Studio add sound file resraw folder example let assume sound file named soundmp3 … android
8,210
Have Smartphones peaked in innovation ?
Smartphones have become an integral part of our lives. We use them for everything from communication to entertainment, and even as a tool for work. However, if you’ve been following the smartphone market, you may have noticed that the latest smartphones have stopped bringing any major innovations. All we see…
https://medium.com/@jeffinjacob97/have-smartphones-peaked-in-innovation-1f9cbed13f3a?source=topics_v2---------22-84--------------------20001900_98dd_48ea_bea3_1276befc54ed-------17
https://miro.medium.com/…i5L6LRyi2og.jpeg
android
Have Smartphones peaked in innovation ? Smartphones have become an integral part of our lives. We use them for everything from communication to entertainment, and even as a tool for work. However, if you’ve been following the smartphone market, you may have noticed that the latest smartphones have stopped bringing any major innovations. All we see… android
Smartphones peaked innovation Smartphones become integral part life use everything communication entertainment even tool work However you’ve following smartphone market may noticed latest smartphones stopped bringing major innovation see… android
8,211
Reverse engineering of Harly Trojan
Hello guys,Hope you are doing good. Here is another blog about a Harly an android trojan which was removed from playstore recently.I will be using tools like Jadx,apktool to perform static analysis and Burpsuite,emulator/rooted_device for dynamic analysis. On Mar 15,2023 an external researcher on twitter tweeted about an android trojan…
https://medium.com/@themalwarebug/reverse-engineering-of-harly-trojan-ad7b0d5f08b2?source=topics_v2---------23-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/v2/resize:fill:140:140/0*l0mte3kI_iozo0jT
android
Reverse engineering of Harly Trojan Hello guys,Hope you are doing good. Here is another blog about a Harly an android trojan which was removed from playstore recently.I will be using tools like Jadx,apktool to perform static analysis and Burpsuite,emulator/rooted_device for dynamic analysis. On Mar 15,2023 an external researcher on twitter tweeted about an android trojan… android
Reverse engineering Harly Trojan Hello guysHope good another blog Harly android trojan removed playstore recentlyI using tool like Jadxapktool perform static analysis Burpsuiteemulatorrooteddevice dynamic analysis Mar 152023 external researcher twitter tweeted android trojan… android
8,212
Demystifying WebView: handling Android webViews the way we want.
The Problem During the revamping of our app Sportskeeda, we delegated most of the work to the Webview so that it could provide us with bandwidth and help us release the product faster. Webview works great, similar to the way a browser works, but just a lighter version of it. …
https://medium.com/sportskeeda-tech/demystifying-webview-handling-web-views-the-way-we-want-4f076a5224fb?source=topics_v2---------24-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/v2/resize:fill:140:140/0*3T4DTBkOIQSW7Xcr
android
Demystifying WebView: handling Android webViews the way we want. The Problem During the revamping of our app Sportskeeda, we delegated most of the work to the Webview so that it could provide us with bandwidth and help us release the product faster. Webview works great, similar to the way a browser works, but just a lighter version of it. … android
Demystifying WebView handling Android webViews way want Problem revamping app Sportskeeda delegated work Webview could provide u bandwidth help u release product faster Webview work great similar way browser work lighter version … android
8,213
Minimalism and State Management.
What is the thought process of making simple Radio button list?
https://medium.com/@januprasad/minimalism-and-state-management-db22890dd355?source=topics_v2---------25-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/v2/resize:fill:140:140/0*HIzoH0MbBoWi2Id_
android
Minimalism and State Management. What is the thought process of making simple Radio button list? android
Minimalism State Management thought process making simple Radio button list android
8,214
I’ve tried both Kotlin with XML and Flutter, which one is harder?
Harder in the context of developing mobile applications. For kotlin, I can only give you an example the old library using XML and not the new compose library. Kotlin is harder. Definitely. There are several reasons why android development using Kotlin is harder than Flutter. I’ll start with the simplest…
https://medium.com/@mario-gunawan/ive-tried-both-kotlin-with-xml-and-flutter-which-one-is-harder-47cbdc1f3ca2?source=topics_v2---------26-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…zB91etDsS-vA.png
android
I’ve tried both Kotlin with XML and Flutter, which one is harder? Harder in the context of developing mobile applications. For kotlin, I can only give you an example the old library using XML and not the new compose library. Kotlin is harder. Definitely. There are several reasons why android development using Kotlin is harder than Flutter. I’ll start with the simplest… android
I’ve tried Kotlin XML Flutter one harder Harder context developing mobile application kotlin give example old library using XML new compose library Kotlin harder Definitely several reason android development using Kotlin harder Flutter I’ll start simplest… android
8,215
Using a habit tracker will help you achieve your goals.
Most of us are proficient at achieving tasks that form part of our daily grind. Whether it’s putting a washing load on, or paying a bill, tasks are single jobs that need to be done, sometimes at a certain place or time. …
https://medium.com/@lewisjdoyle/using-a-habit-tracker-will-help-you-achieve-your-goals-535f74d0a581?source=topics_v2---------27-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…Q9vz5_Pt1Yg.jpeg
android
Using a habit tracker will help you achieve your goals. Most of us are proficient at achieving tasks that form part of our daily grind. Whether it’s putting a washing load on, or paying a bill, tasks are single jobs that need to be done, sometimes at a certain place or time. … android
Using habit tracker help achieve goal u proficient achieving task form part daily grind Whether it’s putting washing load paying bill task single job need done sometimes certain place time … android
8,216
Retrofit With Kotlin Flow Android
Today we are going to implement api call using Retrofit and Coroutine Flow for collecting and emitting the result with basic MVVM Architecture. //So for Retrofit we add the below dependencies implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' As I am using the Gson to parse JSON into Java and Kotlin classes, I…
https://medium.com/@loveandroid/retrofit-with-kotlin-flow-android-ea7d99ccbd50?source=topics_v2---------29-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Retrofit With Kotlin Flow Android Today we are going to implement api call using Retrofit and Coroutine Flow for collecting and emitting the result with basic MVVM Architecture. //So for Retrofit we add the below dependencies implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' As I am using the Gson to parse JSON into Java and Kotlin classes, I… android
Retrofit Kotlin Flow Android Today going implement api call using Retrofit Coroutine Flow collecting emitting result basic MVVM Architecture Retrofit add dependency implementation comsquareupretrofit2retrofit290 implementation comsquareupretrofit2convertergson290 using Gson parse JSON Java Kotlin class I… android
8,217
Multiview Recyclerview in Kotlin Android — Multi view types in recyclerView
So in this article, I am going to explain to you how to deal with multiple types of data to inflate in recyclerView, like let’s suppose we have an image on position zero and then text few positions containing some text and then again we have an image to show…
https://medium.com/@muhammadbilal4074/multiview-recyclerview-in-kotlin-android-multi-view-types-in-recyclerview-8ac7cfd58a49?source=topics_v2---------30-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…AnZ5s3AD_q0Q.gif
android
Multiview Recyclerview in Kotlin Android — Multi view types in recyclerView So in this article, I am going to explain to you how to deal with multiple types of data to inflate in recyclerView, like let’s suppose we have an image on position zero and then text few positions containing some text and then again we have an image to show… android
Multiview Recyclerview Kotlin Android — Multi view type recyclerView article going explain deal multiple type data inflate recyclerView like let’s suppose image position zero text position containing text image show… android
8,218
Android-Predom: Bash based ADB exploiting tool with features like Brute-Force
Android-Predom is a powerful tool that interacts with the Android Debug Bridge (ADB) and is inspired by the popular Python-based exploiting tool “Ghost”. This tool is a part of a private project called “PREDOMINANT” and is designed to be fully integrated into the shell. The tool provides many new features…
https://medium.com/@devgautamkumar/android-predom-bash-based-adb-exploiting-tool-with-features-like-brute-force-58530354c089?source=topics_v2---------31-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…AHIsqmXeCUw.jpeg
android
Android-Predom: Bash based ADB exploiting tool with features like Brute-Force Android-Predom is a powerful tool that interacts with the Android Debug Bridge (ADB) and is inspired by the popular Python-based exploiting tool “Ghost”. This tool is a part of a private project called “PREDOMINANT” and is designed to be fully integrated into the shell. The tool provides many new features… android
AndroidPredom Bash based ADB exploiting tool feature like BruteForce AndroidPredom powerful tool interacts Android Debug Bridge ADB inspired popular Pythonbased exploiting tool “Ghost” tool part private project called “PREDOMINANT” designed fully integrated shell tool provides many new features… android
8,219
Exploring Layout Managers in Android: Constraint, Linear, and Relative Layouts with a Simple UI Example
This article will give you a fair understanding of Constraint, Linear, Relative Layout — By Aishwarya S — “Tech Fanatic” Android app development has become increasingly popular over the years, with millions of users downloading and using apps on their devices every day. One important aspect of creating a successful app is designing an intuitive and visually appealing user interface (UI). In this blog…
https://medium.com/caratlane-insider/exploring-layout-managers-in-android-constraint-linear-and-relative-layouts-with-a-simple-ui-85fe26c280c2?source=topics_v2---------32-84--------------------de9960e2_c4d9_42ec_ac0e_378888aa452d-------17
https://miro.medium.com/…hU2ZYgIZn0kb.jpg
android
Exploring Layout Managers in Android: Constraint, Linear, and Relative Layouts with a Simple UI Example This article will give you a fair understanding of Constraint, Linear, Relative Layout — By Aishwarya S — “Tech Fanatic” Android app development has become increasingly popular over the years, with millions of users downloading and using apps on their devices every day. One important aspect of creating a successful app is designing an intuitive and visually appealing user interface (UI). In this blog… android
Exploring Layout Managers Android Constraint Linear Relative Layouts Simple UI Example article give fair understanding Constraint Linear Relative Layout — Aishwarya — “Tech Fanatic” Android app development become increasingly popular year million user downloading using apps device every day One important aspect creating successful app designing intuitive visually appealing user interface UI blog… android
8,220
Handling Multi-Threading On Android
One of the most complex subjects in Android is multi-threading and concurrency. Building responsive and performant apps requires developers to understand how to manage threads, handle synchronization, and avoid common pitfalls like race conditions, deadlocks, and memory leaks. Android apps typically have a main UI thread responsible for rendering the…
https://medium.com/@sofiarusso/handling-multi-threading-on-android-8e74e84d5a9b?source=topics_v2---------33-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…[email protected]
android
Handling Multi-Threading On Android One of the most complex subjects in Android is multi-threading and concurrency. Building responsive and performant apps requires developers to understand how to manage threads, handle synchronization, and avoid common pitfalls like race conditions, deadlocks, and memory leaks. Android apps typically have a main UI thread responsible for rendering the… android
Handling MultiThreading Android One complex subject Android multithreading concurrency Building responsive performant apps requires developer understand manage thread handle synchronization avoid common pitfall like race condition deadlock memory leak Android apps typically main UI thread responsible rendering the… android
8,221
A convenient Android SharedPreferences Singleton wrapper
You all well know what are SharedPreferences and their prominent role in the Android ecosystem. Here I will show you my Kotlin way to manage them. My solution uses the Singleton pattern and consists in two elements. One is project-independent abstract class containing the primitives to store/retrieve preferences’ values. If…
https://medium.com/@albaspazio/a-convenient-android-sharedpreferences-singleton-wrapper-93a976886b9c?source=topics_v2---------34-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
A convenient Android SharedPreferences Singleton wrapper You all well know what are SharedPreferences and their prominent role in the Android ecosystem. Here I will show you my Kotlin way to manage them. My solution uses the Singleton pattern and consists in two elements. One is project-independent abstract class containing the primitives to store/retrieve preferences’ values. If… android
convenient Android SharedPreferences Singleton wrapper well know SharedPreferences prominent role Android ecosystem show Kotlin way manage solution us Singleton pattern consists two element One projectindependent abstract class containing primitive storeretrieve preferences’ value If… android
8,222
Android Jetpack Compose for beginners
Android Jetpack Compose is a modern toolkit for building native Android user interfaces using Kotlin. It allows developers to create UI components using a declarative syntax, which is easy to read, write, and maintain. With Compose, you can build UI components that are highly customizable, responsive, and dynamic. In this…
https://medium.com/@rzmeneghelo/android-jetpack-compose-for-beginners-130cb82caebc?source=topics_v2---------35-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Android Jetpack Compose for beginners Android Jetpack Compose is a modern toolkit for building native Android user interfaces using Kotlin. It allows developers to create UI components using a declarative syntax, which is easy to read, write, and maintain. With Compose, you can build UI components that are highly customizable, responsive, and dynamic. In this… android
Android Jetpack Compose beginner Android Jetpack Compose modern toolkit building native Android user interface using Kotlin allows developer create UI component using declarative syntax easy read write maintain Compose build UI component highly customizable responsive dynamic this… android
8,223
Some Useful And Important libraries for Android
1. Retrofit: A type-safe HTTP client for Android and Java. It simplifies the process of sending network requests and parsing the responses. Example: To make a GET request, you can define an interface and use annotations to specify the endpoint and parameters. For example: public interface ApiService { @GET("users/{userId}")…
https://medium.com/@manuchekhrdev/some-useful-and-important-libraries-for-android-2449f933e561?source=topics_v2---------36-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…Gxt1mmNnMyw.jpeg
android
Some Useful And Important libraries for Android 1. Retrofit: A type-safe HTTP client for Android and Java. It simplifies the process of sending network requests and parsing the responses. Example: To make a GET request, you can define an interface and use annotations to specify the endpoint and parameters. For example: public interface ApiService { @GET("users/{userId}")… android
Useful Important library Android 1 Retrofit typesafe HTTP client Android Java simplifies process sending network request parsing response Example make GET request define interface use annotation specify endpoint parameter example public interface ApiService GETusersuserId… android
8,224
Understand the RecyclerView in Android studio for beginners
In Android, when you want to display a list of items, such as in a RecyclerView or ListView, you typically use an adapter to manage the data and the views that display each item. …
https://medium.com/@simojanati.2j/understand-the-recyclerview-in-android-studio-for-beginners-94c77108e54f?source=topics_v2---------37-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…r8uwghKLSb1C.png
android
Understand the RecyclerView in Android studio for beginners In Android, when you want to display a list of items, such as in a RecyclerView or ListView, you typically use an adapter to manage the data and the views that display each item. … android
Understand RecyclerView Android studio beginner Android want display list item RecyclerView ListView typically use adapter manage data view display item … android
8,225
Bring Your Video App to Cars
Why Cars? Video content stands out with large screens and immersive audio in cars with Google built-in. For many people, their best sound system is in their cars! Whether charging an EV or waiting for a pickup, cars with Google built-in are a great place to catch up on shows and movies. …
https://medium.com/androiddevelopers/bring-your-video-app-to-cars-d84366a1f5e9?source=topics_v2---------38-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…BRfxOFexXVzw.png
android
Bring Your Video App to Cars Why Cars? Video content stands out with large screens and immersive audio in cars with Google built-in. For many people, their best sound system is in their cars! Whether charging an EV or waiting for a pickup, cars with Google built-in are a great place to catch up on shows and movies. … android
Bring Video App Cars Cars Video content stand large screen immersive audio car Google builtin many people best sound system car Whether charging EV waiting pickup car Google builtin great place catch show movie … android
8,226
Developing a Multi-Module Android App with Compose, Clean Architecture, MVVM, Hilt, Retrofit, and…
Developing a Multi-Module Android App with Compose, Clean Architecture, MVVM, Hilt, Retrofit, and More.[PART-ONE] Android Compose is a new UI toolkit that Google has introduced. It allows developers to build beautiful and responsive user interfaces in a declarative way. …
https://medium.com/@kamrulhasan3288/developing-a-multi-module-android-app-with-compose-clean-architecture-mvvm-hilt-retrofit-and-4640e9048656?source=topics_v2---------39-84--------------------c9598d61_7a13_4397_8e98_e996655ae561-------17
https://miro.medium.com/…t91o_FRmYEQ.jpeg
android
Developing a Multi-Module Android App with Compose, Clean Architecture, MVVM, Hilt, Retrofit, and… Developing a Multi-Module Android App with Compose, Clean Architecture, MVVM, Hilt, Retrofit, and More.[PART-ONE] Android Compose is a new UI toolkit that Google has introduced. It allows developers to build beautiful and responsive user interfaces in a declarative way. … android
Developing MultiModule Android App Compose Clean Architecture MVVM Hilt Retrofit and… Developing MultiModule Android App Compose Clean Architecture MVVM Hilt Retrofit MorePARTONE Android Compose new UI toolkit Google introduced allows developer build beautiful responsive user interface declarative way … android