Mohsin Javedmohsinjaved.hashnode.dev·Oct 6, 2023Making the Right Choice: Flutter vs. Native for Your Fintech AppIntroduction: In the fast-paced world of fintech, where security, performance, and user experience are paramount, choosing the right technology stack for your banking application is a critical decision that can significantly impact your project's suc...Discuss·49 readsFlutter
Charles Ilocharlesik.hashnode.dev·Sep 19, 2023Progressive Web Apps: Websites can be NativeProgressive Web App (PWA) is a term that has gained significant traction in the web development industry. But what exactly is it, how does it work, and why is it something you will consider for a future project? This is where this article comes in, w...Discussprogressive web apps
Elikem Seake-Kwawublog.elikem.dev·Aug 26, 2023Native PHP Apps (2/∞)Introduction In the last post, I mentioned something about being able to trigger desktop notifications right from your NativePHP app. Today, I wish to test it out and see if it'll be easy to do. Getting the application set up took quite a while, and ...Discuss·45 readsLaravel
Elikem Seake-Kwawublog.elikem.dev·Aug 24, 2023Native PHP Apps (1/∞)Since all things begin with an introduction, let's have a chat. What is NativePHP? If you've ever needed a way to build desktop apps, you may find that you often need to serve a backend and link it up with an Electron.js app. However, with NativePHP,...Discuss·64 readsPHP
Stijn Mertensstijn.hashnode.dev·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:...Discuss·28 readsSAP
Kirk Morrissaricden.com·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·1.3K readsJavaScript
Vladimir Kolevvladoko.dev·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·75 readsREST API
Vishal SinghforGeekyAnts Tech Blogtechblog.geekyants.com·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·911 readsFlutter
shreya tapariashreyanfj2233.hashnode.dev·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...Discuss·26 readsnative
Taofiq Aiyelabegantaofiqcodes.hashnode.dev·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·118 readsReact Native