Angular is one of many web frameworks that make web development easier by providing you with the tools to make the development process cleaner and quicker. Out of all the mobile and web development frameworks I've used till now - native Android, native iOS, plain web, Angular and React (which is not that many), Angular … Continue reading Guards and Resolvers (in Angular)
Tag: javascript
Error Logging in Javascript: 4 Things to Know
The literal meaning of a log is "an official record of events during the voyage of a ship or aircraft". As programmers, we will usually not be dealing with that type of logs, but instead with logs that tell us what happened at a particular time in our software system. If you have used any … Continue reading Error Logging in Javascript: 4 Things to Know
Sending a Request to a Server from your Android app
Here is a tutorial on how to send HTTP requests from your Android app to a server using the Android Async Http client library