#ios programming
Explore tagged Tumblr posts
Text
Công ty Nhật tuyển lập trình viên iOS và C/C++
Công ty mình cần tìm thêm đồng đội cho 2 mảng mobile và nhúng. Yêu cầu: Vững về OOP Dùng tốt git hoặc svn Có kĩ năng giải quyết vấn đề (problem solving) Có tinh thần cầu tiến Các điểm cộng: Có khả năng tự học/tự search/dùng chatGPT, Bard, Bing tốt Có dự án trên Github Có ý định định cư lâu dài tại Nhật Xem thêm…
View On WordPress
0 notes
Text

OMG... far too excited seeing this dev'd
"Brainfuck is an esoteric programming language created in 1993 by Swiss student Urban Müller. Designed to be extremely minimalistic, the language consists of only eight simple commands, a data pointer and an instruction pointer."
21 notes
·
View notes
Text
5-27-24: Day 95
Day 95 consisted of another milestone and the seventh consolidation day, reviewing what I learned, key points, and a challenge to build another complete app from scratch by ourselves:
Key points:
Functional programming
Result
Challenge: Build an app that helps users roll dice then store the results they had. At the very least you should let users roll dice, and also let them see results from previous rolls:
This is as far as I got. It's a skeleton, but I plan to expand on it much further in the future and make it a portfolio project.
Day 95 quote: "Being challenged in life is inevitable, but being defeated is optional." - Roger Crawford
#day 95#100 days of swiftui#ios#ios development#software development#software engineering#programming#coding#codeblr
19 notes
·
View notes
Text
A small vector art patch for my friend's Kerbal Space Program series Youtube! It's been a long time since I've done anything in this style, so it was certainly a challenge. I had fun, though!
Nearing the end of my backlog, which I'm very excited about!
As always, image ID will be in the alt text and reblogs. :)
#digital art#artists on tumblr#tolbachik art#space art#my art#space#digital painting#space exploration#moon#planet#jupiter#nasa#juno#esa#galileo#io#europa#ganymede#callisto#galilean moons#vector art#space artwork#mission patch#kerbal#kerbal space program
15 notes
·
View notes
Note
hello clarre. may i request a vimalion wei shu in your style? i am very normal about him, and i think you'd draw him super prettily.
as always, i love your coloring, and i've really liked the pjsk fanart you've been posting! hopefully things get less busy for you sometime
Yes!! I also think his design is super nice, and I immediately recognized ricedeity's art style (lol) I hope it's to expectations!
I've just gotten back from a trip so now I can draw more (before midterms, at least wahaha)
#wei shu synthv#io's box of requests#drawing looking kinda different#because i got a new art program
4 notes
·
View notes
Text
either i got really good at ib all of a sudden or moderation is going to hit my scores like a truck
#19/20 predicted on my hle#6 on my english IO#predicted NINE on my tok essay???#ib#ib diploma program#ibdp#ib diploma#ib year 2#ib student
3 notes
·
View notes
Text
IOS legit the worst thing to ever happen to technology
#love how procreate is really good but its fucking ios only & apple has cracked down so extensively on emulation#that theres like. seemingly no way to emulate ios shit on android#so you gotta buy their stupid fucking bullshit to be able to use one of the most popular drawing programs#awoo
3 notes
·
View notes
Text

okay i haven't drawn cloutchase in a bit so forgive me if this looks funky. and i can almost guarantee someone else has thought of this. but as SOON as i saw the twitter X rebrand this is the FIRST thing I thought of LMAO (with the original next to it for reference)
#Socialstuck cloutchase#Twitter cloutchase#Cloutchase#Twitter X#yeah I know his tie isn't actually yellow but shhh SHHHH it looked better. when i was coloring so#ALSO i got an ACTUl art program in-between my posting gap so im NOT using magma (or Aggie . io ) anymore this is AMAZING#gimp has my WHOLE heart#forgive me for being late to the twitter X party I've been deep in the throws of hyperfixations LMAO
49 notes
·
View notes
Text
Free Flutter Resources
for whoever might need them
https://flutter.dev/learn
https://dart.dev/
Flutter Crash Course - Traversy Media
Free Flutter Course (Full Flutter Course for Beginners) - Vandad Nahavandipoor
Fun with Flutter
https://github.com/flutter/samples
I'm currently revising Flutter to teach in my college's robotics society's classes (we are planning to start an app dev domain) and these are a few resources that I found handy, so I thought I'd share(?)
8 notes
·
View notes
Text
Navigating the Complex World of Mobile App Development
In today’s tech-driven world, mobile apps have become a cornerstone of how we connect, work, and play. Whether you’re launching a startup or enhancing an established business, building a mobile app can be a game-changing move. One of the most important decisions you’ll face is choosing the right technology stack. The tech stack you pick will directly influence your app’s performance, scalability, and overall user experience.
What Exactly Is a Tech Stack?
A tech stack is essentially the set of tools, programming languages, and frameworks you use to build your app. For mobile apps, the stack typically consists of three main components:
Front-End: This is what users see and interact with — the app’s interface.
Back-End: This is the engine under the hood — handling data storage, processing, and integrations.
Platform: The operating system your app is built for, like iOS, Android, or both.
Key Considerations When Picking a Tech Stack
Let’s dive into the options and what you should think about when deciding which tools to use.
Platform Options
Native Development
Languages:
iOS: Swift or Objective-C
Android: Kotlin or Java
Pros:
Best-in-class performance.
Full access to device features like cameras, sensors, and GPS.
Cons:
Higher costs.
Longer development time if building for both iOS and Android.
2. Cross-Platform Development
Frameworks:
React Native (JavaScript and React)
Flutter (Dart)
Xamarin (C#)
Pros:
Faster development.
Reusable code for both iOS and Android.
Generally lower costs.
Cons:
Slightly lower performance compared to native apps.
Limited access to some advanced native features.
3. Hybrid Development
Tools:
Ionic (HTML, CSS, JavaScript)
PhoneGap/Cordova (HTML, CSS, JavaScript)
Pros:
Easy to learn and work with if you’re familiar with web development.
Leverages standard web technologies.
Cons:
Performance is not as strong as native or well-optimized cross-platform apps.
User experience can feel less “native.”
How to Make the Best Choice for Your App
Your decision will depend on several factors. Here are some key points to consider:
App Complexity:
For simple apps, cross-platform frameworks like React Native or Flutter are great choices.
For feature-heavy or complex apps, native development might be the way to go.
Time to Market:
If you’re on a tight schedule, cross-platform tools can speed up the process.
Budget:
Native development can be pricey since you’ll likely need separate teams for iOS and Android.
Cross-platform and hybrid options are usually more cost-effective.
Performance Needs:
Native apps deliver the best performance, but modern cross-platform frameworks have come a long way and can handle most needs efficiently.
Team Expertise:
Leverage the skills your team already has. If they’re experienced in JavaScript, for example, React Native might be a natural fit.
Final Thoughts
Choosing the right tech stack is a pivotal step in mobile app development. It’s about finding the perfect balance between your project’s requirements, your budget, and your team’s expertise. By weighing factors like app complexity, performance, and cost, you can make a well-informed choice that sets your app up for success. Remember, a solid tech stack is the foundation of a scalable, user-friendly, and high-quality app.
#mobile app development#android development#ios development#hybrid app development#cross platform app development#technology#software development#programming
2 notes
·
View notes
Text
Website or Mobile App for business? The Million-Dollar Question Dive deep into the pros and cons, cost considerations, and audience preferences that will shape your digital future.
https://link.medium.com/8hYuZGZK7Jb
#software engineering#programming#android#ios#ios app development#phone#website#web design#web development#web developers#mobile app development#google
3 notes
·
View notes
Text
UTL IT Solution offers Digital marketing services to help businesses reach their online goals. Their services include social media management, search engine optimization, and online advertising strategies. They work with clients to create customized marketing plans that drive traffic and enhance brand visibility online.
#appdevelopment#appdeveloper#webdevelopment#mobileappdevelopment#appdesign#android#ios#app#mobileapp#webdesign#firstideaweb#lahore#mobileapps#digitalmarketing#coding#programming#softwaredevelopment#androiddeveloper#business#developer#seo#developers#website#contentmarketing#Digitalmarketing#SEO#blogging#marketing#branding#marketingtips
3 notes
·
View notes
Text
4-20-24: Day 64
Day 64 consisted of 3 tutorials:
1. Loading photos from the user’s photo library
2. How to let the user share content with ShareLink
3. How to ask the user to leave an App Store review
Day 64 quote: "[The postage stamp’s] usefulness consists in the ability to stick to one thing until it gets there." - Josh Billings
#day 64#100 days of swiftui#ios#ios development#software development#software engineering#programming#coding#codeblr
3 notes
·
View notes
Text
Days 63-72 it's been a lot!
The last few days I made a small adventure game in C++, did my C++ midterm, and wrestled with my C# homework program (Cengage is awful). The homework program used GitHub code spaces and mine is severely glitched and I can't turn in my code :/ so there's that. Just waiting on Cengage to fix it. Anyways I started on my C# final project called "Cat Nap Sleep Journal" it's an app that helps those with sleep disorders track their health for doctors to view. It's dedicated to my husband who has narcolepsy.
The next few days I'll be working on adding the pages for the buttons to go to, and adding the statistics which will be a beast I won't lie lol.
#self improvement#cosmickittytalk#csharp programming#csharp is superior#csharp#cs major#c++ language#c++ programming#college homework#college life#making an app#maui app#.net developers#.net framework#.net development#.net maui#.net#xamarin#andriod#ios#ios development#coding for a year#coding exercises#coding challenge#coding#girls who code#learning to code#codeblr#code#college project
2 notes
·
View notes
Text

OdiTek is one of the leading Android Application Development Company in India, offering robust and scalable android app development to our clients globally. Rely on us for Android Application Development.
#android app development#android application development service#best android app development company in india#android app programming#best android tab development company in india#android app development services#ios app development services#ios app development on linux ios app development linus#moblie android app development
2 notes
·
View notes
Text

4 notes
·
View notes