Details
-
Aboutjust another developer who's still learning
-
SkillsAndroid, Java, python, C
-
LocationIndia
-
Github
Joined devRant on 7/3/2018
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
-
Published my first Android library today!! It's not something big but I guess I reached a new milestone in my devlife today!!6
-
Time to add a new feature in an Android app:-
Java code with basic layout to implement the feature - 1 hour
Polishing the layout - 30 mins
Time to fucking make the scroll view wrap around the text and not overflow in the dialog so that the buttons below are visible - 6-10 hours!!!12 -
Android development -
Where you can release a major update over a weekend but spend weeks trying to fix a small bug that 'might' affect a very small group of users1 -
Yesterday, when I was discussing my project with my Java professor, he told me to build an online quiz system in which the user can't view anything other than the quiz (to prevent cheating).
I tried telling him it's not easy and it definitely can't be just made into a website.
He told me to make it using APIs.
Now I'm wondering if he even knows that an API is...10 -
Android studio runs sooooo much better on Linux as compared to windows!!!
I just can't believe it!
My build times have been reduced by like 70% on the same laptop!
Why on earth was I even using windows all along!!5 -
Has anyone done client side validation of subscriptions in Android? Or atleast just figure if it's expired or not?
I've spent my whole day trying to do this without a server and no, Google only has API for servers.
SO working answers are like 3-5 years old after which the API were changed. New answers simply ignore the part 'client side'1 -
Only if people understood the amount of effort that goes behind building a simple app.
Even if it's a simple notes app, I've to design the UI (at least 2 different activities - 1 for the list and the other for editing notes), write the code which makes it run i.e. without which the app is just a piece of empty design, think about what data
structures to use (that notes you are saving need to be stored somehow) and then club everything together and hope nothing breaks (spoiler alert: something will definitely break).
People need to understand that it's not just putting some fancy buttons and boxes around. Also, I'm not just making the app for one device. I've to make sure it works on different screen sizes, different versions of the OS (a user can't imagine how many functions need to be re written because something got deprecated in the process and I'd to switch to something different).
Also I'm not just sitting at my computer and converting coffee to code. I've to think about the flow, structure, design, navigation, backend etc. Of the app; most of my time isn't spent writing code but thinking/studying how to write the code. I also need to wait while the project is compiling/building every time I want to test it.
A function which you think is hard to implement night be really easy while something you claim is easy might be a nightmare. Oh and I didn't even mention how I need to stick to some design guidelines to make the app look consistent with the rest of the OS.
If you're wondering why a developer is spending most of his time on a browser, he isn't playing internet games or browsing reddit ( at least you better hope not), he's probably looking at the docs/stack overflow to get something to work/fix something!
Wow! That was long. Thanks!3 -
When you just get to bed and your brain decides to finally solve the problem you've been trying to solve the whole day...1
-
I'm developing Android apps for my pastime (student on summer break) and will use my phone for running/debugging apps because my shitty laptop can't run the emulator.
If receive a call when I'm using the phone for debugging, I'm not picking it up. Even if it's a friend with whom I've not spoken in weeks. That call has to wait for my gradle to finish building.
Of course, I try to call back as soon as possible but that sometimes means an hour or two when I decide to get up from my laptop.
I'm not sorry8