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 - "android java"
-
Let's clarify:
* Github is not Git
* Android is not Java
* Unit test is not TDD
* Java is not OOP
* Docker is not Devops
* Jenkins is not CI
* Agile is not institutionalised total chaos
* Developer is not Printer Support52 -
Android Development be like:
- Has great idea for app or feature
- Boots up PC
- Starts android studio and creates new project
- Build error
- Gradle build failed
- Android studio crashes
- Java Error
- Shutsdown PC
- Goes and hangs himself
Pretty accurate if you ask me 😀😀😀😎18 -
- We need an android app. Can you do this?
+ Never done that, but I can try.
- Do you even know Java?
+ Not really, but I'll learn fast!
- Any OOP experience?
+ Well...I know CPP.
- 😐
- Will you give me a prototype tonight?
+ Don't know. How about tomorrow?
- Ok.
...
+ *makes a prototype in couple of hours, becomes a Java developer*
Just like that.8 -
My new year's resolution:
- Learn more Java
- Build a web server with Java
- Make a 3D game with no frameworks in Java
- Make a simple Android app with java
- Try JavaOS
- Tell people I know Java14 -
DevRant has more reviews on Android compared to iOS.
Well, yeah... Java devs are always bitching about something 😉10 -
Resume: experience in c, c++, java and Android.
Recruiter: DO YOU HAVE 10+ YEARS EXPERIENCE WITH SWIFT AND IOS??!!8 -
At a busy restaurant.
Person 1: oh my God this man here is having a heart attack. Is there a doctor here?
Person 2: here's ten reasons why Kotlin is better than Java for Android development5 -
I just found out that there is a method in Java/Android called "Log.wtf()" which stands for...
... What a Terrible Failure!
Don't believe me? See for yourselves! (way to go, guys!)9 -
Last night I was feeling bored so I got an idea and made this app. well in morning even I published this on play store.
It’s a completely useless application where you not supposed to touch anything.
but still you want to give it a try and want to give more useless ideas then here is the link
https://play.google.com/store/apps/...
just remember don't touch anything28 -
Please Java and all java shit, take more memory I don't need it -_-
16GB doesn't seem to be enough to have a VM and Android Studio Open but it is more than enough to have
1. Visual Studio
2. SQL Server Management Studio
3. VM
4. FireFox
5. Visual Studio code
Fuck. This. Shit!20 -
Returning back to use Java after 1.5 years to write an Android application.. after 4 attempts I finally successfully checked the version of java
> java -version
:facepalm:2 -
Going back to Java after being writing code in Kotlin for a while feels like going back with your crazy, over reacting ex.3
-
My first real "rant", okay...
So I decided today to hop back on the horse and open Android Studio for the first time in a couple months.
I decided I was going to make a random color generator. One of my favorite projects. Very excited.
Got all the layouts set up, and got a new color every tap with RGB and hex codes, too. Took more time to open Android Studio, really.
Excited with my speedy progress, I think "This'll be done in no time!". Text a friend and tell them what I'm up to. Shes very nice, wants the app. "As soon as I'm done". I expected that to be within the hour.
I want to be able to save the colors for future reference. Got the longClickListener set up just fine. Cute little toast pops up every time. Now I just need to save the color to a file.
Easy, just a semicolon-deliminated text file in my app's cache folder.
Three hours later, and my file still won't write any data. Friend has gone to sleep. Homework has gone undone. My hatred for Android is reborn.
Stay tuned, the adventure continues tomorrow...11 -
Yep, you need to know c++, php, HTML, CMS, and </> to become an Android developer.
Not java.
That's not important.
I love sponsored content. Always accurate.10 -
*Downloads Android Studio from the official Android website*
*Opens Android Studio*
Android Studio: "Error: Process command usr/local/android-studio/jre/bin/java finished with non-zero exit value 127
Me: I didn't even do anything yet. I guess I'll change the default Java directory to my native Java JDK
*One hour later*
Android Studio: 50 errors occurred during the Gradle Build.
Me: ( ._.)3 -
Once a recruiter called me
Recruiter: Hi, We are looking for an Android developer with n+ years of experience
Me: Umm ok. Actually I am not a full fledged native Android developer, but I can work on hybrid platform where we can create an App for Android using Web Technologies like html and javascript
Recruiter : ohh I will talk to our tech team and get back to you
Me: Sure. Thank you
-Next day-
Recruiter : so you can create an Android application right
Me: yes but using web technologies not JAVA
Recruiter : ok your interview is scheduled on x date and you will get an email
Me: ok cool. Thanks
-Interview day-
Interviewer : so lets start with the technical round, tell me what are Fragments
Me: :| i know what is a Fragment but I am not a native developer but Hybrid application developer like in phonegap - cordova using javascript
Interviewer: ohh but our App is in native Android and native IOS
Me: da faq :| (why the fuck did you call me then)
Interviewer : nice meeting you man
Me: :|||
- Next day same Recruiter again called me-
Recruiter : So how was your Interview?
Me: Actually they are looking for native developer, i told you i dont work on native
Recruiter : So your interview WENT BAD!
ME: What da FUCK :||||||
-Again same day after sometime-
Recruiter : So can you make Apps for IOS?
Me: What the fuckin fuck... :|||||||¦8 -
When i found devrant in play store. I dont know why, but because it was something like a community, installed it, found out java, installed eclipse, then found out android is java (well at that moment...) so i am doing android development until now! (me 15)
-
I just started learning Kotlin for a week or two and suddenly Google announced Kotlin will be officially supported for Android development.
I'm excited.6 -
So, after months of work and many painful night, i finaly learnt java and published my first android app. Yay!11
-
God damn fucking shit.
Now I know again why I don't do apps.
This is a app as simple as can be:
Enter a link, click a button, do a http request, download a file.
BUT FUCKING HELL WHY ARE YOU SO FUCKING RETARDED ANDROID?!
I'm not familiar with java but i don't care why is this so freaking unintiutiv to get shit done? Why are there thousands of ways and none works or atleast at a easy way? Make an object for this, make an object for that...
THIS IS RETARDED.
In PHP a simple "file_get_contents" would do the job. I were even down for some curl shenanigans if it were an easy implementation. BUT GOD DAMN.
URL url = new URL("http://fuckinghardcoded.com")
Oh no can't compile because that MIGHT be an invalid URL. Ok try catch this or just tell the rest of the Programm to watch out for this bad boy cause he might throw a MalformedURLException.
Ditch that and try volley. Everything is document except how to fire that queue! Does it do that by itself? Do I really have to do an override to a function while declaring? CMON ON I'M A WEBDEV IS THIS TRYING TO DO A FUCKING CALLBACK AND IS THIS TRYING TO BE AN ANONYMOUS FUNCTION??? Why is this so frustrating and confusing? I'm also mad at myself this is dropdead simple shit but I can't get it to work. Fuck this, fuck java , fuck android and fuck myself10 -
Thanks java! FAILURE :java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available5
-
Friend: Hey, so what do you do?
Me: I build backend systems and apis. I work with java/mongodb. I dable into some elixir and kotlin on my free time.
Friend: Cool, can you build me an Android app?11 -
A. Java at work and on my android app
B. Python for machine learning
C. Shell scripting for work and personal projects
I am writing echo in python and import in bash. My brain is like a soup now.3 -
Yahoo, Kotlin is the first class language for android. So no more fucking Java codes. No more 100 lines for basic configurations. No more null pointer exceptions.
Only beautiful code and fun.14 -
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
-
Installed an app called Top Github.
Selected "Java" category in it.
Android
Android
Android
Android
Android
......3 -
When you're a fourth semester Java student and decide to try your hand at making an android app... Only to find that it involves almost none of what you've learned so far.15
-
Why don't people like Java? With only a year of AP comp sci for experience, I don't know enough about it to say I do or don't like it. But it's widely used, and is an official language of Android. Are the people hating on Java just people that don't use it? Or is there something about Java that people just genuinely despise?35
-
Aye so i got a new job, and its android. I thought "yeah sure, ive been a java dev my whole life, it will be easy".
And it is easy.
But its like a fleshed out java, with a trillion built in classes and xml (seroiusly, fuck xml), and also the studio eats away my ram.5 -
What do you wanna become? / What are you?
1. PHP Developer
2. Python Developer
3. Node.Js Developer
4. JavaScript Developer
5. Java Developer
6. Android Developer
7. Other (please mention in comment)65 -
"We chose Android Native as our dev stack because we all got experience in Java"
- The biggest mistake I've ever made in a group project7 -
I want to build an Android app...
buuuut
- I hate NPM (NodeJS is neat, but NPM is annoying af)
- I hate Java
- I hate Dart
- I hate Windows
Fuck my life...24 -
By someone who reviewed my code. "Put a null check in the catch block for the exception....cuz some times exception itself might be null..."
And by that he/she means,
catch (Exception e){
if (e != null) {....}
}12 -
Call me a child, but I still have a love for Lego. Lately, as I have been sorting my childhood collection into individual sets, I needed a way to track how many of each piece I've found for any given set, and started programming a tool that lets me pull Lego set inventories from the internet and keep track of the parts I've found.
This is the first time I've found a problem and built a program to solve it, and it feels so good! :D
(in case anyone is curious, I'm building it in Java as an Android app.)3 -
When you spend countless hours working on a new feature and realize that there was this google API which could do the exact same thing the whole time..... -.-6
-
Agreed to work on a mobile app project on Android. No contract signed, just was given what the client wanted from this sub-contractor.
No specific details given, had to figure out a lot of the minute details of how they wanted the application to behave. We would deliver a working part of the product before getting a % of the pay. We charged $30 /hr on a mobile app, low as heck.
It was me and another developer, neither of us had any contact with the clients to ask questions, all questions had to go through the sub-contractor. Many arguments and months later we find that what they're asking for only a phone manufacturer can do. Sub-contractor blames us for not doing our "research" when she/he was the only one able to contact the client to get requirements.
Sub-contractor wanted us to refund money. We declined but offered solutions.
Sub-contractor goes to client and manages to get approval of what we were able to do. Finally a light in this dark tunnel spanning 7 months.
On the day of releasing to the client the finished app, we get notification from Google that the app won't be published due to a recent policy change that came into effect in January. WTF.
Go back to sub-contractor, tell the bad news. Once again he/she says it's our fault for not doing the "research". Yeah as if we knew what Google is going to change. Asks for paid money back. We refuse.
We lastly suggested that we remove what Google wants removed on the app and release it that way.
We had billed 300 hours cumulative divided among 3 people (including the sub-contractor who didn't appear to do anything), and just 2 months of development. It's been 7 months and we were only paid for 240 hours, the rest was unpaid, and the sub-contractor still wants to make us give it back. /rant13 -
Finally done with all the Java tutorials and trainings that I have.. now on to learning Android development with teamtreehouse! Any suggestions at all from any of the awesome vets here??6
-
What do you guys think of codecademy, free code camp and their likes? Please recommend good learning platforms better than these for absolute beginners.
Also can you use android studio for java programs and not just android apps?17 -
#AndroidDev protip:
1. Dump Android Studio and use Sublime for a week
2. Realize you don't actually know how to write java anymore
3. Cry -
!rant
Got back into android development recently and while everything was pretty flawless ( I managed to get the basic concepts implemented in a day) something wasn't right.
For some reason I was not happy with the code i wrote, although I took examples from google and tried to adapt their code style. It looked aweful. I hated my code.
But the code itself wasn't the core of the problem. I could easily add new features and replace components with new implementations without breaking the app. All those "good code quality" identifiers were there.
Turn out the problem is Java. Or to be more specific: Java 1.6
Every listener which only calls a single function once a worker has finished needs 6 lines of code. If you implement the inferface in the class it gets messy once there are multiple workers and you have a generic interface. And there are no lambdas!
So I made the switch to Kotlin.
The app was converted to kotlin in 30 Minutes. Android studio can convert the classes automatically and very little manual work is needed afterwards.
After that I spent 2 hours replacing the old java concepts with Kotlin concepts: lamdas, non-nullable types, getters and setters in kotlin style (which in this case is c# style) and some other great thing.
The code is good looking now. I like it. I like kotlin as it has a lot of cool things.
Its super easy to learn. It took me about 2 hours to get into it. It combines concepts from java, javascript, c# and maybe a few other languages to form a modern jvm 1.6 compatible typesafe language.
Android dev is fun again!2 -
Was fixing a bug in my app since yesterday. Now I have to keep it all aside and attend a family function. Feels really frustrating to stop mid-way. 😫😣1
-
I get a email every few weeks from recruiters for jobs that want senior level dev with 7+ years experience. In android, IOS, Java, or C#. My LinkedIn and personal site both state I graduated almost a year ago ...
-
I hate windows.
I hate Linux.
I hate Mac OS
I hate Android, iOS, whatever os
I hate java, c#, JavaScript.
I hate programming..
I hate being employee, or whatever..
Shit, life sucks8 -
I have that friend who keeps telling me that he doesn't like java just because it's slow! (I hate this excuse).
Friend: look what java did to Android, it's because of java that iOS is faster tham Android.
Me: whaaat!! do you know that Android OS have nothing to do with java? it's C++ you...
Friend: No it's Java, we develop Android apps with java
Me: 🔫31 -
hi guys, i'm django developer and i wanna learn android.
should i choose kotlin over java?
how is job vacancies?22 -
when you have a great idea for a project, the you open android studio and like ''ok, how the hell do i even start? i'm going to sleep''4
-
Previous intern had a bad habit of living empty catch blocks...
It's like he had some mommy issues.
It's like handing an empty first aid box to guy.
"You know what I am gonna do, leave empty catch every where just to fuck with the next guy...Ha...Ha..."1 -
Hey guys it's not a rant, but i feel this place might help...
I am a 20 yr old, second year guy ...have got some experience in core Java and after that, i have been doing android for 8months... Yeah , i coded some basic apps got my hands dirty on firebase, sql libraries and some connectivity...
Even got landed in an internship.
Today i feel myself to be an intermediate android dev , nd i know their are many things that can be learnt in android that i don't know..
But what after that?development as a carrier interests me, but i fear for a job security ... I could learn more of Android,maybe learn ios after that but their are always articles coming out that react is future, webapps will replace android and stuff like that...
I Have also heard stuff like companies today want to squeeze more out of their techs, so they want less and complete developers having experience in both web and mobile app designing and other stuff like that
Are you freakin kidding me? Android and ios alone are like drinking Pacific and indian ocean and to add web developing, its like drinking out every drop of ocean in the world.
I guess their are guys which exist with knowledge of all three, maybe I can cover them all too(someday) but that would take my whole clg life of 4 years..(I guess)
And no ,I don't have problems with that too.. I actually like developing but again i hear big words like cloud computing, AR,VR AI, data sciences, automation, graphics designing, game dev, and many more...
Basically i hear too much and i fear too much 😅 and i don't think closing my ears would be a good choice...
So, which ocean of carrier should i aim to go for?nd are my fears real? Do companies really prefer some web guy designing Amazon like apps over android-only guys like me?is automation nd templates really gonna take all we, developers jobs?should i look into ai/data sciences?
Well , i am a simple guy, who got his first pc at 17 so naturally, i am fascinated even by the working of a calculator app and anything relates to tech so am open to pursue my interests in any fields23 -
I laughed waaay to hard at this. Anyone using kotlin? The language seems really nice, i currently develop with React Native if I can avoid java on android (too much to do too little) and was thinking about kotlin.2
-
Recently got out of the military now I work a full time job, have a wife and a 15 month old son, go to college full time online and try to learn Java and android development in my other time. I want to work as a developer so badly but I'm just not good enough yet. It's also super hard to know what level of knowledge you need to obtain a job because all entry level positions want you to have years of experience in 10 fucking languages and shit like what the fuck? No breaks, hungry to succeed.10
-
New dev hired to assist me told the boss that he was going to refactor the code to improve stability.
He converted all my fragments into activities. Because he didn't understand working with the back stack. Now everyone is asking me what happened.3 -
>Get java "From zero to hero" book at the age of 12
>Follow along and despair at all the java jargon
>write small programs for fun
>ff to 14yo
>Get my first android phone (galaxy S3)
>Get android 4.0 book
>Follow along and despair at all the android jargon
>Develop small apps for fun
>Learn Java, C and python for the rest of high school
>discover functional programming (erlang/elixir) towards the end of highschool
>love_at_first_sight.jpg
>Learn said language
>Find first job and current job right after that
>happy3 -
After 48 hours of coding in java at a hackathon, I was filling out a feedback form using my pen and suddenly my friend started laughing ridiculously...
After a while thinking wtf I have been doing wrong (which apparently I couldn't find even double checking the form).
.
Friend: You are filling out a feedback form bruh not creating classes
Me: wtf?
Friendb fucking use periods (full stops) instead of the godamn semicolons in the paper
Me: 😑
.
Took a while to shake my head on that but this fucking happens frequently 😂
Fucking can't feel the joy of coding in python cz I drop semicolons and brackets everywhere 😑😑😑1 -
I hate wen my code works perfectly; then all of a sudden a million errors popup out of nowhere. 😠😠😠4
-
2 years ago..
Me : How can i learn Java?
College Senior : Do some online courses.
*did a course for a month! Still not confident*
Me: it ain't working for me.
Senior: Do some project.
*Created an Android App under internship! Still not confident*
After wasting my 6 months on Java, i reached to the conclusion that: "Java Sucks" (at least for me)
No Offence!16 -
!Rant #motivation #hugeProject
Yesterday i started a new app and i designed some of it but classes i coded will speed up the whole coding of other parts .
Anyways today i needed to work on the server side of the project and when i was working on setting up the databases structures i realized how big is this project (it uses like 3 APIs) so i was unmotivated because its a side project and it takes alot of time and overall it dont worth it and even app may fail or may be successful.
So i said i dont care about how it will turn out
Im gonna do it , and im gonna do it right now
So i did now its 6 am and the server part is almost finished ! 75% done .
It was a secure login system and signup with verifications and more security stuff and the codes that provide the server status and most of the user parts . And some of the features of the app .
The most hard thing remaining is to setup the in app purchases and the APIs .
So if you see a project that is huge .
Dont give up . Just do it as long as you can
And you will see how much you progress !
And the huge project will be a big project ;)
Then a normal project , then a tiny project :P
Good night1 -
"Kotlin, why the fuck would you want to introduce a better language for Android studio and still base it entirely on jvm, fuck you jetBrains and Google, you java dick sucking retards. "
LOL6 -
Call me crazy, but I'm pretty sure no java code should be able to jump from the if block to the else block, and then back to the if statement, ahen trying to initialize an object1
-
Learned basic Java syntax and created an Android app by reading a lot of posts on stackoverflow
Also a lot of trial and error... -
Wow, i'm pretty sure that's not what i typed lol. Looks like we got another way to write 'Paris'.. (:1
-
How I learned different languages...
C->C++->HTML&CSS->JAVA->Android->python
.
.
PS Still learning more...7 -
A story about a helpless intern : On a fine day an intern was assigned a feature to develope. He worked his ass off, completed it, submitted it for testing, the build was approved by the tester and got released the next day. Fast forward a few days, the feature is failing in few cases at the production.Everbody, starts pointing fingers at the intern.
The intern wonders...How the fuck am I gonna know this fucking use case, do they really expect me to to build a full proof feature without telling me about all the possible senarios...And how the fuck did the tester approved this...? I mean, now that I know this senario, it seems pretty obvious that it should have been tested...!
Note : This also happened to another developer who recently joined...The PM failed to properly communicate all the requirements and the fucking lazy ass tester did not consider all the possible senarios. And the script failed in the production...!
Note : It's 4 fucking AM and the intern still can't sleep...5 -
When i first got introduced to programming in highschool, java was the only thing offered. years later i picked up java again to throw together my first project. a 100 lvl java android phone game on my own. needless to say lol it was my utter failure! i remember my phone acting like it was on heroin constantly after install lol fuck that game
-
I was a Project Manager, studied my a$$ off at 38 to become a mobile developer. Built production apps in Java, React Native. I've studied Kotlin and Flutter. Then my company almost went belly up and I had to scramble to find a job to support my family. Back to being a PM which I hate. Started with Swift because my son is old enough to play with Swift Playgrounds and thinking about making a break back into dev. Every post I see on Twitter is about Flutter, maybe RN, but not much Native iOS. Is it wrong that I'm loving it thus far? What's the future for Native iOS and Android developers?5
-
Wow, Oracle is tenacious... Does this kind of decision mean people will move away from Java?
Oracle vs Google/Android
http://money.cnn.com/2018/03/...7 -
At the Android Developers under us:
Do you prefer the new Kotlin language or the good old Java? Because i'm currently learning Android Development with Java.
Would like to hear your opininion! :)5 -
Xamarin vs Android Studio?
Pros and Cons?
Plan to get into Android Development in my holidays. I am very experienced with C# decent understanding of Java. Which one should I go for?5 -
upwork job "Full Stack Developer with Laravel, PHP, Java Programming, Android, AWS expertise needed"... you guys forgot rocket scientist too6
-
Working on a Xamarin (.Net) project in the morning, in the evening I work on React Native project. And a little time at night with Java side project, also sometimes I do some support to a native Android App.
God, this is like a brain gym ! -
Anybody here who does mobile development(Android or IOS) (not Windows) without using native languages like Java, Swift or objective-C and is able to get the performance like of those on heavy resource using apps?25
-
I started learning Programming by building Android Apps, Without even knowing that this is how Java Works.. And after that I was introduced to Java at college.. Kinda reverse process5
-
I love some edging case of android !
Like u call setToolbarHeight(int h) on the toolbar and boom, the status bar text color changes !3 -
Fuck you Android Studio. You just prompted me to update, and now are saying The project is using an unsupported version of Gradle. Why the fuck did you not update Gradle (whatever the shit it is) yourself?
What was wrong with Eclipse? Why the fuck Google decided to move to this piece of crap?14 -
Finally started to *properly* learn Java and make an Android application, instead of copying random code from SO. So glad I made that decision. Well, still a lot of things to learn :/
Here is what I made so far, if you are interested.
https://github.com/ttomovcik/Snappy -
That very moment! when your app is ready
but suddenly
Android Marshmallow has gone live
and every pips has updated their phones
and you forgot to implement about runtime permissions4 -
Well I can say one thing for sure. The tooling found for Flutter in the form of IntelliJ and Android Studio is far superior than fucking around on a text editor das for sure.
Not really into the continuous nesting of widgets. But then again I was not a big fan of having jsx either.
Both options still better than fucking around with the Java Android api....and I fucking love Java.
Still feels like Google realized that such approach was better, else I don't think they would have justified the creation of the Flutter lib. And yes. I know that it is not a complete replacement for Android Java, but the interfacing between Dart and the Java api feels more natural at least to me and the widgets look native af so we go on with them big plus digits.2 -
This Udacity course I'm taking for Android development thinks I'm too fucking retarded to use Variables. They also "taught" me that i++ exists. Java Knowledge is required for the course.
-
Hi, so I want to get into Android App development.
I know the basics of Java and I have already written some simple apps with Java.
However I would like to get more serious with it and now I wonder if I should directly start writing apps in Kotlin or if I should write them in Java.8 -
First time developing an Android app using Android Studio. I wanted to see how it is to make a mobile app. It's very simple, doesn't wow with design and calculates price discounts. First time using Java too, which was cool. Biggest annoyance? Making fields and buttons "responsive" to different screen sizes!1
-
What do you recommend to read for Android developement? The SO documentation is not that great for me since I'm just strarting to create some apps?3
-
Question here - what do you guys think of Kotlin?
Do you also think it'll be sufficient to learn Kotlin and not java to programm for Android?
I just began the transition, it's fun playing around with it, but a friend of mine wants to learn Kotlin to learn Android programming (and not java, he only has java basics).
What's your opinion on all this?12 -
*Wakes up
*Sits on PC
*Some Progress On Project
*Bug Arises
*Mood Off
*Tries Debugging and gets frustated
*Goes to FB and also does Gaming
*Goes to the bed for sleep, with sad face3 -
That feeling when your library is trending on github. Check it out guys 😁😄
https://github.com/code-crusher/...4 -
Hi everyone,
I'm a senior developer who wants to learn android development.
In your opinion, should I start with java or kotlin?38 -
I cannot choose between Java, JavaScript and c#. I'm interested in Android and video games development. Can one of these do both?10
-
I am a android developer. Mostly use java. I'm about to Develop an API for our next app. What should i use : php or python?9
-
Yesterday I spent almost 3 hours trying to sort an array of objects in java. I'm a person who has written a lot of python and dart code and java is just so daunting. Every simple thing is so complicated.
You can sort a list of objects wrt any parameter using a one liner in python.
Finally after copy pasting a lot of code from stack overflow the thing got sorted. And the worst part I don't even know how the thing works.4 -
When as JavaScript developer you need to do Java Android. And not the simple kind of tasks... I have 0 knowledge on the whole Android platform.. FML5
-
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 -
Going to start learning about Android development. I already know java and I'm at beginner level in windows phone apps.
Any suggestions would be great, thanks.2 -
When a client wants java, c, PHP, Ruby, Javascript, html, css, data mining, AI, bot development, Android development, iPhone development, Amazon services, masonry, Kung Fu, cooking, driving, flying, deployment, mechanic, electrician, plumbing as required skills.
-
working as developer, actually android and java. Maybe not a big deal for you but it is, for me at least3
-
Who among you devs ends up coding with 4 or maybe 5 different languages in one day !!! And by languages I mean C++, Python, JavaScript and Java for Android.7
-
So in the last time i was so into Java/Android that i "almost" forgot, how to develop a website... wtf3
-
Hello everyone.
I recently started android app development and i wanted to ask if you code entirely in java/kotlin or use xml+java/kotlin ?
I feel like to get better i should code entirely in java/kotlin. Am i wrong?3 -
A very frequent topic for rants I see is the slowness and high resource utilization of Android Studio. My first thought whenever I see these rants is, "why not just use a normal IDE or a text editor?" Is Android Studio a hard requirement? Will no other software allow you to edit Java code and assemble it into a usable apk?5
-
I kinda hate Java. And Android Studio.
I have to develop an app for participant registration/management for college techfest by 10th march.
Fuck.
(I'm using Cordova or React Native, but still.)
Fuck.6 -
Android Java came a long way since I've stopped programming for it 5 years ago. Now you've got nice dependency injection, storage helpers and good hybrid solutions. So, curious as I am, I asked to work on some bug fixes in the Android application at work. Bad choice.
"Welcome back!" said the nullpointers, "We've missed you!"2 -
No one loves Java as much as Google and Oracle. They are willing to have a battle in court. Or maybe it is just that $9 billion 😂😂😝
But on a serious note as a former paralegal "I don't think copyright should be applied on a programming language " plus, I feel like even if it is applied... google is using java in it's own way (android) as the courts have stated that you can't copyright a language syntax or API definition. So Google can use the Java langauge syntax and core Java API freely on Android.
I don't know about you but, a lot of clients do bring up their concerns..on what the implications are for them and their company developing mobile apps!!
Any updates? Concerns? Thoughts?3 -
What is the "best" framework to develop mobile apps?
I tried android studio (native java etc)
And Fuse (XML/js framework for native iOS and android)
Since android studio isn't a fast development and Fuse doesn't had a big community with support, I thought about angular and native script. Any experience? Any advice?2 -
For all the professionals - I really do not find my course in Software Engineering challenging and I even finished first in my class last year. I have been programing in java and javascript with spring and angular but now I am focusing on android. Do you reckon I should stay and finish my degree or just make a portfolio and apply for a job in the industry? Thanks in advance21
-
It's 1:22 am, and what am I doing? Rewriting my Smite Team Generator as a standalone Java library. I have plans on completely revamping how the Android front-end for it works as well. I really wish I didn't have the desire to do this right now so I could go to sleep.2
-
Having fun looking at android developer struggling to replicate 'str_split()' function from PHP in Java :-D3
-
Starting work like "How the hell am i going to do this !!"
ending it like "was that even a task !!"
the excitements and horrors of code. -
!rant
To Android developers who are employed, how's the industry with Kotlin? Are you guyz shifting to it or still stick to Java? And what are your thoughts about Kotlin future? Thanks.5 -
Can anyone point me to Android tutorials/resources using Kotlin? ( I don't know Java... Coming from iOS background)5
-
Tried this today:
Xubuntu running Ubuntu on a Virtualbox machine running Android emulator (ie. running Java virtual machine(s))
Failed miserably and even if it would have worked, I think the performance would have been horrible.1 -
I give up! Been trying to solve this shit for a week and still failed:
Using Android Data Binding, two-way binding and when I compile I receive this error:
Unknown class: java.lang.String
It was working without issues before upgrading Android Studio.
Anyone has a clue how to solve this shit?
By the way I'm using Kotlin, on Java it doesn't produce errors, and I'm not going to convert my project to Java ...8 -
I have been an android developer since long time, yet android migrate everything from Java to Kotlin
But am really worried to migrate everything from Java to Kotlin or begin this phase can you please help and tell me where is the best way to learn kotlin and get easily adapted3 -
To the android devs out there, how difficult would you say it is to obtain employment as an android developer VS other devs such as Java developer?5
-
Books, mostly. Never completed even one though. Started with VB6 a long time ago. Just wanted to create cool stuff. Then moved onto Java. Heck, even did J2ME. **shudders with horror** Now doing Android and Python mostly.
-
Technically the first things I received money for were some android apps I published in the Google Play Store. They were icon packs that I created the icons for and mimicked someone's android project. After that created some of my own android apps. First paid career job, hired 2 years ago for java web developer at a health insurance company. I still like it, very appreciated here.
-
Looks like Android studio's artificial java to kotlin converter learned faster to write better kotlin than my shitty brain :/
People from java background, where did you learned to write efficient kotlin code and how?
Where to learn how to write that famous "kotlin's super precise and small , ugly ass anonymous looking code full of keywords , that only work when arranged in a particular pattern and defies my all previous knowledge of oop , java and good practices " code?
I really wish to learn, since android and google seems to be heading towards this beautiful new shit1 -
You've gone and done it again Android Studio. I can have Visual Studio and Delphi open at the same time and develop and debug plugins for X-Plane on my laptop, but can not run Android Studio smoothly. How much processing power does this piece of shit need?1
-
Holy shit, what a language...
I'm currently learning Java right, I have never seen such a weird language in my life.
My background is Web Developing and some lua here and there. After a while playing around with Kivy and other alternatives to native Android Studio development I decided it was most probably time for me to start actually getting ready for the inevitable Android Studio.
Getting used to the GUI was easy, everything seemed to make sense and I was already used to IntelliJ.
But the issue came from Java, the number of ways that it's broken, just JVM by itself should be enough to condemn this language to eternal doom. Not even talking about the Syntax, coming from JS it was basically Hell.
I get it's more than useful, but seeing its History, Java should've probably stayed at its Oak stage lmao.27 -
Dependency injection and RX java and all are cool.
But I like to do good object oriented programming.
And now there are kids in start ups who see devs doing good object oriented programming as retards.
Android as a platform provides everything that you need. Why abuse a simple app with all fancy stuff when you can accomplish stuff with simple oops which takes the same amount of time ?
Am I the one feeling this way ? -
A long time ago, I used AIDE (Android IDE) to write a simple application to output random numbers for the lottery. I test it out and head to the gas station. I pulled out my phone to generate numbers, and received something like 36892789, 3, 78921593, 5.
After hours of staring at my code, I transferred and compiled with Eclipse and the problem disappeared.4 -
Android Development. Question to those who are experienced:
There is IntelliJ and AndroidStudio. I know that IntelliJ is mainly for Java Desktop Development but I've heard that it can be used for Android development too. Android Studio is clunky. Which one is better for lightweight Android development? Oh, and why is AndroidStudio not in the JetbrainsToolbox?2 -
So, I need to customize some shit for my company's app...
Just discovered they somehow manage to call a protected method on an object stored in a field... I can't even... How does that even compile? And also, things neccessary for my subclass are private with no getter...
private static final int ZERO = 0;
private static final int ONE = 1;
private static final int TWO = 2;
What. The. Hell. Why?
Damn Java. Though this is the programmer's fault, it does seem to favor this kind of shit.2 -
Can anyone recommend a good notebook for mobile/desktop developement? Mainly Java, Android, .NET and Unity3D projects. Dedicated GPU is a big plus.13
-
Why Android uses so many quirky features in Java, like inner and anonymous classes, callbacks and nested generics?
I searched everywhere for the reason but can't find why, only how.
I rarely use these features outside of Android development.4 -
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
-
Needed to create an app for android for a school project so we tried xamarin because c#. After 2 weeks of crying and breaking we decided to switch java. Now we only hate programming in java but at least we it works5
-
I just finished working on an obfuscator
Its like voldomort horcruxes with Chinese and Japanese chars every object and every everything 😂 for android and just looked at the time and hoooooooooly shiot ita 5:55 am 😂
The result is just great . Finally i can sleep 😂🤣 -
TL;DR Thinking whether to switch to Xamarin after learning Android Sudio(Java) for almost a year.
So, I've been learning android dev using Android Studio and Java, and I've made some progress. Not a lot, I finished a few projects for fun/practice the last of which was a project that took 4 month to finish, so I now am capble of making small or simple apps for android, and I have been thinking of switching to Xamarin. What do you guys think? Should I stick with Java/Android studio, or should I abandon it and start over with Xamsrin?
P.S. I am pretty good with both Java and C# so this isn't a concern.3 -
The sole reason for me not wanting to continue tinkering with the awesome features of Android SDK is Java.
-
is it possible to get remote job for junior java - android dev? I'm php dev, but thinking about moving to android1
-
I want to try some Android Development. I already have basic understanding of both C# and Java. C# even a little bit more. But the language is not the problem.
I just can not decide wether I should use Xamarin or do native development using Android Studio.
What would you suggest me, guys? :-)7 -
I was hired to work on an Android application written in java. Spent three months working on a project written in C++ instead. Needless to say I had no prior experience with C++ at that time.
-
There was a rare footage of aliens using java to fly their ufo, well then i guess thats why android was built on top of java
-
Do you use any other IDEs as Android Studio or Eclipse? I dont wanna use Eclipse and AS is to buggy :(. I only search an good ide for Android dev (using java)13
-
Is storing-of-data-in-classes-as-static-variables-to-access-them-later-on-from-one-page-to-another a good practice? It always seemed fishy to me...5
-
Native Android Java/Kotlin I got covered but I need to go multi platform mobile. Your choice, why and why not?...
- React native
- Flutter
- Adobe Air
- phoneGap/Cordova
- Xamarin
- another?12 -
why is kotlin picking up so much hype is it actually completely stable now? Would it be better to develop android apps in kotlin rather than Java for my next app? Is java going to become obsolete/deprecated for android?1
-
Oracle roasts the s**t out of Google with the android lawsuit therefore showing C and Java aren't the future of tech lol13
-
Been coding for 2 months lazily. Only know very basic html. Started learning java and android app development. I can change the hello World text lol. Any general advice?3
-
I'm pretty sure the fifth circle of hell is full with developers that had to justify TextViews in Android
-
I recently started learning Android development with Java, but now I'm confused if I should learn kotlin as well. What do you guys think? Kotlin > Java?4
-
Can people help me please,
Which one is better Android development (Android studio) or IOS development (Xcode)
I learned a bit of both(still a beginner) and here is what i think so far
Pros:
-Android is more wide spread and is more flexible also i have an Android device (testing)
-IOS development is really fun and intuitive and more money is paid to developers because not everyone has a mac in my country.
Con:
-Android studio is messy and java is really dull imo
-IOS requires a developer account which is really expensive in my country.
Any help is much appreciated even if it is a personal opinion10 -
Why do developers out there think java is a write off just because of kotlin's existence? Java isn't going anywhere fam, you know how large the community of Java programmers is? You'll hardly find stackoverflow answers written in kotlin. Kotlin is the official language just as c# is for Microsoft but that doesn't stop anyone from writing windows software with java. Stop scaring potential java programmers with "ANDroId iS rOotiNG For kotlIN" for fucks sake.3
-
So is it feasible to develop iOS swift apps also using vscode? Is it smoother than Xcode?
What about android apps...android Studio is so slow, what all will I miss if I use vscode for Java/kotlin apps instead?4 -
What is the use of Java nowadays besides Android? I rarely see Desktop apps written in Java and backends are developed more efficientl with django, node.js ,etc... just think about it setting up spring boot and all the warnings and errors...4
-
You look everywhere to be puzzled of what went wrong and realise that you missed a semi colon assuming that language to be semi colon independent.
-
When I moved to another company there was Android app, with 5K lines of HTTP Service class, with apache legacy library, with maven and tons of garbage.
now, it has gradle, multiple build types, flavors, multiple source sets, RxJava, Java 8, ButterKnife, modular dependency, I always do profiling and APK analyze and tons of essential and cool features.
Project started last year but what the heck?
Dude, I will find you,and I will kill you! -
Why are devs at google making it hard for android developers? They release libraries so frequently and completely overhaul everything. It was fine till a limit. Now again they are releasing jetpack compose which is a completely new thing. I don't have problem learning new things but the rate at which they release new stuff is far swift than other frameworks. For example they release a new dependency injection hilt while recruiters still look for dagger 2. Android is just getting overwhelming. What are your thoughts?4
-
just finished a prototype for my android app, when i all of the sudden find out about flutter and dart, and i have the fucking urge to rework EVERYTHING just because i fucking hate android studio and java for it verbosity
android studio is good in basically helping you limp along with java, but when i saw how smooth dart code works, i just started getting frustrated at every little complication the android API makes at doing android things in a java way
fuck that, i'm learning dart now -
Hey I am just curious, do you think is there any good reason to stick to Java now that Google officially supports kotlin?
Thanks1 -
Asking Android developers: I want to learn how to make Android apps. I know a little bit of Java and thus kotlin too. Which resources do you guys recommend?5
-
What do you guys think about Java Spring STOMP? A Socket Based Backend.. Any experiences using that backend with Android? As a Java developer (mainly Android) I would Prefer continue writing backends in Java, I hate Javascript
-
Im an android /java native coder
And a swift/xcode native coder
But I also expert in angular ...
Sooooooo ???
Shall I go android/kotlin+ios/swiftUI
Or ionic angular capacitor ?2 -
Hi y'all!
So I've just finished my prerequisite computer science classes (up to advanced Java OOP) and I have 7 months off until I can transfer to university. What should I do to maintain & get ahead with my engineering skills? I've started a class on git online already, but what else? Build on my Java skills with spring and rest APIs, or a different stack. I am really interested in mobile development and have made simple android apps before.
Thanks in advance! -
In android 7.1, I've seen a lot of conflicting reports about crypto security.
If I do something like the following in the default android 7.1 browser...
var array = new Uint32Array(n);
window.crypto.getRandomValues(array);
How secure would the resulting numbers be overall? I'm asking because I've seen a lot of articles talking about it, but they never specifically mention the default 7.1 android *browser* and what or how it obtains secure random numbers. They only ever talk about the api, sdk, and developers working in java.4 -
Hey, I wanna start developing Android apps. I'm good at java, I just need to learn how to use to make Android apps. So I looks for the books I need to read on Stack Overflow and some other sources. so now I have a bunch of different books that I don't know what book to read first. I just need someone who is experienced in mobile development to recommend for me what books or tutorials I need to go through first knowing that I already know java (for native apps) and html5 (for hyprid apps).
Thank you in advance.1 -
Has anyone used Flutter Studio before? How is your experience?
Is it suitable for someone who has knowledge of java but not android development.3 -
What are the languages that can be used to develop an Android application? and also which is the easiest one apart from java?8
-
I effing hate Google Play & Google Play Console.
I've uploaded an app and the troubles haven't ended. It is a different error on different devices. Some of them are compile time, some of them run time, some of them just functions the way its not suppose to. And the worst part is that there is no way to track these errors. Google Play Console is utter Horse crap. People tell me that my app crashes and the console reports "nothing to show" under the crashes page.14 -
I want to make my own Android app. I have completed Java basics. In Java basics I have completed encapsulation, abstraction, inheritance, polymorphism etc. I have basic knowledge of these all. I cannot switch myself to Android studio because I am not having a good laptop but after one month I will buy a good laptop. So in this one month of time what should I learn which will help me in my Android app development.3
-
I have been helping out a teammate with a code fix but never wants to try my code solutions, instead he always complaints about it, even if they work and comply with the conventions. (I am his dev lead)2
-
How good is the world of java advanced for a career these days? I learned java basics (collections,OOP, syntaxes, threads, a little bit of spring,etc) aka core java in college and then went straight to Android dev.
I am thinking of learning about the contents of java ee and me or whatever "advanced" java is. How tough is it? What is the career in it? How good is the possibility of getting a fresher job in it?2 -
Alright, apparently, I can't Google.
I am wondering, is it possible, to develop an android app without android studio? And probably without Java?
My idea was to make a web app using mean stack and then just fit it into browser widget and voila.
I also don't believe that all of the apps I'm using are made with android studio...
What should I check out for better understanding of the whole android app development thing?6 -
need to work on any open source projects. I am a Java developer and have knowledge of Android, HTML5,CSS3 and SQL as well. Anyone willing to onboard me shout out.6
-
Using canary versions of android studio is fun but I hate it when you have to download entire package again and again because of some new fixes :/
-
Should I be bothered if I have added 200 lines of badly written code to my Android project (which had readable, organized code before) to make it almost unreadable? BTW the app's memory usage is still low like before.3
-
Using Google Allo since this morning. The reply prediction feature is making my conversations very polite... Ha... Ha... It has to learn that real life conversations are not so polite... At least not with my fellow devs... 😂
-
Does anyone here think that Firebase is absolutely nuts when it comes to querying data ? I mean it's unbelievable.7
-
Retrofit + Gson is faster than Volley + my static helper class for parsing JSONArrays -.-
I feel defeated //android4 -
I want to start freelancing projects.! but how to start freelancing, I have good knowledge of AngularJs, Java, Selenium, Android, HTML, CSS.! too.
where to start./ any sugg..5 -
!rant
I personally a book worm I read books from goalkicker.com , I started programme for Android application in Java. -
For an app, to be available in IOS and Android, i need to code it in both languages (Swift and Java)? or there is another way to do it?7
-
Wait someone said Java is going downhill and new projects aren't really made in Java anymore outside of Android? The fuck I'm just learning Java. Granted I really am learning it because I want to make stuff for Android but again wtf? Will this become its only use at some point til Kotlin takes over?3
-
guys, hacktoberfest is around and i am looking for a fairly new android repo for which i can contribute (because that'd be fairly ez :/)
pls comment down a github repo of a new android repo(based on java)...... plsplsplsplspls1 -
I want to have a fucking background in native Android programming (thou I already have Java/C#) but my laptop is so fucking slow (rip Android studio) and I don't have enough money to buy a better one. I did try studying hybrid Android programming (Ionic Framework) but I just don't like coding in HTML/Angular/JS/TypeScript. Haha.1
-
I love/hate Java. Why is Android dependency management such trash .
At the same time, Android development is easier than its ever been, and since I'm using Java I can transport those skills elsewhere( Objective C cough cough ) -
I started with Java in March 2013, then C, C++,C#, which were done just for the sake of knowing them. 3 years later I do make apps for android. :-)
-
Last nite, one of my projects started crashing with a ClassCastException because it couldn't cast a string to a boolean, inside an if. This is Java. You can't even run a project if you evaluate a string inside an if. Has anyone seen such a thing before? I'm running BBQLinux which at least for me it has a lot of permissions issues and somehow things got so f'd up that it even messed up the Android image to a point that the compiler couldn't find a method to set a string into a TextView. I'm not kidding.1
-
Hey DevRant Fam! <3, i really hope everyone is doing very well!, its been awhile since i have posted my last 'rant', i have just started another Uni semester and can i just say WOW it's gonna be tough!.
Learning Android (Java) and web Development both Project based! (No exams..YES), so as I'm now currently downloading Android Studio would anyone kindly give me some advice on A.S (android studio)? :D, now may i just say i absolutely love learning new things and find it exciting.....
So everyone, i personally want to thank you for reading my so called rant, thank you for taking your time :D, i'm always very happy to listen and read your opinions/advice :D. I Hope everyone has an amazing day/night wherever you may be!
Kind regards
Milo :-D2 -
Begin to hate Java, moving to kotlin soon . For android development at least with Jetpack compose. Java is deprecated in almost every API.
-
I know android java, kotlin.. So for iOs development what should I learn?
1.Flutter
2.React native
3.Swift
4.Objective C
Which and why?
I would prefer the one with lowest learning curve.10 -
Android project using Java is so shitty. The amount of boilerplate code literally give me cancer... and don't comment about libs/plugins, i know all those but we aren't allowed to add them into the project.
-
Gson is an excellent library every Java/Android developer should know. You can easily parse a Json or XML network response into a POJO class and get ready to go. But the guys who started the project I currently support found a better, smarter, slicker way to parse network responses into memory:
ArrayList<ArrayList<HashMap<String, String>>>
I would love to meet the genius who came up with this idea. I mean, you can parse absolutely any API response without even having to define stupid Java classes or importing libraries! And also you can reutilize the same scheme for literally all Java projects that handle API responses! Wonderful -
Struggle is real it happens all the time, i do programming in python then suddenly some bug came up on JS after fixing that doing some android App codes and then came back to the python i type like java with JS syntax :P :D that's the beauty of it.
-
I recently started learning Kotlin and while I like it a lot already I find it to be a really strange language at the same time. This is coming from someone mostly doing numeric stuff in Python (for my PhD) and Android development in Java (my personal side project, which I'm currently rewriting in Kotlin).
-
will ever firebase replace java in android dev? I'm a web dev wanted to hear about it from android guys4
-
I am developing mobile version of c# app, completely alone in java/android. Still don't know how to use enums with int:string pair in java so I keep using arrays for this.
And I feel terrible everytime I add new thing like that.2 -
Advice needed.
Tell me the difference.
I know the technical difference between Native Android Development using Java and developing for android using cross platform frameworks like Cordova, Ionic, etc.
I am quite comfortable with Java, and am also not a web developer. Should I stick to learn android java more in depth or should I start learning frameworks like phonegap and ionic.
Seeking opinion from career and a professional perspective.3 -
Help? I would like to create a Search delegate with Edit Text (Because Search View is weird) for a custom adapter List View (not String Array).... anyone know how?
I search over the Internet all I found is Search Delegate for String Array. -
How does Kotlin compare to Java? Got experience / opinions worth sharing about them?
Always wanted to make some android apps as hobby but Java was grossing me out.4 -
!rant
Finally.. I have decided to change my laptop. Please suggest me something good. Mainly worked with PHP and Java (Netbeans). Planning to start android.
Budget 1000-1200 USD4 -
I've been looking on the internet for a while, but I can't figure out if native Java Android development is a feasible/realistic thing to do using VS instead of inteliJ idea/AS.
heard some good things about VS. Anyone got any experience with native Android development on it? Not xamarin6 -
Using normal text editor's like notepad vs IDE's like eclipse and android studio is the same as driving manual cars vs automatic cars.
Most people say its quite difficult but if they just start doing it and stick to it for long enough, it will become second nature to them.3 -
So given how easy and flexible UI-making is with JS frameworks for Native Apps in Android etc, how long is it before they sideline Native SDKs in favour of WebAssembly-based native 'apps' the way UWP/WinUI is on its deathbed?
it's sad but i honestly envy the ease of native webapps, specially rn while making a Java Android SDK2 -
Is there money to be made in android app development via ad revenue? I'm learning more Java for a different purpose related to a job and think it'd be a fun side project. Maybe utility apps, but probably games.9
-
Has anyone got experience in android development with both kotlin and java?
I am want to know if there are big differences if I migrate to kotlin. I have started learning Kotlin and it is unbelievable great so far. -
I haven't touched Java in 5 years. Buddy asked me to help out with an Android app. Any recommendations on getting caught up as a place to start?2
-
Java or kotlin for android mobile development ? And why ? I am still not convinced by kotlin at least just by myself but is it worth it ?8
-
Heh, what do you guys think is a better career path for a Jav developer, meaning Java EE vs Spring vs Android?6
-
One side effect of learning React Native for Android is JavaScript and Java start to look the same...
The only way to tell at a glance is the Java annotations...
https://facebook.github.io/react-na...
https://facebook.github.io/react-na... -
Is Pokemon GO programmed using cross-platform technologies or is it natively coded to both Android in Java and in Swift for iOS?5
-
Can we make any type of complex app app using react native?
or
Native Android app (Java) will be useful for complex app.
I need your suggestions.4 -
overclocked gd learned java lmao he said it was too easy for him
about my java experince:
(i still suck at creating classes and static methods which i need to learn more on especially inheritance for my java game)
Now for some kotlin and python time
just note that i completed all exersizes but im still at java classes category but how bad could the android api be? -
i want to create an app for android and then for apple. or vice-versa. what program should i need to learn and how should i do it? i know c++ , java15
-
Is Kotlin the new hype? Should I go for java 8 or kotlin for development of android app? Also does anyone know any good course for ui/ux development(I am a backend developer)
-
I am mainly using devrant to consult with more experienced developers, instead of using it for cool IT jokes, and I am sorry but anyway, in 2016 would you recommend specializing in full stack web dev or android? (I have a lot of experience with Java, Spring and Android Studio). Thanks in advance :)
P. S. And by experience I mean personal projects1