You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's learn about Mobile via these 131 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.
These days, mobility is everything. Luckily, you can read these stories on the go.
You must have heard the words like trends of color schemes/patterns in mobile app development and designing because mobile phones are the best and most convenient way to connect yourself to the digital world.
React Native is a framework for building native apps using React and Javascript. In this post, I’ll walk through the process of building a music streaming similar to Spotify. What’s really cool is that the exact same code is going to work for both iOS and Android, and the apps are going to be 100 % native (no WebViews or anything).
Cross platform app development frameworks allow you to run the same code on different operating systems. In this article, we examine why you might choose developing cross platform mobile apps over native development, technologies for cross-platform development, and how these technologies compare to each other.
You have made a great app and of course, why not publish it right? But then you open your expo app and see the default boring splash screen provided by Expo.
Google explains that the prohibition on recording conversations is in place "to ensure the safety and privacy of our users". Here's how to get around this.
A terminal is a command line interface used to interact with computers. With MacOS, Linux and even sometimes windows, interacting with the terminal is a pretty common practice for developers. But, not so much with Android.
IoT is not a term which has eased down the daily work schedule of our routine, but it is more of the creativity which would help us to experience the technology through the hands of IoT.
Currently, cell phones have become one of the most useful pieces of technology. People regularly need information or have needed to pass information to some other persons. In this case, the easiest way to pick up the phone and put a call through to the individual. But that will not able to be done if your contact is misplaced.
Gradients bring out a colorful taste in our apps. So it’s important to know how and when to use them in your mobile apps. In React Native, gradients are extremely easy to integrate and in this article we are going to describe exactly how to implement them. There are mainly two types of linear gradients in React Native and CSS: Linear and Radial gradient
React Native is without any doubt a strong and powerful solution. It opens the world of cross-platform app development for a much wider audience of software engineers who aren’t familiar with native technologies. But it might at the same time be quite difficult to implement complex things when you’ve just started learning. In this short tutorial, I want to give a step-by-step guide on how to implement one of them — infinite scroll.
When I first started reviewing online casino sites there we're no online gambling apps yet. It was only 2001 and online gaming was still in its infancy. Then later on, in 2009 I opened a local office for a social media site I was developing. My head of analytics and user experience kept telling me over and over that we needed to build these new apps and how the iPad apps were going to be a major game changer. Unfortunately I didn't listen to his advice for whatever reason and I didn't develop an app. That was a pretty big mistake.
In a perfect world we’d always have a fast, reliable network connection on our mobile devices. Unfortunately, whether you’re driving through the middle of nowhere, surrounded by thousands of other people using their phones, or even in an area that should be a prime location for data, it’s inevitable that you’ll encounter connectivity issues. Luckily, problems like this can be mitigated by storing data locally.
AWS Amplify is a framework that lets you develop a web or mobile application quickly, by accessing the backend cloud services offered by AWS. In this article, we are going to learn how to use AWS Amplify in React Native by building a fully functional login and registration flow.
Our smartphones are our lives. We do everything on them and
spend a lot of time. All major mobile phone manufacturers and application
developers had to start introducing digital health features to curb our
addiction.
There are many types of proxies: datacenter, residential, ISP and so on. Each type of IP address is used for a different purpose. For example, datacenter IPs are good when you need to bypass a ban, while residential proxies will be great for arbitrage bets.In this article we will talk about mobile proxies. You will find out what their features are, what tasks they are suitable for and where to buy them.So let’s start.
Instead, just strong and weak sides of that JavaScript framework (as any other technology has) and certain use cases to consider. And we are here to tell you about that:)
SIM swap fraud prevention is something everyone should know about to fight identity theft. This article will define SIM swapping and how to prevent it.
Giphy is the largest library providing one of the most popular forms of media widely used for chatting – GIFs or Graphics Interchange Format and stickers. The most popular social media apps such as WhatsApp, Instagram, Slack, Skype and Twitter (to mention a few) use Giphy’s technology to provide GIF content and Stickers for their chat users to improve the chatting experience.
This article explains how to use ZEGOCLOUD's ZEGOLive to quickly build a live broadcast application, including functions such as mic, beauty, and messaging
In this tutorial, you will learn how to use the Xcode Archive & Export for iOS step to manage your iOS code signing assets, archives and export an .ipa.
Track the location of your family and friends with these free GPS tracker apps on Android. All apps listed here are easy-to-use and come with no hidden costs.
Today we’re going to draw directions route on a map in React Native, showcasing the path between two different locations. We’re going to make use of react-native-maps which is a powerful library, allowing us to draw polylines between multiple coordinates. We are also going to use Google Directions API, in order to fetch precise directions routes between two coordinates.
With the pace of smartphone evolution, there is always something waiting for you behind the scenes. No sooner have you spotted the last handset, than there is anticipation for the next big thing.
Shopify is becoming the operating system for modern commerce. Here are five eCommerce trends shaping 2026 and how Shopify merchants can prepare to win.
Apple has its own way of gaining eyeballs, and this time it's the beta release of iOS 16. While the recently launched iOS version is gaining all the attention, reactions are mixed, with some still wondering whether iOS 16 is worth getting or not. To address the same, I wanted to share an in-depth analysis of newly introduced features and usability.
Developing an application may seem a piece of cake for pros, but newbies need online guides to help them get from A to Z with their app development project.
Android development has witnessed massive growth in all these years, and any developer who’s worth his salt will thoroughly test his products before launching them into the market. While having a conversation about testing in Android, we often hear two forms of tests doing the rounds — Unit Test and Integration Test.
The question of how much does it cost to build a quality app has become common. This article has highlighted an in-depth overview of the cost to develop an app in the market. It will also state the factors that influence
effective app management and development.
This is part 2 of the two-part article on deploying ML models on mobile. We saw how to convert our ML models to TfLite format here. For those of you who came here first, I recommend you click on the above link to get the whole picture. If you just want the android part ,the demo app we are building has a GAN model generating handwritten digits and a classifier model predicting the generated digit.
If you already have some programming experience and you’re interested in learning React Native, there are a few methods that are faster than the traditional route of learning. Most tutorials, books and courses are targeted towards non-programmers, wasting your time with the basics. But if you have programming experience, here’s how to learn React Native practically in a fraction of the time.
It doesn't matter if you run a B2B or B2C company, a marketing agency or a SaaS firm, an eCommerce site, or a brick-and-mortar shop: evaluations are critical for any business.
In React Native, WebViews enable access to any web portal in the mobile app itself. In other words, a web view allows us to open the web URLs inside the app interface. While React Native provides us with a built-it web view component, but we are going to use react-native-webview plugin in this tutorial, since it is more powerful. React Native WebView is a modern, well-supported, and cross-platform WebView for React Native.
All you need to know about the security loopholes in your android device and how to protect your mobile phones from privacy invasions and security breaches.
Are you planning to create an app for your business or an upcoming project? If yes, you need not browse multiple search engines and go through the details of hu
At the beginning of the new millennium, mobile applications penetrated every business area. No matter who you are or what you’re looking for, you can guarantee that ‘there’s an app for that.’ Such a significant growth of the mobile field, considering apps have maintained their role as a critical revenue stream for the industry, made user acquisition a crucial part of product development. Too much competition on the market places UA managers in the face of numerous challenges, and this year is no exception mobile marketers seek for new ways to improve UA, maximize ROI or expand to the new market.
A recent development in the android circuit that has been circulating about the launch of Android 10 that has been released by Google on September 3, keeping aside all the rumours that have been going around the naming convention of Android 10 which was earlier named as Android Quiche.
This tutorial is the third part of our Airbnb Home Screen UI clone using React Native. In the previous part, we successfully implemented the Category and Airbnb plus sections. This tutorial is the continuation of the same tutorial from where we left off in the last part. So, it is recommended to go through the previous parts for better understanding and insight into the overall project.
Data has become an increasingly important factor when it comes to the health of any app or website. Having all of your important numbers such as the number of downloads, amount of money generated from downloads and even the most recent feedback is the key to continued success.
Since the beginning of 2020, the whole world has been all about the outbreak of the coronavirus, also referred to as COVID-19. Labeled a pandemic on March 11, the epidemic affects practically every country and every individual, changing the way we interact, work, study, entertain ourselves, shop, work out, etc.
React Native is an awesome, open-source framework for creating native, cross-platform mobile applications, but coding in react native can be quite daunting. In this article, we will go over some tips, and techniques when building a React Native application, to make your work easier and more efficient.
This is the mobile era and pretty much everything these days can happen from our smart phone. Thanks to millions of apps out there which help us in accomplishing anything we want. Whether it is maintaining your schedule (calendar) to managing financial information on the go, all things can be done by mobile apps running on our smart phones. Since these apps have access to so much of confidential information, as developer when we make an app we need to follow highest security standards so that information is not accessed by someone who is not entitled for it.
Despite its history of strict regulation against the industry, China’s gaming market is flourishing. Chinese MMOs and RPGs are topping lists around the globe while high-quality cross-platform releases, along with creative marketing through films, eSport competitions, and livestreaming, have set the tone for China’s growing gaming market for years to come at home.
Another year, another iPhone with minimal changes. Virtually identical to the 2017 design except for the flat edges, the iPhone 12 that Apple recently announced doesn’t surprise. It pleases, but it doesn’t dazzle. 5G and a series of back magnets, named MagSafe, complete the highlights of a device that will sell well, but that won’t do anything to push the envelope.
Examine Motorola’s pivot to IoT security and smart home surveillance. We highlight key features and infrastructure to decode what's important in home safety.
Contributing significantly to eCommerce and its spiking sales levels, consumer habits, behaviors, and shopping trends in the USA are changing. And this change is not about to stop anytime soon, with post-Covid trends in eCommerce continuing to place further benefits on this sector and those that take advantage of these trends.
Bluetooth is a radio technology that is used for the Internet or transmission from smartphone to smartphone or even to speakers. It's latest version, 5 is here.
Modern mobile products are the quintessence of the founders’ vision and actual market needs. To be successful, a mobile application needs to continually evolve in order to keep pace with changing market conditions. However, not every approach to application development can ensure such success.
Mobile apps must be snappy and playful. To fall in love with your mobile app, users need to perceive it as fast, responsive and bug-free. Perceived performance measures how fast a user thinks your mobile app is. In this article, I'm presenting a handful of UI techniques that will make your mobile app feel more performant to the end user.
My teacher once told me in school, “Your shoe reflects a lot about your personality,” which seemed weird because our school forced us all to wear the same shoe.
With the advent of Cognitive Technologies like Artificial Intelligence, IoT, Virtual Reality and Augmented Reality, there are no more standalone projects in Technology Domain.
How can you make your app popular? I’ve collected 30+ sources for the app reviewing (text media, Youtube channels, and podcasts), a checklist for a submission letter, and an example of the perfect press kit. You’re totally armed from now on.
Cell phones are a crutch in American culture and when our crutches are broken, we struggle to function as well. Since 1973, the rise of cellular phones have been the fastest growing technology phenomenon ever. 95% of Americans owned a cell phone in 2018, up 33% from 2002.
When you have an app idea, you need to get things sorted out before you jump onto the development train. Getting the right people at the table, talking to users and defining your blueprint will help you to get things sorted out. Read on if you want to get solid advice on doing so.
In this slogging thread, the HackerNoon team weighs in on the Apple vs Android mobile phone debate. We discuss the benefits of both brands and which is better.
As technology is updating day by day, many new products are introduced in the market. Today, the device we will discuss is one of the most trendy from 2019 to 2020. A smartwatch, yes, we are going to review the Apple Watch Series 6.
Improved battery life, superior connectivity, consensus mechanisms with low energy requirements, and more powerful phones will enable mobile blockchains.
Yesterday, we released version 1.1.0 of the Nami SDK for iOS. To mark this release, we thought we’d share some details about how we approach development of the SDK including our key design goals.
Life is weird; it keeps changing the roles of the creatures and things that exist on the planet. The current corona pandemic situation that we all are going through has made many changes in our daily activities.
Hello World, today we are going to see how we can implement a dark theme or night mode in our android application. This tutorial is going to be very simple and easy to understand. The dark theme is attractive to users and it is comfortable for low light conditions.
Hi everyone! I'm Irina Heinz, Content Strategist at Checkaso, and I've compiled some major stories of the month for you. Well, I mean news. If there will be enough likes, shares, and views, we'll keep it up. Okay then, what all the buzz in mobile is about in July?
Only sometime before, 4g was introduced to us and now the hype of 5g is already up. The technology sector is advancing at a very fast rate than any other sector.
With the development of mobile technologies, everything has become much easier. While people were forced to do everything by hand in the previous century, now very convenient and smart devices act as a source to conduct everything digitally.