Christine Carter has an interesting point of view regarding our great plans and ambitions and how we fail them by wanting to be among the best performers. What if we try to just do it for one minute instead, of performing every time?
Expert iOS and Android App Development Services Tailored for Your Business Needs
I offer professional iOS and Android application development services for your business. The app creation process can include:
– Interface Design (UI)
– User Experience (UX)
– Backend programming and database integration
– Publishing and launching the app in app stores
– Payment systems integration
– Real-time communication between users (text, audio, video)
– Notifications
The average development time varies between 1 and 3 months, depending on the complexity of the project. We can also discuss a long-term collaboration in the form of a monthly subscription.
For details and discussions about your project, please leave me a private message. I’m looking forward to working together!
Thank you! Details and a contact form can also be found at https://pixery.ro/
Building a Puzzle Game Using Flutter
Hello there! Today I want to show you how to build a puzzle game using Flutter. This will work on both iOS and Android devices. We already build a puzzle game in Android in the past, you can check it here.
If you don’t already have Flutter installed, please start by doing this. You can find how to install it from the Flutter website.
Continue reading “Building a Puzzle Game Using Flutter”How to Build a Simple Weather App in Flutter
Hello! In the last few weeks I started reading about and testing Flutter, the new mobile SDK from Google, that let’s you build for both Android and iOS at the same time (similar to React Native).
Continue reading “How to Build a Simple Weather App in Flutter”
Build an Instagram-Like Android App Using Google Firebase
A lot of people use Instagram and you probably think it’s something very hard to build by your own. In the next tutorial I will show you that it actually can be quite easy. We will build an Instagram-like app (not the fully featured Instagram, but a solid starting point) using Google’s Firebase to keep our data. Continue reading “Build an Instagram-Like Android App Using Google Firebase”
How to Build A Drawing Android App
All the kids love drawing, so let’s see how to make such an app for them. Continue reading “How to Build A Drawing Android App”
How to Include Pages into the WordPress Homepage Posts List
Sometimes you want to have listed on your WordPress homepage both posts and pages. By default, WordPress only lists and paginates posts.
Continue reading “How to Include Pages into the WordPress Homepage Posts List”
How to Convert Date and Time from One Time Zone to Another in PHP
It’s really simple to convert a DateTime
from one time zone to another in PHP. Just create a DateTime
object using date & time to be converted as the first parameter and the original time zone as the second parameter. Then change the time zone to the desired one using the setTimezone
method. That’s all!
Continue reading “How to Convert Date and Time from One Time Zone to Another in PHP”
Android Face Detection Tutorial
A lot of Android apps have face detection enabled for still images or even for the camera live video feed. In this tutorial I will show how you can implement this in your app.
BestPhotos: Build an Android App with Facebook SDK
Welcome to the third tutorial on how to build an Android application! This time, we will build an application using the Facebook SDK to get the user’s images and show them ordered by the number of reactions received on the platform. Here’s how the app will look in the end:
Continue reading “BestPhotos: Build an Android App with Facebook SDK”