Explore by Topic
Browse through our comprehensive guides across multiple frameworks and technologies
Latest Tutorials
Fresh content to keep you updated with the latest trends and solutions
Ionic 4 Ticket Booking App Starter-Evento: Features Overview
Ionic 4 Ticket Booking App Starter-Evento: Features Overview **Evento **is an event and ticket booking app template/theme. With this template, you can create events and ticket booking apps like BookMyShow, OneFlighTicket, MovieticketBook, etc. This template is the front-end part, which means the screens and user interfaces (screens) are ready. You can easily change the screens, styles, and logics to suit your requirements. You can use navigation between the screens and specific functions applied to buttons, etc. This saves your 100% cost and time in front-end UI development. You can simply add a back-end/server to this app template, and replace the demo data with data coming from your server. This way, you only spend time and money on back-end development. ...
Stripe payment integration in React Native apps using Firebase
Stripe payment integration in React Native apps using Firebase In this post, youâll learn how to integrate Stripe Payment Gateway in React Native apps. Weâll implement this functionality using a Firebase cloud function, acting as our server side logic. Stripe is one of the most widely used and fastest growing payment gateway you can integrate in your website or app. It supports a wide variety of payment options, including Apple Pay and Google Pay, and is quickly spreading across the globe. Stripe can take care of almost all your payment requirements in apps and website. Stripeâs ease of integration has made it a popular developer choice over PayPal and other payment gateways. A good comparison between Stripe and PayPal can be studied here (spoiler â Stripe wins) ...
Send, Read and Delete SMS in React Native
Send, Read and Delete SMS in React Native In this tutorial, we are going to implement send, read and delete SMS actions from your mobile device using react-native application. Using these implementations you can send message to someone, you can read particular persons or profiles message by clicking a single button and you can delete a particular message too from your device by implementing some cool functions using react-native-sms and react-native-get-sms-android in our cool react-native application. ...
Difference between redux and flux
Difference between redux and flux Redux V/S Flux In this post, weâll try to compare â Flux and Redux. Both technologies **allow you to manage state in your app. Both ** are a great tool because they allow developers to quickly store and manage state in his app. What is Redux? Redux is a standalone state management library, which can be used with any library or framework. If your background is React developer , then you have used the Redux library with React. The primary use of Redux is that we can use one application state as a global state and interact with the state from any react component is very easy whether they are siblings or parent-child. ...
How to get dark mode in your Ionic 4 apps in 15Â mins
How to get dark mode in your Ionic 4 apps in 15 mins This post will help you convert your Ionic 4 app to support a dark mode for new age browsers and users. If you are a developer, or even an avid smart phone user, every now and then you must feel that white background-black text takes a toll on your eyes after few hours. Your eyes get tired with the brightness. ...
Ionic 4 Video Streaming App Template-TeeVee: Features Overview
Ionic 4 Video Streaming App Template-TeeVee: Features Overview The days of having to tune in live or buy expensive discs in order to watch your favorite shows and movies are gone. Now, you can simply boot up one of the best streaming services, and watch your favorite movies and shows on-demand. One of the most popular service overall is Netflix, offering an excellent selection of TV shows, movies and original programming. ...
Ionic 4 Car Pooling App Starterâ-âFeatures Overview
Ionic 4 Car Pooling App Starter â Features Overview Carpooling is the sharing of car journeys so that more than one person travels in a car, and prevents the need for others to have to drive to a location themselves. Growing population lead to more vehicles on the road thus increasing traffic congestion and pollution. **Carpool **is carpooling or ride-sharing app template built in Ionic 4. With this template, you can create apps like BlaBla Car, UberPool, Ola Share, etc. With this starter kit, you can build a full working cab booking and sharing application to provide services to the people at an extremely convenient way, You only have to integrate a back-end server to make it fully functional. ...
PWA Features in Ionic 4
PWA Features in Ionic 4 In this tutorial, we will learn all the features of PWA in ionic 4 considering why you should definitely consider PWA as your next project in Ionic 4. What are the importance and benefits of PWA in ionic 4? PWA in Ionic 4 This post is all about the features and advantages of PWA in your cool new app. In this post, you will learn in step by step ...
Firebase analytics in React native app
Firebase analytics in React native app In this post, youâll learn how to implement the easy to integrate Firebase Analytics in React Native apps. **Complete code of this post can be found in the Github repository **react-native-firebase-analytics What is analytics Analysis is focused on understanding the past; what happened and why it happened. Analytics focuses on why it happened and what will happen next. ...
Async actions with Redux Thunk middleware in React Native apps
Async actions with Redux Thunk middleware in React Native apps Redux thunk This post will assist any developer to learn on how to implement async actions with the help of middleware (redux-thunk) in react native apps. Weâll approach the implementation by creating a simple application. _Complete source code of this tutorial is available in the _React-native-redux-thunk-example What Is React Native? React Native logo React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. Itâs based on React, Facebookâs JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms. In other words: web developers can now write mobile applications that look and feel truly ânative,â all from the comfort of a JavaScript library that we already know and love. Plus, because most of the code you write can be shared between platforms, React Native makes it easy to simultaneously develop for both Android and iOS. ...
đ Discover More Content
This is just the beginning! Explore our complete archive with hundreds of in-depth tutorials, code examples, and practical solutions.