Sat.Feb 11, 2017 - Fri.Feb 17, 2017

article thumbnail

Learning To Make Maintainable Code

Professor Beekums

Programmers want to write good code. It makes sense. Folks in every profession take pride in their work and want to make sure it is of the highest quality. High quality software includes many things, one of which is making code easy to modify/maintainable. Software is never really “done”. There are always new versions with new features which obviously means that there is more code written.

Code 63
article thumbnail

Use Visually Appealing Fancy Alerts In A NativeScript Angular Application

The Polyglot Developer

In pretty much every mobile application that I’ve ever made, I’ve had a need to use some form of alert dialog. The problem with this is that standard alert dialogs are boring and can actually make your application less attractive. This is where Fancy Alerts come in. In NativeScript , there is a plugin called Fancy Alerts that can display visually appealing alerts with nice animations.

Mobile 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

This spring: High-Performance and Low-Latency C++ (Stockholm) and ACCU (Bristol)

Sutter's Mill

I don’t get to Europe very often apart from ISO C++ standards meetings, but this spring I’ve been able to accept invitations for two English-language European events in the last week of April. If you’re interested in attending, please check out the links, and I look forward to meeting and re-meeting many of you there. Tue-Thu Apr 25-27: High-Performance and Low-Latency C++ (Stockholm).

Latency 51
article thumbnail

Use The Native Device Clipboard In A NativeScript Angular Application

The Polyglot Developer

Back when I had just started to learn NativeScript I had created a tutorial for using the native device clipboard for copying and pasting. The previous tutorial demonstrated this functionality in a vanilla JavaScript application. In an effort to clean up any loose ends, I figured it would be a good idea to convert this tutorial into an Angular equivalent.