Vishal SinghforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Sep 2, 2022In-Depth Guide to Work with Platform Channels by Integrating 3rd Party SDK: AndroidThis article is a continuation of In-Depth Guide to work with platform channels by integrating 3rd Party SDK: IOS, where we learned how MethodChannel and EventChannel works. Also, we integrated Comet Chat SDK with our IOS app and created streams and ...Discuss·30 likes·543 readsFlutter
Prince MittalforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Jul 9, 2021Implementing Bridging For Android Native ModulesThis article is a tutorial on how bridging works and how it can be implemented in React Native projects. In this tutorial, we will be building an OCR application with custom modules that will recognize the products from any receipt using a native SDK...Discuss·18 likes·6.3K readsReact NativeJavaScript
pushpakforPUSHPAK NINAVEaliencodes.hashnode.net·Nov 5, 2021Discord with 3-Million Concurrent Voice Users!We will be sketching up how discord is different on web-browser Vs cross-Platform App. Discord uses client-server architecture rather than peer-to-peer networking. client server here, refers that you act as a server and the people connected to you a...Discuss·8 likes·313 readsTech Giant's backend! WebRTC
Stijn MertensforDeveloper adventures in a SAP worldstijn.hashnode.net·Feb 23, 2023Running a native UI5 desktop applicationThis blog was first published at Expertum.net. Introduction Having a dedicated desktop application can improve the user experience. To achive this, we'll want to use the Electron framework. This framework is used by some popuplar dektop applications:...DiscussSAP
Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·Dec 14, 2022Port PhaserJS games to native Android / iOS apps using CapacitorJSHey there 👋 In this article, we're going to cover a way in which you can take your web games that are built with PhaserJS and convert them into applications that run on Android and/or iOS natively. This might be something you want to do if you're de...Discuss·583 readsJavaScript
Vladimir KolevforVladoKo’s blogvladoko.hashnode.net·Nov 24, 2022Great REST API Client - RapidAPI (paw.cloud)For as long as I can remember, every time I was testing REST APIs the only solution that was used by me was Postman. It is not a rant - I love it. It has a lot of great features and has served me well. The only problem was - it was not MacOS native a...Discuss·26 readsREST API
Vishal SinghforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Sep 2, 2022In-Depth Guide to Work with Platform Channels by Integrating 3rd Party SDK: AndroidThis article is a continuation of In-Depth Guide to work with platform channels by integrating 3rd Party SDK: IOS, where we learned how MethodChannel and EventChannel works. Also, we integrated Comet Chat SDK with our IOS app and created streams and ...Discuss·30 likes·543 readsFlutter
shreya tapariaforSoftieonsshreyanfj2233.hashnode.net·Jun 14, 2022Native App vs. Hybrid App: what is the difference?What is a Native Application? Native mobile application refers to software application and developed for a specific platform. It is created to operate on a specific mobile device and its operating system; it has the skill to use specific hardware and...Discussnative
Taofiq Aiyelabeganfortaofiqcodestaofiqcodes.hashnode.net·Apr 2, 2022How to Use Custom (Google) Fonts in React Native (React Native CLI)Introduction When building an application, the choice of font plays a key role in building a great user interface for your users. In this article, we are going to talk about how we can make use of custom fonts (specifically GOOGLE FONTS) in our React...Discuss·3 likes·75 readsReact Native
Ja HeforJa He's Blogjahe.hashnode.net·Feb 11, 2022Java AOT之Graalvm native image介绍以及简单长连接服务实践Java语言有20多年的发展历史,拥有众多优秀的特性如面向对象、安全、解释性、平台无关等,该语言以及其强大的生态使其成为最重要的网络编程语言。但是随着近年来技术架构的发展,微服务逐渐趋向云原生及Serverless化,使得Java也面临如下挑战:启动缓慢、内存占用大、预热问题。 Java服务启动时首先要启动一个JVM虚拟机,然后虚拟机会加载字节码,中间还包括类的加载解析初始化。JVM运行字节码运行时有解释执行和编译两种执行方式:当系统刚启动时,JVM会以解释执行并检测热点代码,热点代码会通过c...Discuss·110 readsJava
Chunyen HuangforCYHuang's Blogcyhuang.hashnode.net·Feb 10, 2022Pros and cons of Native-based or web-based developmentImagine now we need to create an application that can be run on all different platforms, will you choose the native-based or web-based way to develop it? That’s a complicated question. Also, the more different types of platforms, the more aspects tha...Discuss·46 readsdevelopment
DaShaunforDaShaundashaun.hashnode.net·Jan 31, 2022Spring Boot 2.6.3 ARM64 ImageSpring Boot on Raspberry Pi 4b 8gb The purpose of this article is to create a Spring Boot (2.6.3) native image for arm64. In my case, the Raspberry Pi Zero 2W. The Raspberry Pi Zero 2W only has 512mb of SDRAM. Because of the small footprint of the ...Discuss·435 readsSpringboot
Áronforartonworkpuding07.hashnode.net·Jan 25, 2022Can you create cross-platform native apps with only one language?Whoa hold on! What are you talking about? Trust me it's possible... Alright the title was a little catchy I know it is not actually native more of like a native feeling. But hold on don't go away yet. I have a question! What are your needs in this na...Discuss·1 like·132 readsJavaScript