Ranter
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
Comments
-
Now I know why Microsoft chose to just show a blue screen of death, looks easier than handling all those errors 😂
-
@Tobyvw nope, they're not. In Android you have resources which can be of various types (string, array, boolean, ecc). These resources can be accessed via the code using thier identifiers which are ints. Using this approach is quite useful when you need to translate strings because you can set different values for each language (which are stored in different files!), the same thing can be done with other parameters such as screen dimensions. Resources are indeed not hard-coded.
-
AlexAC53757y@Gianlu all of the names are failed* , but there is on with the name searchFailed...I would've named it failedSearch :)
Today I realized how many things can go wrong in my app.
undefined