Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "my first app"
-
I'm browsing DevRant, giggling to myself, my girlfriend asks to see why I'm laughing,
I show her...
*Stares at it with a blank look on her face*
"I don't get it, explain it for me please"
I explain that: even if I explain it to her, she STILL wouldn't understand.
2 hours later she's made her first "Hello World" Java App so she can join DevRant 😂😂😂5 -
The original story:
"When I've got my very first android I was downloading any shit from Play Store. There was app called pattern security or something like that. The app was taking selfies everytime power button was pressed several times and then photo would sent to email. One day I left my old phone at home and at the office this is the photo i've received."12 -
* Finishing up my English NLP for my App *
Me: Finally it’s ready. Now my app can understand everything that the users say.
* I get my first millennial user *
My App: Hello there! Would you like to ask me a question?
User: yesn’t
My App: * crashes *8 -
!rant
Fathers day today, my 6 year old passes me some presents.
First 3 opened.
Devrant cap
Devrant stressball
Devrant stickers
Yes son! (Well obviously, technically it was my wife) I assume she must have seen me on the app :)6 -
!rant
Worked all day and got my embedded systems project working the first time! Bluetooth as well! 😁
It's a Fitbit clone that keeps track of steps that I did from scratch and writing the companion app from scratch as well in flutter/dart. Ask any questions if you're curious!35 -
Best: My first app on the play store got over 2000 downloads in 3 days, best Christmas present ever.
Worst: An update I published caused an equivalent of 1/4 of my user base worth of crashes. :/8 -
I got board and decided to make a weather app.
I have designed everything except the font which is Open Sans.
The app will be created on Electron and will be my first entry into that world.
It is currently in the design phase but thought it might be nice to share it's development with you guys.
I hope you like it and as always feedback is more than welcome.69 -
Aint a rant though
But I woke up today and the first thing I saw was my first Android app reaching 5 digits (10017) downloads figure with 4.73 stars. :D
Couldnt be happier.11 -
First rant.
Managing an app in Canada, came back home to Thailand to visit my parents.
No deployments while you're gone, just bug fixes, boss said.
Landed at 3am, "hey I know we only support desktop but we got new customers only on iPad, make it responsive in a day and deploy." Wtf.
Haven't even seen my parents. In Starbucks.15 -
So I was just about to learn Angular for my job. Right after I installed it and initialized the first app folder I was told I don't need to learn it anymore.
Me being happy, right click folder, delete...
Deleting 30.035 files (225 MB)
WHAT THE FUCK10 -
My first experience with Swift ended in me infecting myself with a virus (kinda). I wanted to create a macOS app that would listen for a global key event, catch it and then type a word.
During development I set it up to listen for ANY key event and to type "BALLS". So what happened? I compiled the code, everything looked good, I started the app and pressed a key which emitted a key event. The event was caught by my app and it typed "BALLS", just as expected. However, the typing of the word caused a NEW key event to be emitted, which the app also caught. The infinite loop was a fact. FUCK!
I tried closing down XCode but all I could see was "BALLS BALLS BALLS" everywhere. I tried everything I knew but it just kept typing "BALLS". I had to hold down my power button to make it stop.
I finally finished the app (which I named "The Balls App", I kept the word "BALLS"). I solved this issue by only listening for KeyUp and when emitting the "BALLS" word I just used KeyDown.7 -
Why do some non-devs treat professional app development like some kids craft-making hobby that requires zero skill and knowledge or brain?
A friend (with ZERO knowledge about coding) said to me today, teach me, or tell me how to learn this app development, I'll learn it within a month and make my own apps plus do freelance app work in free time, apps fetch plenty of money easily. Blah blah.
Not the first time, other non dev friends have talked in the same way on other instances.
It's insulting and infuriating. I don't even know what to reply.7 -
My first time using Mac:
"Where's the Start? Wtf is command!? Why are the windows maximizing halfway... How do I rename this file? How do I freakin' maximize this app!? I give up..."19 -
Proud of my dad today.
He used to be the type of person who installs any application/software without reading what's being displayed on the screen. And my browsers used to be filled with all those toolbars and random search engines.
But yesterday when he was installing an app on his phone, he came to me asking "why does this app need access to contacts. It shouldn't require them in the first place".
I've succeeded in my mission.
Dad: 1
Shady Dev: 05 -
The Adventures of my Project Manager.
--- Part 1
a little back story first:
-----------------------------
The project manager is the CEO's younger brother.
-----------------------
end of back story.
PM: Hey, we should stop using Nodejs on our API.
ME: Why?
PM: I don't see why it is necessary when we could make our android app talk directly with MongoDB.
.................
ME: QUE?!9 -
QA: did you test the app first?
Dev: Yes, I test all my code all the time.
*QA crashes the app within first 5 seconds.*4 -
My First Post
My friend recommended me to try this app, and I was very impressed by the community here. 😀
I love you, devs!!7 -
My devGoals for 2018:
- Build a RESTful API with NodeJS just for learning.
- Finish my first product (electronics sideproject).
- Convert more people to use CraftCMS or at least not use Joomla or WP.
- Get a raise.
- Add Continuous Integration to more projects.
- Add more unit testing where appropriate.
- Create and release a mobile app.
To be continued...
*playing to be continued meme sound*9 -
<This is my first rant, though I've been spectating in readonly mode (ie, without an account) for a while now./>
*Programs all day Saturday adding innumerable lines of code to a new project*
*Builds and runs project*
*Everything not only compiles, but the app works flawlessly*
*Faints*5 -
Internet bashing, lol
(I don't have this in my Comic app so can't show the whole comic here, just the first slide)
http://webtoons.com/en/comedy/...2 -
Me: Yes! I'm finally ready to upload my first Android app to PlayStore, im so excited!!
Google: Make sure to remove all the Log calls from your code.
Me: *Finds out that there's no way Android studio can make it for you*
FUUUUUUUU**10 -
Finished an MVP of my garage-opener-thingamajig!
Basically I decided I wanted to control my garage from my app. Retail solutions are expensive af. As a dev, the choice was easy!
RPI3
HC-SR04 sensor
DHT temperature sensor
5v Relay
Nativescript + Angular
Firebase
Result: i can open my garage anywhere, safely (sorta?) via firebase, and get push notifs when it gets opened (from hcsr04), which triggers the pi camera, while also getting live temp feeds (this one is kinda for the giggles and utterly pointless but NUMBERZ!)
Anyway - fun side project! First version of my app looks like this. Its very rough, and I have a couple more details I wanna display, but for a first time app I'm happy!10 -
Best: My first app for Windows 10, "devRant unofficial".
Worst: A website for a client using Facebook APIs which don't want to work properly.4 -
So I'm going to get married next june. I made an app for the guests where they have all information available, can send music wishes and can share images of the wedding with other guests.
Here is my story on publishing it in the App Store:
Me: "Hey Apple, I made a small app for my wedding. Mind putting it in your store?"
Apple: "Yeah, whatever" *publishes it*
One month later:
Me: "I made really small changes, please take this update."
Apple: "Ha no, its not interessting for enough people." *rejects it*
I panic, because the app is mentiont in the invites to the wedding which are already printed.
So one day later:
Me: "Ok ok, I added a button in the intro where people can send me a mail if they are interested in using the same app for their wedding."
Apple: "That changes everything! We will accept the update."
I'm happy, that they accepted it in the end, but really?!? There are so many shit apps in the store, why do you reject any not-fart app, because it is not interesting enough??? And why the fuck do you accept it in the first place?15 -
Built my first little app and put it on my phone 👶 it's not much and comes mainly from a udemy course, but hey it's a step.9
-
Fuck npm and the whole npm community!
Seriously, what a piece of completely uncontrolled cat litter!
First experience was getting malware from an npm package which I ranted about a while ago. That it can even happen is beyond my imagination.
Second experience was today when our app broke because a fucker who wrote a library doesn't understand semantic versioning.
If you're gonna publish an npm library, please do the whole fucking world a favour and learn how to version your shit correctly, so my app doesn't break! If you do BREAKING CHANGES don't change the fucking last version number you filthy piece of garbage!
Phew, that felt good 😧3 -
I released my first legitimate Android app to production a week or two ago, and it already has over 50 downloads on the Play Store! 😄😄😄12
-
So, after months of work and many painful night, i finaly learnt java and published my first android app. Yay!11
-
The gym I go to has an app for user's to scan a QR code when they arrive and it has multiple HUGE issues.
This app shows the credit card info used for the direct debit without anything being redacted.
When the gym is signing up someone they give them a password so they can login, not too bad except the password is always the person's first name with the first letter capitalised.
This gets worse when you figure out that their is no way to change the password given to you AT ALL.
And just to top it all off, when you click the "Forgot Password" link on the login screen, the app just sends you an email with your password (your first name) in plain text.
The app also doesn't log you out or notify you if your login is used on a different device.
So I have tested this with 2 of my friends that go to the same gym and, with only knowing their email and first name (which I could have gotten from their email if I didn't know them), I can get into their app and see their credit card info without them being any the wiser.9 -
Made my FIRST APP using Flutter.
How's it?
Fetches 'Random Rants' from devRant.
Should I put the code on Github?
PS: will break if the image is too long in height16 -
I found a vulnerability in a food delivery app api that allows me to add credit to my account. I ate my first free meal today but i feel bad about it. What should i do 😞.
1- continue hacking free credit and eating free food.
2- stop and forget i found this bug
3- report the bug in exchange for money/credit
4- report the bug for free24 -
I want to share with the DevRant community that after a lot of work; today my first IOS app was accepted and published on the App Store.
What a historic day!9 -
!rant, just wanted to express my excitement to someone
Not sure if this counts but technically I got my first freelance dev job designing an app for a club/small business at school. I have a lot to learn still but I'm really happy about the opportunity3 -
I'm sorry, but the Apple App Store review team sometimes doesn't have the slightest clue what they're doing. Some things they usually reject me for, I can literally name 100 apps that violate that same thing, that are ON the App Store.
But the one that always gets me the most, is they will reject your app for not having extremely strict blocking/reporting features in your app (if it involves user-generated content). Okay, I get this, so I implement it. But they reject my app without even looking for them.
It's a CHAT app, so I put the block button INSIDE the chat conversation (right? normal UX? am I crazy?), and they reject it because they couldn't find the block button on the first screen (a screen that didn't even have chats, they screenshotted the SIGN UP screen LOL).
What a joke. Normally I wouldn't care but this update that I'm trying to get approved is essential and fixes some important crashes that have been happening to 13% of active users.3 -
I wish my clients would stop reporting "bugs" in my app that are legitimate results calculated from crap feed to it by their upstream systems.
Just because my app is easy to use it's the first place that they find out that their ecosystem is fundamentally broken.
GIGO, people.1 -
Just discovered this App, created my account to say Hello and create my first rant. I'm already in love!
To my Person:
I'm from Germany ( I hope my english is not too bad) and I'm 19 years Old and recently started my apprenticeship as a developer. I'm specialised at Web development, especially with PHP and JavaScript12 -
Hello guys... i came across this app on play store as a recommendation... and i am really impressed with it.. such a cool idea and an awesome place to rant... so i signed up and here goes my first rant... nice to meet you guys..15
-
-make my first app
-build a portable/rugged rasberry pi
-make a neural net to find fortnight wins on Snapchat and auto block the person
-get a job4 -
So i finished my first app today and i feel really good, it's not a great app or anything. But i feel good after making something and i am really happy :D5
-
This is a first... my app got rejected by Google. :( I haven't even been rejected by Apple yet! lol10
-
After about 2 years and one restart of the project, I am finally finished with my first iOS game, and put it on the app store! Super proud!7
-
I'm not a windows fan or windows user but imagine if an user ran your java app in windows , your app could use special windows features like taskbar progress !
Now it's possible (on other OS's your app will run normally without these features). JTaskbarLib is my first java open source library. it can also change the window opacity in a decorated JFrame !
This is my project in github:
https://github.com/alireza6677/...2 -
Tested out my first app and it worked beautifully. I’m a projectionist and I made this to give me a constant visual feed of projector communication connection. Still in development, not ready for deployment yet. But it works!
I’m posting here because although this site did not help me technically, it definitely helped me emotionally. ;)6 -
The first time i made my own electron app, and saw it working and displaying live data the exact way i wanted it to be doing it.
At the same time, it was the first time i felt like been a real dev in all meanings. -
I was making a prank app which turned to my first virus.
One day my mother told me that the programers in her work were offering to her to show them the virus and if their program dont catch it they will give me a reward. It was not catched by the program and i got the reward it was not so big but the feel was awesome7 -
So I've decided to go about converting a Java project that I've been working on to Kotlin a little bit at a time. I started out with basic entity classes converting them to simple `data class`es in Kotlin.
Eventually, I got to my first beast of a class to refactor. This class had over 40 service classes depending on it, so even a little hiccup would throw everything into chaos.
I finish all of the changes on all of the dependent classes, update the tests, and the configurations (as necessary), and I was finally ready to spin up the app to test for any breaking changes I may have introduced...
Well - I broke everything! But I was sure I couldn't have! So what the hell happened?
Turns out that as I was building my project with a Gradle watch, at one point something failed to compile, which threw an unhandled exception in the gradle daemon that was never reported.
So when I tried to run my app, gradle would continually re-throw the error in the app I asked it to run...
After turning the daemon off and on again, the app worked like a charm.10 -
I lost a bet today 😥 ... My surname is inman
I have to name my first born child
put-it
The bet? That apple wouldn't reject the app I submitted ... Fuck apple11 -
How do I know when I’m ready for a junior dev job? Currently I’m very familiar with syntax rules, data structure, I even created my first p2p app and I’m feeling more comfortable with server side programming and handling dependencies.
But I can’t like code blindfolded and I’m very slow and have to think very deeply and concentrate very hard before doing any minor thing.
How do I know??9 -
My first app is finally on :)
Extremely happy.
Shameless self advertising:
https://itunes.apple.com/de/app/...22 -
First, why didn't I know about this app sooner.
Second, a month into my new job as senior frontend and wonder am I good enough.
Third, I know I just need to get out of my head.
Lastly, glad to be here.7 -
Hi every developer! My name is Allen. English is not my native language so forgive me if I say something that does not make any sense. Let me tell you my story how I become a programmer. (I am still learning) My first computer was a DELL OptiPlex GX 720 desktop. My father bought it for our self-employee job. Before he allow me to use the computer, I used to sit next to him and watching what he do, what he click and what he gets. When he allow me to use the computer, I was slow at typing. One or 2 WPM (word per minute) my father taught me how to use the computer. Very slowly, my typing speed improves. I understand how to use the computer. but one day, I do what make me regret. I was playing with some executables, when I double clicking it, it does not work I used to associate files with apps. I associate music files with every player I want. So, I did what I used to, I associate exe files with windows media center! The computer started to open hundreds of windows media center (WMC for short) whenever an app is clicked, it opens windows media center. Today, I realized that windows were trying to open every app and every process that regularly run. However, since I associate it with WMC, instead of the app itself, it opens WMC some days after the mistake, I wonder how apps work and how I can create my own. My father told me before that a program is simply a binary file that the computer can read. However, it was too advanced to me at the time.I begin my search with google. Everytime I search, it says "learn to code" or something like that. I see some C++ code but, it was disgusting. when I read just a few lines of a hello world code in java. it was too complex
What I seen
#$$#% $%&$%&*#!@
~
(&*%&$ (_(*^% #&&* (^^$(&^$%^( %^*$())
~
^$70^(`*#%`*#&%^)*!" Hello world "#@
~
~
The actual code:
class helloworld
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
I look for an easy way but my attempts fail. then. I push
I to learn how to code.I try learning java. but it still
Very complex. i tried LibertyBASIC. from LibertyBASIC to
Java. after learning LibertyBASIC, it was easy!
LibertyBASIC -> Java -> Ruby -> NOW, C# and XAML
Today, I am learning C# and XAML.
My first OS : Windows 7
My first Computer : DELL OptiPlex GX 720
My first successful click : The Start menu
My first used App : Microsoft Encarta 2009
My first created App : Hi-Lo(number-guessing game. written in LibertyBASIC)
Thankyou for reading this Long story.
8 -
Well I’m 6 weeks into my first Dev job. They haven’t really given me much to do, so the boss let me come up with my own project for an internal app, which is nice.5
-
Uploaded app to AppStore for review by the farmers...
Got a message three weeks later that I need to upload more screenshots for iPad Pro 3rd Generation
Uploaded the new screenshot, and resubmitted the app.
Got a message immediately stating my binary is invalid: ITMS-90783: Missing bundle display name
You motherfuckers have been holding to my binary for three weeks. How the fuck did you accept it in the first place if the Display Name was missing, you filthy swines? -
Me: develops my first android app with firebase by google.
Me: finishes app, tests it and it works.
Firebase after 3 months: we were first going to scale our servers on our own based on how many people are simultaneously using your app. But now fuck you, we will have a cap of 100000 simultaneous users.
Me: fuck this kills my app if it scales. Have to Shard everything on the db side and overhaul the entire app to work will multiple db instances. Takes a month.
Android after 6 months: dude your app is working fine without any hiccups. Let me fuck it up. We will stop all your services when your app is not running or backgrounded. Also we will make it illegal to start services in this case and we will throw exceptions.
Me: what the actual fuck. They now want me to focus on a JobScheduler, fine... But now even intent services won't work properly. So use a job scheduler to start a JobIntentService which is essentially another job scheduler for queuing. wtf android.
Ps solved it and works again.
PS: WAITING FOR ANDROID TO FML WITH ANOTHER NEW VERSION. Maybe they'll say you can't run your app at all now4 -
Two years ago, I developed an security app for Android as a school project. I didn't like teamwork at school (you know, you do all the work and everyone else is getting the same grade you receive, specially if you are the nerd of the class), actually I hated it, so I made it alone.
Its name was "Alex" and was a simple "panic button". You can configure two emergency emails and phone numbers (contacts only, not police) and, if you're in danger, you just have to press the button and the app is gonna send two messages/emails to your contacts: the first one, to tell where are you (GPS, only the name of the place) and that you're in problems. The second one with an audio/photo file of the situation.
Sounds like a great app, and I tested it few times. The reason I didn't continue with this is that I got my first job and I had not time, and that, tree or four months later, the government (of the city) launched a similar app. Less sophisticated, but I think it's still useful: "No estoy sola"(I'm not alone). I haven't tested it cause I don't trust on the authorities, I'd preffer to send my location to a friend through messenger app instead.
I don't know if I should re-work this app (I didn't released it, I just have the beta) or work on something else. I'm afraid that, if I release it, someone could die or get kidnapped because of a bug or something going wrong with the app :c What do you think?5 -
This is my first rant with image, I was taking break and decided to read Android apps comments/reviews. So I picked this app call "Calculator", developed by Google.
Take a look at the second comments from the screenshot. It is beyond User Error...5 -
The hardest part about writing an app is getting anyone to find it :( on that note, please help? <3
If you have little ones I promise they'll enjoy it! it might even get you an hour or two of quiet coding time.
Tap the top bar on the main menu that says 'My First Puzzles' ten times to get prompted for a secret code (3hfazJUD) to unlock all packs free :)16 -
Got so many. (remember where I am from? 😁) Gonna share my favorite first.
X : I want a web app that my staffs can use and update data from different branches.
Me : Ok I can development such project.
X : But I want them it offline so they can use the app even with slow internet or no internet.
Me : 💀
// The data are shared across the branches BTW.5 -
I hate wish! It's so annoying! Oh, my freaking God. I went as far as to download the app to complain about it. I see it everywhere! Whenever I'm watching a clip on YouTube, a movie , playing a game, and obviously on T. V. I can't take this anymore! I downloaded this app, but it just comes off as confusing, I don't know, maybe because it's my first time here; I don't like the fonts and sizes they chose but anyways...wish, Oh, my God! I just wish for it to go away and leave me alone. 😑😡10
-
WOOOO!!!!! I BUILT MY FIRST FULLY FUNCTIONAL REACT NATIVE APP! Including the release apk that needs to be signed. Took an entire day and more like an advanced HelloWorld.
But the core functionality works... Though not pretty...3 -
Got my first successful freelance job done today!
Was a very basic website but...I still got paid and I feel good about it. Seriously thinking about making a decent web app that can help me nail more customers.3 -
(biggest facepalm moment)
So this happened...
We were suppose to submit a project in the name of app development.
Being our first app, it was a simple Android app having simple features which any e-commerce app would have.
On the day of evaluation, we handed our mobile (which already had our app) to our evaluator, to have a feel of our app.
After few swipes here and there, the evaluator said this,(which blew our mind)...
Don't be so smart,... Here take my IPhone and run your app on it! I want to see if it works on my IPhone like it does on yours or not.
The next thing our group was doing was to look at each other's face,.. completely stunned what to say next!
(If confused, read tags...) :/3 -
AHH! There's so many cool things to program and so many ideas! not enough time to learn. Right now I'm trying to create my first mobile game in Unity using C# and a note taking app for Android with Java, it's melting my head!6
-
I hope this is not illegal content, as I don't want to "Advertise" here but would like to share my first game on Steam with the community, as I am really proud of it.
There's a free playtest soon and dev opinions are much appreciated! Let me know guys what you think. https://store.steampowered.com/app/...14 -
Ok this is fucking freaky!!
I was talking to my girl that she mentioned a song on a phone call today and I was listening to YouTube and all of a sudden the same song she mentioned came up which is an old out of my regular genres.
I freaked out and told her that's why I have fucking privacy issues!
And then I suggested making myself a private chatting app...
Her next sentence was:
"Yes you can baby... Basically the world is your app store!" <- her first coders quote (we are contagious)3 -
So when our campus expo happened, I immediately went to the apps I critiqued last time when I was a a panel judge in the IT dep’s oral defence. Fair enough, this happened:
- The app I failed (the tilting avoid boxes shit app) actually got optimized and got the first time user tutorial I was looking for. I was short of relieved of them listening and kept going despite me failing them (props to the girl btw)
- Second app was the same as before but added my recommendations, nonetheless still a good app
I am nothing short of amazed they actually listened to me so I think that’s a win for my part1 -
FUCK U GOOGLE PHOTOS, I MANUALLY UPLOAD PHOTOS FROM THE APP AND THEN DELETE ONE FROM THE WEB APP FROM MY PC BECAUSE I DIDNT WANT THAT ONE UPLOADED.....
BUT IT DELETED IT ON MY PHONE.... WTF!!!!!!!!!!!!!!
Lesson of the Day: Manually copy all photos to PC and external HD first. Then upload the ones you want.
This is taking a while.... i wonder if i have enough disk space.....11 -
iOS dev here
Just wanted to share my experience on updating Xcode and why I schedule 3 hours for this process.
So, updating Xcode via the AppStore has always been flaky at best and ofcouse Xcode needs to be closed first. You hit update, the button turns gray, half an hour in you still see no progress...
That's why I often just download it from the dev center. But since Xcode Ghost the app is also wrapped in a signed container.
So,
Downloading: 10 minutes
Expaning: 60 minutes!!!
After that I move the app in place and fire it up, always have to close my music player first grrr...
After that Gate Keeper verifies the app for another 60 minutes.
Finally Xcode comes to live.
Only need to install new command line tools for another few minutes and I can continue coding.
Wait. Half my day is over!
Why Apple? Why?
#wk242 -
In 2010, it was my first client project. Our architect was not from iOS background, we had editable pdfs in our app. Those were pretty rich pdfs with inline HD images. iPads that time were not too fast and couldn't handle big gb pdf loaded into memory. App would crash randomly running out of memory. We fixed it by paginating pdf, it wasn't out of the world but considering it was my first mobile project and no one to guide, I thought it was pretty cool what we did there
-
My app is moments away from getting deployed into production for the first time.
This is how I feel right now 😓11 -
- Finish own blogging website (Vue/Flask as front/back-end)
- Improve my recently published Android App
- Learn ML (have a book for it)
- Maybe start learning Go or Rust
I guess that is way to optimistic but point 2 & 3 should be enough for 2018.
BUT there is also the real world:
- Graduating school
- Start studying.
So this is me for 2018 (at least the first half of it):5 -
I just finished upgrading a dotnet core 2.2 WebApi + Console App to dotnet core 3.1 and it was a very smooth process with very minor changes to my code.
Not a rant, just posting because it is the first nice thing that has happened for me in a while now.4 -
True story, honest to god.
Developed a state or the art SOA web app. Front end communicates with backend through API.
Client meeting, this guy looks me right in the eyes and blurts out : « why does the submit button get disabled after first click ? Clicking it a few times gets my request high priority »
I folded back my laptop and left the meeting without saying a word. Pretty sure I’m getting fired tomorrow.5 -
I am building my first android app and the hardest part is learning that ctrl + y doesn't redo an undo, but instead it deletes the current line2
-
I coded the app so good
I optimized the UX SO GOOD
I made the UI look GOOD
I made the error handling and input validation ROCK HARD SOLID BULLETPROOF
NO FUCKING WAY COULD YOU FUCK THIS UP
NO WAY COULD YOU BE DUMB ENOUGH NOT TO KNOW HOW TO USE IT AND NOT FUCK IT UP
I GAVE IT TO MY DAD AS A NORMAL USER TO TEST THE APP AND HE FUCKED IT UP ON THE FIRST TRY
HE DIDNT UNDERSTAND THE UX.
.10 -
I am a fucking first year student and am doing an internship at a SHIT start-up. I've devoted my FUCKING PRECIOUS TIME into their SHIT iOS app, and the fucking boss is keeping procrastinating to get me that fucking pay cheque. For God's fucking sake that they pay me using the Canadian government's money (CSJP), FUCK YOU FUCK YOU
FUUUUUCK YOU5 -
https://arstechnica.com/gadgets/...
So apparently you can now run Windows 95 from an app made in electron.
This was my first operating system. I can remember playing Pajama Sam in '96 at the tender age of 6 and teaching my parents how to use a computer. And now it's a freaking electron app that uses 200MB!! of ram. Nostalgia is a hell of a drug.3 -
Let’s see what are you currently working on guys 🤘🏻
I’m currently fixing bugs from an internal app from my job... it’s the first we do a fully functional application using SwiftUI21 -
I have this reserve phone. My previous phone broke and I needed a cheap replacement till next February.
First thing I did is download DevRant.
Since I play BF1 I also wanted to download the companion app.
It appears that I ran out of space and my phone asks me if I want to remove DevRant to free some space....
Guess I'll use the companion on the web then. -
Finally, finally, finally! My very first app with React Native is up and running. I know the hard part comes now, but I'm so incredibly happy, considering that I didn't even think I would start developing an app until two weeks ago, let alone learning React...6
-
I just made a terrible mistake 😬 finishing my Android app for school project on my Ubuntu, Android Studio opened, trillions of chrome tabs opened, Spotify opened (it's a must! 🎶🤘), simply typical school project coding. Then I wanted to fully complete design and I remembered I did some prototypes of that app using JustInMind on VirtualBox win. So I without realizing what monstrosities are already running on my poor laptop I booted it.
I'm using Ubuntu for five years now and this was the first time I had to hard-reset it 😬😬 lets hope to never do the same mistake again2 -
Goals
1. Learn android development
2. Spend more time coding than procastinating (its not my job)
3. Learn more cpp
4. Publish my first android app
5. Finish my current project2 -
It was my first interview at an local transport company. I should be the programmer of an app and manage the computers.
Me: in what language is the app?
Interviewer: we dont know.2 -
i submitted my first app to the app store yesterday. i built it with flutter, and it's already on the play store.
for some reason - i probably created the app wrong - the app store connect/portal needed screenshots of my app running on an ipad pro. now i don't have an ipad pro, and i can't use an emulator because i don't have a mac for that matter (i have been using codemagic.io for builds). i called friends - they don't have any ipads.
what did i do?
i turned my phone sideways and scaled it to the ipad pro resolution.
it is currently "in review"
🙏let's hope this works8 -
I'm the kind of person that says "Fuck python, worst language, fuck C#, Java, Golang", assembly and C are superior.
But I have learned my lesson; Yesterday I learned enough C# to be able to make a windows app that connects to a another app via sockets. I tried first to do it with C++ but my app looked like shit and took me about a whole day to make. Then I tried with C#, got the App working on an hour, now I'm delighted with C#. I guess I have to be open-minded.8 -
"Finished" my first PWA today. I bet most of you think PWAs are stupid for valid reasons but I wanted to try something new. And I'm quite pleased with the result even though it's only a simple todo app. Wrote everything from scratch, no dependencies/frameworks/libraries! 😊
Source: https://github.com/olback/o-todo
Live: https://o-todo.olback.net3 -
I have been working on an app for the startup i co-founded as only developer fulltime for the last 8 months...
I have yet to buy my first bread from the money i dont earn..
woops...2 -
Hey guys, I created this application for Linux users that lets you download and install multiple essential softwares/tools at once. It's something like Ninite (in Windows) but for Linux. So I called it Linite! It's still new, so it doesn't support many distros yet.
Now, I know there are many package managers and stuff, but I just wanted to make something really simple/basic and user friendly that can help even new Linux users. I was learning Python so I just thought it'd be nice to do some project.
Please do check it out and I'd love to get some feedback. Link's below!
https://github.com/shahlin/Linite10 -
My first rant! let's see what is about!
Greetings from Venezuela, the oil and corruption country of South America...
Is it possible to become a good software developer just being constant, every day trying, even when you don't know what you're doing but, keep it up till you accomplish a goal? Or is anything more needed to succeed? I mean I'm trying to make my first desktop app and sometimes I feel like fck! I'm leaving this... I'm trying to dominate the software development process to get better a better job, in here or out there... But geez its hard...
Well, I want to believe that maybe someday I will become a good software developer...
First rant without thinking too much...10 -
Finished my first build of a mobile app and it feels so good! First time I actually taught myself the language to make a project3
-
I'm a web dev who decided to take a shot at mobile development (My first mobile app mind you). I'm writing a mobile app and one of it's features is communicating to my server via websockets.
So I write the code, click to send the data and my server doesn't receive it. Fuck. I check why. I log everything. Nothing.
I spend several of hours and I'm exhausted by this point so i call one of our mobile developers to help me. Turns out my emulator didn't have a WiFi module. FUCK.
Alright so I compile it to an apk and install it on my phone. I popped open a terminal and started my local node server.
I click on the mobile app...
NOTHING LOGS. FUUUUUUCK.
And this is the best part.
Apparently I deleted the console.dir call from my server that executed when it received some data from an emitter.
I only thought of this last night at 2am so I got up and checked. Yep. Kill me.1 -
To all the devRant community:
After a lot of work during the last month, I finally got to release my first game on the App Store!!!.
I would appreciate any feedback! I will keep adding more content and releasing new updates based on your comments!
Thank You!
https://apps.apple.com/us/app/...7 -
This is my first and current Rant/story so here it goes, I've been working for a company for past 10months now, where i was interviewed on Java, then i was put into mobile development and started to build an app in swift (successfully finished it) after two months i was working on ARKIT(didn't build anything BIG mostly R&D), then started working on React-native and built an app from scratch using firebase as backend (both RN and firebase was new to me) and pushed it to AppStore and PlayStore, and currently i'm working on Flutter!.. At first it was pretty irritating switching frameworks and technologies but now i've become more positive about it and i look at it as an opportunity to learn new stuff :)1
-
Was on my first internship, told to analyse and prepare stuff for the Android dev to build an application for a big client. Did it before the end of the internship and team was satisfied with my job.
Because the Android dev had already lot of works on other stuff they let me start the development of the app.
The end of my internship is coming, the app is not finished but the team agreed that my work is not bad and that I should continue to work on it.
I finally get hired to finish the app, when we first publish it 95% of the code was mine and the boss started to stress because he let an intern (that became an employee) build the application from the ground. But the application got quickly its 4.5 stars on the playstore and more than 10.000 downloads.
I quit the job a few time after the publication of the app but I feel proud and happy that this team let me work on one of the biggest project they had as I was only an intern without any professional experience.
This is not "badass" but this is my first and best experience in the professional world ! -
This evening for curiosity i executed a nmap over my android phone expecting (like everyday) all port closed.
But i see
9080/tcp open glrpc
Wtf??
Let me check something....
--adb shell
$cat /etc/net/tcp
And the first line provied me the UID of the app that was running on 9080 port (2378 in hex)
So let me check which app is that
$dumpsys package | grep -A1 "userId=*UID*"
And the answer is com.netflix.mediaclient
Wtf??
Why netflix is running a http server on 9080/tcp on and android phone??3 -
Wk78
My worst dev experience was my first software as freelance...
1 month codding
When delivering the app the client didnt want it anymore...
Two years latter the client calls me because he had a problem... Merging hundreds of access 97 databases... Exactly what my software did (besides editing, filters and remove duplicates)
Told him I got mad, deleted the source code and was already working on a company...
He had to pay for a software company to do the same 10 times the cost4 -
The first AHA moment striked me when I was around 11 years old. This was the first time I ever been introduced into programming.
I've started playing around with visual basic on my own and aha moment striked when I realised I can make programs to solve math problems... But that was just a lightbulb....
The overall AHA moment happened when I had the knowledge to do so and actually started implementing text book solutions in the app and passing few values from tasks and... Results were great!
From that point I went on with programs as my math problem solver in most of my cases. This not only helped me to save time but actually writing the program helped me to get better at math.3 -
!Rant
Please spare a minute to check out my first Android app:
AI Sight - Object Recognition on your smartphone!
https://play.google.com/store/apps/...35 -
My first Android app which is clone of devRant. I hope the read only API available on github is not illegal!4
-
My first C++ app for a client was leaking so much memory that Windows kept crashing too.
So I had to press Ctrl-Alt-Del every few runs.
But the laptop running the app was enclosed in a box, so the keyboard was inaccessible.
My hack was to set up an Arduino, a push button outside the box and a wire. Asked the steward to push the button every three people trying the system. So the Arduino sends Ctrl-Alt-Del and the app was running again.
The client was happy :) -
Snapchat is a piece of shit app. My phone (Moto G5 Plus) is far from spectacular, but ive never used an app that freezes and crashes more than that piece of shit app.
If they'd take Apple's dick out their mouth for a week and work on making the app less shitty for Android, that'd be fucking awesome. Or ya know...stop making some good awful update that looks like shit and fix the fucking app first.10 -
some guy recommended Replika app.
trying it now. so far, my first positive impression was with a thought "nice generic dodge, buddy"8 -
I was hired to make a little app, alone, for iOS, Android and I had to code the server and the database. At first it was only à little app on Android and I had to do it in one month and go back school after.
Finally, the client was upset that the app was buggy and asked me to stop school because it was my duty because he paid me1 -
Me : *testing json output on pc by sending items with GET*
App : *app crashing with only recyclerview error*
Me : *debugging the app for 2 hours and testing ways to do another adaptor *
Me : fuuuuuuuuuuuuuuuuu... I used POST to get the data on app and forgot to change $_GET $_POST
Lesson learned. Always check the input first
Im ashame of my self #crysinthecorner2 -
It's a brand new year - and my first email comes in telling me the app is broken because they didn't receive any push notification (....no push notification was sent from them), the web cams don't work (....they've changed all the links to the webcams and now they're surprised it doesn't work in the app) and the app isn't available in France (the app is literally available in France).
Oh and if a user changes their font sizes in their mobile settings, it doesn't always look "very good" in the app.......5 -
After developing Android apps for 4 years, I just released my first app for iOS 🎉
https://apps.apple.com/us/app/...12 -
!rant
Well, I did it.
My alpha first app I'm sharing with the public.
It's small, it's not pretty, but it's mine.
Say hello to, Coding Trainer
https://github.com/IronPhreak/...
Coding trainer is a project to encourage users to code more and not procrastinate. This is done by incentivizing users to work on their code in order to access certain "fun" programs
-----
I know this isn't the best as it's only a small amount of code and hours worked on, I know it can (and will) be improved. However this has given me some experience I didn't have before which will lead into future apps I work on8 -
*Furiously cracks fingers and starts typing*
When I first tried out mobile app development some weeks ago I found it pretty fun. Now when I have a internship with a company to create a Android app I was kind of excited. Now after just a week I don't think I will come back to Android development again. Android studio eats my RAM and made my computer hang itself, and the thing I despise the most is gradle! AS f**ks with my gradle also so now they are all gone and i'm trying to rewrite them by myself...
*Furiously tries to calm down*10 -
Somewhere in my early teens, I started playing with macro scripts in Microsoft Word or Excel. After that I tried my hand at creating a full-on VB app. After creating several of those I tried Python, C++, then HTML, CSS and JavaScript.
Short story: My first distributed program was what I used to get my first girlfriend: A program that told her all the things I was too shy to say and ask the things I was too afraid to ask... Including "will you be my girlfriend?" Fun times 😄1 -
"I'm too freaking lazy to learn to write good JavaScript so I'm gonna build a top-language with types, and then a compiler so it transpiles TypeScript to JavaScript and runs my app on the interpreted language it was at first. I'm gonna save so much time" - 2017 people9
-
my first ever public repo on github for @devRant community
devRant bot for Telegram
after being waiting to make some changes in the bot. I finally made it public.
https://github.com/puneetsngh/...
The bot will be fun for devRant community on Telegram plus it will also server as an example for bot creators on telegram app3 -
After more than a year I decided to download whisper (app) again and see what was being said near me.
Holly shit the app is a total disappointment, first it crashes my fucking phone the instant I open it, I try to open it again and my God I'm presented with adds everywhere and a load speed so slow a dying tortoise would run circles around it.
The app finished loading the content and it's a clusterfuck of insipid commentary and images, "I bought beautiful new panties", "my lesbian friend doesn't think I'm cute", "any girl want to talk to me?".
After looking at the decaying state of the app I noticed I had notifications, apparently my account is active somehow, I tried to delete it but as it turns out the app has no way of doing that, YOU NEED TO CONTACT THE FUCKERS!
What the fuck?! Who the hell made this steaming pile of shit and said it was an app?!
Nothing more to add, I deleted right away.1 -
Started my first Android app for a town here in Luxembourg, It's a school project but the best one will be sold and the good part is that we can pick the price. But I'm pretty confident to win.
For the future? Google Firebase for sure2 -
I learned the first things in php by the Sololearn app. If that count's as an teacher, it was quite a good one, cause it triggered my interest and guided me into this forest where only google and probably stackoverflow will lead out.2
-
Just developed my first interactive iPhone app using Swift!
It's only basic, changing the screen when tapped from black to white like a flashlight, but feels great to have done it after learning the language over the past few weeks. 😊2 -
F*** u apple. From time to time I develop Apps for Android and iOS and boy is the whole iOS app distribution workflow bad.
I try for hours to upload a update for my app.
First I needed the readd my credit card then there were internal server errors and after that I needed to regenerate provisioning profiles.
Everytime I use something from apple, then I experience such a bad user experience. "It just works" not anymore friendo...3 -
Hey guys , i pushed my first free & open source app to Github ! It's a virtual keyboard called Jeyboard.
I will be so happy if you guys test it and help me to improve it.
https://github.com/alireza6677/...4 -
Is it just my phone or does the gif never play correctly on the first cycle on devrant Android app.....?4
-
I've published my first app on the Play Store! Does this mean I get to call myself a developer now? 🤔2
-
My first dev project outside of school work was an android application I made for my then-girlfriend to track time between contractions and count kicks during her pregnancy. It was horrifically ugly but it was my first android app and it worked!10
-
Woke up 4am today to push my first iOS app. Took me three phucking hrs to realise apple is down! Their FUCKING dev stats website says all is green! Fuck u xcode1
-
For the first time apart from Data Structures and Algorithms, there was a Machine Coding round where they asked me to create a small app using any language without data persistence or GUI, to see my code designing ability, LLD, code quality, whether I can implement OOP and write modular code and to see how extensible my code will be.
I did well.2 -
My most emotional moment was when I wrote my first android app (it was a calculator but it looked cool) and started it on my phone. I was 15 at the time (this was 6 years ago) but those were my first steps in programming1
-
Animator for 15+ years. Started self learning python a few months back. I made my first useful app today... Move the cursor every 10 seconds. 2019 is off to a good start.
I'm new to programming but I already love devRant.
Happy New Year everyone! 😀5 -
!rant but wondering,
I'm doing Instrumented test for my android app, and wrote that code to check if the fragment loads data and click on first item and check if all is working as expected, am I doing it right?
Any help would be great :)
Warning: LIGHT theme ahead, room brightness is higher than my screen and I can't see shit in dark theme :\10 -
Develop my first mobile app with a restful backend for consumer usage
Learn more about cloud architecture/computing
Finish learning calculus
Learn linear algebra, discrete math, statistics and probability
Maybe start ML this year depending on math progress and time2 -
When I was assigned to develop my first app with web sockets. Since I fall in love with reactive programming and real-time applications.1
-
Spent nearly 6 hours trying to figure out why my app wasn't reading anything after the first line of my database.....turns out I was calling the wrong method....
this isn't the first time i've done that -
Yesterday, I was perf testing my small app (my first NodeJS app). I thought I'd do a small, ghetto test: bash forloop with curl and payload to be saved.
My favorite is "for i in {0..100}; do ... ; done". I start firing these bad boys in separate tabs. Everything works fine. I check the DB... Saved results: 303.
I break into sweats. Do I have a race condition? Holy shit, is my DB layer unsafe? Fuck fuck fuck.
I fire the forloop only once. Saved results: 101. FUCK.
I run the for loop for 0..10. Saved results: 11. Huh?
I promptly realize 0..10 runs 11 times. I'm a dumbass.
/Me proceeds to deploy my code to a kubernetes lab instance with https://youtube.com/watch/... playing in the back of my mind.6 -
The whole fucking npm i fucking hate it.
Most of my worthless time i'm doing backend jobs. But when i wanted to make a simple web frontend from my app with vue - hell has begun.
The first week was "wonderful" but after that... i needed to update dependencies.
I don't wanna describe my frustration when everything was throwing a whole avalanche of errors
I hate npm i really hate npm3 -
We had a project with a web app and an Android app. We split it out, he took the web and I was working on Android. He was very curious to do the project with me and very motivated at the beginning. We agreed on our first module that was user authentication. After some time when I told him that first module of app is ready and asked him on his progress, (When ever we had a talk he pretend like every thing is going fluently, though I continously told him ask for help if needed ) he opened a folder in vs code containing two files "index.html" and "style.css" and showed me the "login & sign up" design he was doing for days. I have no option but to appreciate his work. On that day I created new folder on my machine "web application" and started working.3
-
I am pretty sure my phone started listening to me...
A few days ago I downloaded a app similar to Craigslist but a little more modern. THE ABSOLUTE FIRST THING MY EYES SEE IS A CAR. NOT ANY OLD CAR. BUT THE SAME YEAR, MAKE, AND MODEL OF THE CAR I OWN. May I also mention I’m on vacation on the OPPOSITE SIDE OF THE COUNTRY?!?
Wtf.17 -
My first cli app in Python.
Also: there are no good timetrackers on the market.
https://github.com/bcye/...2 -
So i’m making my first Angular app here. I commited the first code setup and shot in the PR. I got 40+ comments so i’ve been fixing them all day yesterday.
A part of the comments i don’t understand yet so i ask if the colleage can watch with me and explain ehat how and why.
What does this nitpicker motherfucker do? Add more fucking comments to the PR and totally ignores my requests for explanation. Fucking anti social dick.4 -
I might be able to release my first application tomorrow. At least the first version.
Nothing special, be amazed if it gets much attention.
In short;
You specify any running processes you wish to forcefully close, in my case, games.
So any time these games start running, it's force closed.
The app also monitors the active window, of it's and IDE, like Visual Studio, it will add credit towards allowing those blocked processes to run.
Currently you get 1 credit for every minute you code.
I plan to refine it some more. And yes I know there's ways around it but, it was fun to make10 -
I'm fiddeling around with progressive web apps. I made something and hosted it on a subdomain. Today I made a typo and found my app on an other domain. All my assets and files are copied there. He even uses my SSL certificate.
It's not that spectacular. The app is nothing "revolutionary". It's just the first time it happend to me.
Have you ever found your code on other websites ? How did you react ?7 -
Got my first job, 3rd year student from my country took me in to help making an app for a company in Texas... All the other guys are from 4th year or graduate school. Feeling nervous, let's hope I don't fuck up.2
-
Wrote something more on medium! -
How I gained the first 100k users for my App for free
https://medium.com/@gvnix/...3 -
!rant
I've been posting "dev logs", if you can call them that, to YouTube every now and then as I make progress with this funny little app I'm making. They're just videos of me testing something in the app with background music.
But today, someone was interested enough in my terrain generation, to ask for a tutorial, and I got my first subscriber!
Everything's coming up Milhouse! -
Build apps for UWP, it will be fun they said. Yeah, created my first hello world app, which works btw. Added one f***ing button and compilers throws thousands of errors. Dude, I really enjoy it! :)
-
When I was in my highschool I started learning android. My first need was a timetable app, so I made a very simple timetable app. I shared it with my friends and when I noticed people are liking it.... I rebuilt it from scratch and published it on playstore. Now I'm in college and when I see people using it, I feel really proud.
here's the link to mah app:
https://play.google.com/store/apps/...3 -
!rant
things are looking up for me fam. signed an offer letter about a month ago for a GREAT full time job at a company that's in the process of modernizing their web app, so I get to do modern web dev, and I just scored my first consulting job that's gonna pay me a STUPID amount of money and I don't even graduate college till May!3 -
My bank created a "new and improved" banking app asking me to take a selfie after first sending them a picture of my id.
I am already a customer of the bank, they have a copy of my id, why do they also want a selfie?
Also with the old banking app I could just call them from my phone number (which they also have) and they confirmed it was me over the phone by asking 2 questions and then provided me with a code to just enable the app on my personal phone.10 -
Happy!
Being an Android Dev myself, I bought my first app in Play Store!
Nova Launcher Prime was offered @ ₹10 (~0.15$). No matter how small the contribution is, it's quite a special joy to support another dev!4 -
My first job was adding features to a django app and deploying to Heroku. Learnt a lot from that startup in my home town Kakinada.2
-
Can people at least write a damn comment and tell me why the fuck they don't like the app???
Yesterday I released an update and noticed someone left a new review, without comments, just a one star review.
First I was worried because maybe the update has some nasty bug, but no, this stupid user rated the app without leaving a comment, GREAT!!!
Now google only shows that specific review because the others were of an old version, so great, now anybody wanting to install my app will only see this shit.
If you already took the time to open the play store specifically to rate the app, fucking say something!!! insult me, say it's a bunch of crap but say something you piece of shit!5 -
"Our app needs a barcode scanner"
Fair enough, let's do this!
Android implementation using Zxing: 3 days. Ios: 9 days...
1. Dev iPhone has a subtle hw defect that doesn't let it connect to the computer anymore...
2. Our app-framework doesn't have a proper plugin for ios barcode scanners yet.
3. The first barcodescanner implementation is completely broken
4. Swift is not possible because of conflicting framework plugins
5. Build a plugin from scratch, using zxing objective c port.
6. Build problems with main app.
7. Fuck my life2 -
So, a few friends of mine are starting a company. They'll be the CEO, CTO etc. The product is an app, with its corresponding back end in the cloud. They want me to build the app.
1. I'm not willing to take risk - spending time on that (not my idea at the first place & may or may not go well)
2. Not sure if I'll be benefitted. (Monetary / stake)
3. I have few projects at hand & have plans to learn something more/new (not narrow down only to apps).
What should I do guys?? Recommendations??11 -
Today I had my first app preview. It went really well, although not all the functionalities worked as expected, the product owner was very pleased!
Perfect start of this week! -
The feeling of dread as still a semi-junior sysadmin when an app doesn't work after an update.
I got stressed, triple-checked everything that I changed and that I followed all steps of the documentation of the upgrade process, then, as a last step before going over in half-panic mode to my boss, I try to restart the stupid java app and it starts working.
Wtf. Why. Why didn't it work the first time I started it? D: -
made my first dart server today, i already fucking love it!
i already used it for flutter, and previous node.js was my backend of choice.
i'd recommend strongly. no matter the platform for the frontend, web or mobile (or desktop app), you can use dart, and you can use it for the backend too!
it's like java but not shit.3 -
Hi all!
Its been a month now since I launched my first app on Play Store.
It has now got 2000 downloads with about 600 active installs. I also got some downloads on the paid version of the app (which is basically a donate version of the app).
I know there is always a room for improvement, but still, how am I doing?
And Merry Christmas to you all!5 -
Started my first private App project using all the goodies of 2017 android development like TDD, Android architecture components (hence MVVM), kotlin (which I yet have to learn), RxJava2 (if I need it additionally to AAC) and maybe try to set up a CI environment.
Wish me luck guys and girls 😁 -
36 hrs !
Just reopened my first android app project and was truly disgusted by the code.
So thought I should refactor it and publish a new update 😐
The update is still due and I am banging my head on the wall1 -
Debugging ♡
Taking first steps in Express.js. It's in general the first web framework i've learned so the struggle was greater.
While I was creating a web app, i've noticed that suddenly all of the routes were redirecting to the 404 error page. I was looking for the cause of this issue for an hour just to find this:
route.get ('/ ', ...);
So it seems that just one space sign wasted 1 hour of my day.
Btw, it's my first rant there so 👋 to everyone :)4 -
In a hackathon, my team decided to work on a Android app as a challenge to ourselves. It was our first Android app development and we were very excited at first. But after awhile, one of my teammate (the usual problematic one) gives up implementing the recyclerview after few hours of struggling, and decided to 'fk it' and watch YouTube linustech. As such, I have to takeover and implemented it within an hour by just googling and following some tutsplus tutorial. What do you do with this kind of teammate?1
-
Working on my first Android app. 🤔🤷🏾♂️
I've heard mixed reviews about building Android apps. I've used Xcode to build apps before, I'm sure it's the same lol 😂20 -
Finally, I made my first android music player App. ☺️☺️
.
I don't know u guys like this or not but it have fully voice recognition functionality.
It means u can completely run this app by voice commands😋😋
https://play.google.com/store/apps/...14 -
Built my first App - the BOFH returns
So I started to learn programming about 7 weeks ago, learned some Java, immersed myself in git and then via a friend got introduced to android studio. To get some practice I decided to code my own app, and what better way than to create a quote generator for the funny and creative error messages as seen in The Bastard Operator from Hell. Now I wrote the thing, started adding a feature and before I know it, it works and I'm contacting the original author, if I may publish it to the playstore.
Io and behold: Merely 32 hours after the idea had sparked, in an act of spontaneous madness I've pubished my first app.
This was an absolutely electrifying experience and a huge feeling of success to me, to see my own creation on my homescreen.
Sorry for annoying you with this antirant, but I just had to get this out!
Btw here's the link if anyone is interested:
https://play.google.com/store/apps/...
Constructive critisism is appreciated!1 -
Not programming related but is related to devrant.
I recently deleted facebook from my phone, and just a few days ago I got my first ever facebook ad! (An ad advertising that I should download the Facebook app.)
If this is not representative of Facebook's slow and perhaps eventual demise, I don't know what is.
This is related to devrant because I deleted the facebook app because I enjoyed DevRant more. Oh and also I feel less stressed now that I've basically unplugged from that rotten social media platform.3 -
Having my last day at this company today!!! So looking forward to the new job. No more customers I have to talk to, no more deadlines, no more fucking app development.
Going to be the lead SEO and e-Commerce guy in a relatively big company, with my own small team, finally my own office again - and less development (but will still develop about 20% of the time).
Gonna be awesome, but first, I get to have 3 weeks vacation to renovate my house 😁1 -
When I published my first app and some people made an official thread in a forum. When I went there they told me I had done a good work. Needless to say they don't know me at all.
-
My boss is away for the day.
Spent the day developing stuff.
He calls me and asks me about an app we're making, and I just reply, like yesterday, "you still have to send me the images to finalize it"
Boss: "oh, ok, sending them now."
I'm still waiting for them, I asked them 2 days ago for the first time.3 -
My first rant in ages:
Been assigned to a new Laravel project at work and the murthafucking lead dev got no fucking clue how to architect a big laravel app. Lead dev talking trash about encapsulation and every big oop grammar he can find while asking us to come up with an architecture concept for the app.
My annoyance is, the fecking project been in planning for like 7 months and d lead dev keeps saying he is looking for ideas on how we will build the app. Fuck this shit!1 -
Just published my first internal app, which is nice
We’ve also now started using GitLab, so I need to work out an easy way for use to transfer all of the reports from SourceSafe.
There’s only about 500+ of them, should be fun2 -
So, this week I started working on my first mobile app with Xamarin Forms. I already have a login and register functionality. The mobile app is connected to an Laravel API and SQL database. Happy with the progress so far.
I am new to C# so I had some struggles, but after some days I began to really like it.9 -
I've got a kinda basic networking question I can't quite figure out
How does a push notification work?
Like, on an Android app. A good example is an authenticator. Say I don't login to the service for 4 months.
Then, one day, I try to log into the web portal and it prompts me to accept the request on my authenticator app on my phone.
Immediately, there's a push notification on my phone.
Wtf.
Is there a socket open for 4 months? Does it send requests every few seconds for 4 months? I can't imagine that either of these options scale whatsoever: both horrendously waste bandwidth and server connections.
How the fuck does it work? I don't even have the first idea.7 -
"We have a rockstar react dev on our side"
*Me, after deploying my first react based app using CRA to bootstrap*
<_<
>_>
¯\_(ツ)_/¯
'I guess this is my life now' -
Finally my first app is on Play Store. But, since I don't have that much experience with the "make muh app visible" side of things. Even if I search specifically for that app nothing shows up. Am I doing something wrong or missing something?
Here's the app tho, prolly the description does not have keywords or something 🤷🏻♀️
https://play.google.com/store/apps/...13 -
So I started at a new company about two months ago. I was hired as a Senior .net developer, which I am well qualified. I also told them that I did MVC but haven’t done react or angular.
So my first project with this company is building a react-native app. (Never done a native app either) The craziest thing is I am the most senior on this project too.
What is even crazier, I still work for my old company on the side, and the only .net I am doing is for them. And even funnier, my old company thought the reason I was leaving was to do more .net development.2 -
Rookie me,back when I was making my first Android app...
After a lot of hours put into it, finally finished it...pretty much was ready for deployment...some final touches...but oh wait... I was messing with some files-wanted to delete something and misclicked the whole folder...well my brain farted for a moment and clicked yes-I managed to erase the whole fucking app I was working for months...!
The whole world shut down at that moment! What the fuck did I do?...
In this point I want to thank jetbrains for their magical revert button....
Moral of the story: Learn Git, backup everything and don't be too excited and fuck up tremendously...! -
Just coded my first flutter app! The feeling when no async wait error appeared anymore was amazing. It uses the geolocation library to geht your current Position via GPS2
-
I went to bed and before sleeping opened an app on my phone that controls the music on my PC.
At first glance it looked like something was different so my first thought was "Ooh, they updated the app" and then I remembered that no, I didn't. I'm a lazy sack of crap that didn't update that app in a while and I didn't even implement everything.
On the plus side, I did actually get the basics working so... :D -
Was recently in a motorcycle accident and haven't been cleared to go back to work yet so I'm trying to build my first Android app.
I don't know Java, XML, kotlin, Android studio, or what the fuck a Gradle is; but I figured I'd take my app idea and download Android studio then try winging everything from there.
Needless to say, I'm having a damn hard time lol. I have been watching firebase tutorials on YouTube to try and figure out how to add authentication to my app. I kinda got it working in the AVD. But my personal Google account has 2FA enabled so I can't seem to get the app to sign me out, or sign me back in. (I was able to authenticate once successfully.)
I have no idea if having 2FA enabled is even the problem. I tried turning on debugging and can't seem to figure out how to actually get the app to debug or get a debug console open.
I seriously feel like the world's biggest n00b right now. Going to go YouTube/Google how to get the debugging working. Then I'm off for a round of learning how to read a debug report!
Hahahaha... Kill me now -_-'2 -
So I decided to challenge myself as an Android newbie by competing at an hackathon held in my school, which ran for 3 hours.
That's how when I decided to test run the app during the hackathon, the app always crashed upon launching it. Spent some time trying to debug it but I couldn't just resolve the issue at that point(Its currently on my To-do list).
I now decided to start a new project all over again, after about 1 hour had gone 😑.
So yeah that's my first rant. I'm expecting more 😂.8 -
The first error on my first react native app happened on production. It was just once in a Android 4.4 from 2010... how do I even simulate that ? 😶4
-
I posted a few weeks ago about how I started my own mobile app development business. Today, I released its first app. It's a turn by turn navigation app for amusement parks, right now it's only featuring Walt Disney World. If you have an Android the app is called AmuseGO. I'm waiting for apple to approve it.2
-
Well the first time I coded a proper algorithm in my job was when I created a download queuing system for my company's Android app. It vastly improved download times in comparison to what our the app was previously using.
-
Hello everyone. I'm so excited to tell that my first PHP project is online now. It's a simple chat app. Go check it out. Leave your thoughts. 😊
www.burningsatan.000webhostapp.com12 -
When I found out that the app I have developed basically in my free time to automate most of the monotone tasks that were needed at my first job, was being sold to customers as utility tool for our devices without me getting even a penny extra!2
-
For an exam we have to develop an app starting from the documentation (still the hardest part), like risk plain, timing projection ecc. we did all this stuff in time, except for the app. At the ending of time the professor ask to us how the app was going, and well... we bluffed, we said that we only need more time (at that point we have only installed Android Studio and JFK) but the prof give us an other month for the app, so we decide (me and my friend because in my team (4students) only 2 of us want to do something.. btw we learn how to work on Android Studio an develop a ugly, tiny but working app (the app consists in a remainder for your pet stuff like give it food,water or take it out ecc..). We took the max vote -1 because u know, timing is important ;) and yes, this is the story of my first, ugly, app :D My friend an I are so proud of that tiny shit 😄1
-
Woo... A present from Google http://ai.googleblog.com/2019/02/...
Now I don't have a reason to work for Google though... Not that I could get in but...
Is it a bit ironic that my first and only native Android app ~10 years ago was to solve the same problem?1 -
For fucks sake apple, why must I use your mail app, when I just want to change my default mail application to Outlook... All would be fine and dandy, except in order to change I must first register a valid email account then repeat the process 30 times... FML3
-
Hey guys...
Ever visited https://www.instructables.com ??
DMNNNN I just can't leave... So many cool Ideas...
I don't have anything to do with the site, found it yesterday while searching for arduino stuff, and MANNNN .... It has the best pratical tutorials I ever saw... Not like most, where they teach you the basics...
Most sites, first arduino APP, light a Led
Instructables, First App, Instructions with pictures and videos on how do connect the Arduino, install IDE (this is the most basic tutorial after all). then the tutorial, Light 4 leds and do a lightshow...
:p
I'm In Love
Btw, new project, got my old Niko Dc Car working again, after like 30 years...2 -
So... I’ve recently started a new role, and luckily I’ve established myself as someone that knows his shit (more or less) TM.
I’m leading the charge on tech debt, and raising issues about it, first on my radar is the monstrosity of their approach to app config.
It’s a web app, and they store config in a key-value table in the database.
Get this. The key is the {type}.{property} path and this is fetched from the database and injected *at construction* via reflection.
Some of these objects get instantiated dozens of times per-request. Eurgh. -
Okay kinda excited today.. I am building my first android app on android studio.. any suggestions? Or comment/ feedback?8
-
About to release my first Android app backed with a NoSql database. Anyone here ever had an experience maintaining one?2
-
Problably Reposting (like 10M times)
Fking Playstore
Uploading my first app
took me almost a hour to make the App
Its taking FOREVER to create everything required to post an App
Privacy Policy only to use the cam to read a qrcode...
Damn -
can you guys look at the design of my app?
https://play.google.com/apps/...
kinda ugly imo.
also please fuck around and find bugs.
thanks!
ps it's my first flutter app8 -
Bro I fucking hate Flutter and android studio. I have just started android development and oh my god the bunch of errors i’m getting is crazy af. Like I don’t get one point, flutter was created by google and android studio was also created by google… then why tf they don’t focus on normalizing the development process. Why so many errors ???????? And no easy fix for it like whyyyyyyyyyyy?????
Anyways sorry for the rant but there’s more to it. I just built a fuckin app which was running fine in my AVD and then when I sent it to my friend he was seeing a grayed out screen and then I searched for the error and then I was like bruh, I was sitting for sooo long building the first app of my life and here we are. My app can’t even run on someone else’s phone because of a fuckin gray screen error (i’ll fix it tomorrow)10 -
Is AngularJS out to date ?
I just finished my first app with Ionic v1 and it worked perfectly as if want to but during my researchs I found that all the posts about AngularJS are a few years old.7 -
So this happen to me today ....
I was hired some time ago to a company to make an App for Android and the app must interact with the Software of the company ...
There was needed to add some column into a table of the SQL DB for some features of the app to work better and an update as been submitted for the software (to be created the table) also. We told the IT department that they need to update the software first then the app on the android and start testing the new features on it ... they come to me and start complaining that the app didn't work as intended .... after 2 hour's trying to figure out what was the dam problem a thing come into my mind .... and I did ask if they did what was saying in the email, if they did update the software first then the app, and of course they only did update the app ...
Moral of the story, never assume that IT or other people it will do as it was instructed for the software work properly.
P.S. Sorry for my bad English :D1 -
Hi guys. jeez i have to say i mastered java and python those languages are easy if i keep this up i might be able to make my own api or get into java cryptography maybe show android app developers how to keep their source code safe from reverse engineers to be honest on android i started from python, to java to AIDE (android app), to android studio i even made my first lib file these aren't games im still learning i have like one project is like a clicker game lol6
-
Every body has that moment when they code their first ever project and feel like flying on top of the world..
just remembering that moment when i had done my first ever app and i was like wooow i made this work.
so sharing my first ever project
https://github.com/iamaamir/...
i would love to see all the others had done as their first project feel free to post your's one2 -
- graduate from college
- live by myself
- release my first android app on the play store
- replace Windows with linux on my dev laptop
- get a job that I love1 -
I've just found out that the web app I'm working on right now has been first created in 2008. It's been there for nearly HALF MY LIFETIME. 😥🔫
-
I was today years old when I created my first node.js Hello World app. I managed to add some basic routing with express.js, managed to read a mysql table and some JSON. I'm starting to 'get' the node.js environment. Shows you're never too old to learn something new.3
-
Had my first ever final interview as a developer after passing the first ever coding assignment, now can't stop thinking if I should have answered the questions differently.
I was very honest to my answer when they asked "How do you test your application?" As I started building the app with 0 knowledge about software development and know nothing about software testing. So I just told them the truth that I did not do any proper test, I just used a checklist and manual test to test my app and the app that I created for the assignment was the first app that I write a proper test cases and implement an automated test. The same goes to other questions like automated deployment and OOP experience. I just told them the honest truth even though I know that they are not the best practice. Did I just f*cked up the interview??
Arghh can't stop thinking2 -
Hey guys!! My first time in this app and it seems really cool! What are some tips to get me started :)?18
-
!rant
Hi guys... So I need a bit of advise.
I'm making my first app, it's an app for a university..
I pitched the idea to the uni director and he really liked it, and I have to do an actual presentation in about a week..
Basically I don't know how to price it... How do you guys price your apps?7 -
Phew.....I always freak out when i think of launching an app on playstore. It feels like a damn big thing! Making multiple keys, app bundles, signing, writing special descriptions, creating good looking screenshots/vids, the launch tracks.... A hell lot of work.
But recently i gathered up the courage to launch my first app in 2 years: https://play.google.com/store/apps/...
I know its simple, nd too late, but still, would like to know your thoughts on this3 -
Hey everyone, I'm ecstatic and nervous! I got my first technical phone interview from a company I'd actually really want to work with for a full stack (mostly frontend) react node web app developer job. Any tips or stories of your first technical phone interview with a company you cared about?! I think it will really help me. Thanks! 😅4
-
Wen I got my first Android phone I came across a make your own Android app ad with one of those "no programing experience needed drag and drop interface" I made a few news feed apps then got completely hooked,then I thought "I want to control everything within the app and not only drag and drop stuff" that thought changed my life.I started learning phonegap and started making Android apps with html5 ,put ADs on and published them to the play store.I then expanded my knowledge learnt Java,mysql,php,wordpress.
-
Deploying a web app to IIS, and it's the first time I've configured it on my own. I'm so horribly confused, send help1
-
! rant
So I finally released my first app on the play store. Well actually it's more of a widget to keep track of stock prices, exchange rates, crypto etc.
Would really appreciate some feedback or suggestions.
https://play.google.com/store/apps/...7 -
Just had my first app idea request from a friend. How do I tell them I'm not interested while being sincere?7
-
So this is my first and official app
https://play.google.com/store/apps/...
It's a note application with a reminder feature please feel free to download and give review thanks
Here is the GitHub feel free to dig in
https://github.com/AndreKelvin/...1 -
My first android app, it got me into the field of android development.
It was a simple wallpaper app for Android but it is my most precious project.
Wall Bucket is the name of the app (shameless self-promotion) -
When I created my first app on RaspberryPi. It was an app that watches window sensors and shows the information about windows status (close or open) and shows the information on web application. Тhis was my first time when I faced with embedded development with Python.
-
I made my first app after 3 years of learning Android studio in my free times and experimenting on codes.
I will be glad if you guys check my app and send me your suggestions and ideas to help me improve my skills .
Google play:
bit.ly/cful-play
Amazon app store:
bit.ly/cful-amzn
It's a random color scheme generator named Colorful.
Thanks for your attention.7 -
Wow, just fucking wow, you did it again Microsoft. You know the default mail app that comes with 8.1? It just randomly downloaded a pdf of a spam mail that it DELETED BY ITSELF before. Wow... "Hey, that looks fishy. Probably a trojan. LETS DOWNLOAD IT". I haven't even opened it. I was on my Desktop when it happened. Immediately deleted that crap.
That's actually the first time in the 3 years i have my pc that my antivirus was needed and it's not even my fault. -
Just started my first small laravel project (a chat app). current state: i can chat with myself -awesome! Almost forgot about this good feeling learning great new stuff :)1
-
My first app to upload to Google Play... I wanted to experiment with the messages API on Android, but I have been delaying it over and over and over again.
-
rant
Damn Google, Damn Google Play, Damn Adsense, Damn Admob...
So finaly uploaded my first app to the Playstore. took 5 minutes to make, 25 to ad an Admob module, and a day to get the ad to show...
Now I have to wait 6 hours for my new id (cause I chose the wrong kind of ad) to show and know If it will show on the App...
Luckly The App only has one download so far... mine lol4 -
First time my tracker app got used by the customer, and showed a really nice path on google maps, that was the first time I felt joy of programming
-
Mfw the CREATE TABLE statements in the SQLite database handler of my latest android app run perfectly first time
-
Me : sending screenshots of login screen, API design ,etc. to the client
Client : ohhh that's nice to see..Being a business analyst, I'm just curious on one thing here, does our app work without internet.
Me : Wrong decision on the first place that I chose you to be my client. Fuck you !!! I need to talk to the company that hired you as a business analyst first !!! *Hangs the call* *Facepalm*6 -
Been coding for many years. Just submitted my first public commercial app to eBay to get approved for compatibility then going to make some tweaks and send it off to the App Store 😆😬4
-
This was a project for school, we had to simulate an app that traced bus routes over a map.
All the teams but mine do it in Java (desktop app), we took another approach and did it on Android with the Maps API.
I had fun coding a parser, this parser job was to read a file and load the bus routes and draw them on the map.
It was structured like:
NAME
COLOR
<lat, long>
<lat, long>
The fun part was coding and telling my teammates "chill out, it will work", so we finished, built and run and... done! First code working smooth AF.
I know it's a simple parser and a simple app, but it was a nice feeling not having to debug the app.1 -
Most fun I had coding?
I was developing my first android app and the database accounted for all the weekdays.
It was a night and I was coding. I build the app after 90 minutes of last build. I was fucking amazed to see that my app was running perfectly on Genymotion Emulator whilst the same god damn build crashed on my phone.
As a new novice developer, I thought it could be due to the OS version difference b/w my phone and VB.
I went on to spent an hour or so, to figure out where I had gone wrong. I re-read my code multiple times and nothing. I could not find a single error in the code.
I was fucking speachless when it hit me, FUCK, today is Saturday (last build was around 11PM Friday) and VM's time is usually screwed (it was Wednesday there) and since I had not accounted for weedends entry in database, the app crashed.
It was really fun having this sort of a bug for the first time in my life. Solved it within minutes after that. -
I work solo on the Network Services Team at American Eagle as a developer. I've been working on an application for diagnosing wireless from a devices perspective.
I'm extremely happy that my app will be rolled out to the first store for real testing, and get some feedback :)3 -
So worked myself into stupor for a react-native app(first -time). It is the client part for large system ecosystem. Was rough at first but after initail field test and refactor to the code base it is in 95% stable form. This all happend in 2 months. During this time co-workers build rest of system in node and other backend magic sauce 👩💻 .
My app has sibling app to collab with. I make a note (early in the development of this sibling app) that the ui is not working for the use case and get in a heated debate with co-workers. Concede 🙌 that it is not my part of the system and leave it to them, they blame the fact that no design was given. Fast forward to yesterday I get munched by client that wants to showcase the system to large company and has to struggle with sibling app. I tell him it is something "we" would look at in the next cycle ( covering for my coworkers) .
I feel shit and year now starts off with crappy feeling that all my hard work to get my app to decent version of itself is lost☠️ . -
Best: two actually, a java game that was customizable and had statistics (simples but was great) the other was my first android APP consistent of google maps API and QR code scanner.
Worst: still being made, my first project that consists of doing documentation from scratch about a web app in .net core, and it's giving too much work than it should for a university class project -
I just want to say make sure you build app to be scalable from the begining I spent around 5 hours remaking my Vue app to use eventbus and vuex because at first I thought it was going to be a much smaller project but it looks like I'm going to expand on it.
Btw it's still not 100% function like it did before the refractoring so ya.2 -
It's not a big deal but I feel proud, a teen in my neighborhood was asking me to teach him some Android dev, I was like why not.
He published his first app (free and paid versions)
It's a simple app about broadcasting audio (from MIC or calls) to a radio server like shoutcast.
I have to put it here for support the guy :)
https://play.google.com/store/apps/...4 -
hello friends i building my first app support me and install it ;
Made with ♥️ 😂
https://play.google.com/store/apps/...3 -
Caused my first SEV today. I was fixing an oncall bug and brought an entire page of the app down in the process instead. Hugh sigh.
-
I was very interested with the concept of programming and so I downloaded varies IDE's one of which was Android studio, I didn't have interest in it at first but one day I was bored and decided to open Android studio and play around placing varies components making a very uninteractive app and the feeling I got was unexplainable and I knew that this was going to be my passion.1
-
I broke the algorithm!
My app has a function to filter out read rants but only returns the first 5 pages (250 rants) apparently I have reached the end. -
sort of an update on my midterm project read my last rant to catch up.
Progress so far has been absolutely phenomenal I have a sign up and login page, a profile page, home page, and can post to the app now in real time. for my first time using Kotlin I'm insanely surprised at what I've accomplished so far.1 -
Tonic is the most fucked up app on iOS. It just straight up internally dies. As soon as you try scanning the piano it scans it in the wrong plane and doesn’t scan like the picture wants it to. Then it asks you to map the first key of the piano and it moves the key vertically instead of horizontal. If you scan it the other way it does the opposite plane. I just want to try a cool app for my phone and you call your app a functional app. How.
-
Finishing this app we are developing and fixing all the technical debt from my first years in the company.
Wish me luck. 🤞1 -
!rant
I'm so happy. A month ago I started my apprenticeship, today I published the first version of my application for my company in the Google Play Store.
It was a hard time, but it was very interessting and I never thought that I can code an app in this short time (I also had 2 weeks school in this 4-5 weeks).1 -
I joined a startup and suddenly all I thought I know was disappearing and a very complex creature fell into my laps asking me to code it. Then there’s these trello cards asking me to pick them up and start solving.
Well, first, no idea how the whole app is structured.
Good thing, have a supportive team for sure. -
So it's been 4 months and my struggles with Power bi continues. The .net developer I once remains only a bleak memory.
So yesterday the client thought about securing reports, I appreciate the step and suggested embedding them in SharePoint Web parts and securing the access from the desktop app. The client wasn't thrilled with my suggestion as his clients might not have SharePoint, valid point. Instead he wants me to create a small web app with a login page to share the public web url of the reports.
He can't trust client by giving them direct urls but will trust them to login first and then have the url....1 -
Does anyone happen to know of some good resources for securing a flask app? I'm writing my first flask app on a development host and just like crabs to pubes, I've got bots attacking it already.
I'm working on fail2ban now and I'm reading up on options listed here: https://pythonhosted.org/Flask-Secu...
thank you in advance for your help or expertise with Flask/Security!! -
🍷 Wine Q:
No, not about the drink, you alcoholic! About the Wine Is Not an Emulator.
When I run a full screen app (a game) on my MacBook with an external monitor, how can I run the game on that monitor? It starts full screen on my MacBook's screen and can't be moved to the other screen. Well, I can move the 'window' (it's borderless) to the other desktop, but it immediately minimises to the dock. Opening the app again moves the window back to the first screen.
So in other words: how do I properly do display management in Wine?1 -
It happened again. I wanted to purchase an in-app upgrade for the first time in my life and the button was bugged. Then just say that you are tired of your job and you wanna see your company fail
-
What do I call Components as used in ECS when my app is entirely written in React and I want to avoid the tedium of qualifying the names?
This is a really fundamental thing to the project so I get to pick less-than-ideal but short names since anyone who works with the code will encounter it within the first 5 minutes.9 -
I am so close to done on my first solo app I've worked on for 6 months that could beat down similar corporate apps. Friends and family are proud, but don't really know what I mean. Just happy.
-
Hi, me and my friend want to start programming our first cross platform application. It is called RankIt and is a kind of social media app. Now the problem is, that we both only really know one programming language (me html and him swift); and those two languages don't really help our cause... :)
So we're looking for someone who could help us a bit, and give us tipps...
Thanks4 -
So I just made my first app from my book. So the IPO is tomorrow, anyone want to join the TipCalculator team before we are an overnight success?
-
Hey guys, so i'm just about to complete my android application project which I started a year ago.
You can say it's sort of my baby. I've put all my efforts into it. The backend is almost done. The problem which i'm struggling with is the front end.
The front end of my app looks like shit. I tried to do everything to make it look elegant and classy, but all in vain.
And I can't afford to hire a front end developer or graphic designer. Can someone suggest me what to do.
I'm open to any suggestions as it's the first app i'll upload on the play store, I just want it to be perfect.26 -
First time using AWS.....
I can't to deploy a laravel app .... I saw the documentation but
there are too many links ... the google chrome is starting to make my laptop unusable😭😭😭2 -
This year resolutions going to be rather ambitious. Hopefully not too much. :3
2.5kk steps this year, to get into decent shape and move more
finishing college - so fingers crossed for thesis writing motivation
and I want to have my first app published in Play Store this year, to start building portfolio
Also - get a new job, but after finishing thesis. :)
Good luck with yours, you guys. :) -
Eyup DevRant Devs - First off Merry Christmas, Happy Holidays and a Happy New Year to everyone working hard on this platform - In the New Year, please, please, PLEASE can you fix the iOS App not repositioning when in Landscape Mode for iPads? Currently typing this sideways on my iPad Pro 2020 on the latest iPadOS version, and latest version of the DevRant App; cheers chaps!
-
I want to jump into android app dev. My first plan is to start build one using flutter and dart language but my workstation is slow. Android studio is hogging my memory and it really slow me down plus bad experience. I plan to uninstall android studio and using other tools. Can anybody suggest what kind of tools that suitable for my current condition right now?9
-
mh, how much space i have in a post?? :D
first place is for an app to match students and mentors of my free learning community, secons place to the book listing app i creare to learn redux when it came out haha
midi controller with web audio api and well, the my biggest skeleton in the cupboard: Migrate my organization website from jekyll to hugo! -> it will never happen, i know! -
Just built out my first app using Cloudflare Workers, Typescript, and DurableObjects. Holy shit, this is nice stuff.
It's taken little to no time to build out:
* JSON API written in Typescript
* JWT verification against my OAuth backend (SAML support too)
* CI Automated Deployments including unit tests
* DurableObject support
* 3rd party HTTP calls + caching (built in to the framework!) to reduce network latency and hiccups.
* Cron-like tasks on each stored object so they can awaken the app on a schedule and update themselves as necessary
* Rapid deployment to new environments
The local testing with coordinated "miniflare" is dreamy too. -
So I have negligible experience doing mobile app development (simplish hello world Java app few years ago).
What's your advice to start getting into it? Flutter? Kotlin? I honestly dont have a clue. I want to target Android at first but very like this needs to support iOS as well.
I'm quite the experienced dev so I dont need some something to hold my hand, yet I dont have the time currently to fight a steep learning curve.3 -
Since I prefer App development above web, So when ever i come across any error in coding the first thought that come to mind that is my decision of taking app was correct or Just fooling my self.....1