Tutorials

gogland.jpgGogland : Datasource explorer

7th June 2017

While coding with Gogland IDE, I need to browse a database to see how a particular table….... read more



golang.pngGolang : Set horizontal, vertical scroll bars policies and disable interaction on Qt image

5th June 2017

In the previous tutorial on how to create an image viewer with Qt example, a .... read more



golang.pngGolang : Qt get screen resolution and display on center example

5th June 2017

Problem:

You need to start your Qt desktop application main window on the screen center and also need to detect….... read more



android.jpgAndroid Studio : Password input and reveal password example

23rd May 2017

A password input field is common for an application that requires the user to log in. Such as login to….... read more



golang.pngGolang : Qt update UI elements with core.QCoreApplication_ProcessEvents

23rd May 2017

Not a tutorial, but putting this here in case I need to refer back in future. While developing a .... read more



golang.pngGolang : Qt progress dialog example

22nd May 2017

Found a need to show progress indication while developing a Qt application recently. Below is a simple example of how….... read more



android.jpgAndroid Studio : Create custom icons for your application example

17th May 2017

Making your own Android applications will not be completed unless you learn how to create, generate and add your own….... read more



golang.pngGolang : Qt splash screen with delay example

16th May 2017

Back in the 90s and early 2000's most software developers will develop for graphical user interface(GUI) application rather than web….... read more



golang.pngGolang : Convert lines of string into list for delete and insert operation

16th May 2017

Problem:

You want to convert a list of items in text format into a list. With the list, you want….... read more



golang.pngGolang : Turn string or text file into slice example

15th May 2017

Alright, I need to parse a large number of text files that contain some raw data generated by a machine.….... read more



golang.pngGolang : Display a text file line by line with line number example

15th May 2017

Problem:

Instead of using cat or more commands to display a text file line by line. You want to display….... read more



golang.pngGolang : How to check if your program is running in a terminal

15th May 2017

Problem:

Your command line application accepts inputs from a terminal only or you just want to test if the application….... read more



android.jpgAndroid Studio : Import third-party library or package into Gradle Scripts

14th May 2017

A note for Android Studio beginner like myself. Encounter an instruction on Github on how to import a third-party library….... read more



android.jpgAndroid Studio : Indicate progression with ProgressBar example

12th May 2017

Anyway, starting to get comfortable in learning Android Studio and really happy with my learning progress so far. Wouldn't it….... read more



golang.pngGolang : How to stop user from directly running an executable file?

11th May 2017

There are times when you need to prevent the user from directly executing an executable file, especially if the executable/binary….... read more



golang.pngGolang : Convert Chinese UTF8 characters to Pin Yin

11th May 2017

Not really a tutorial, but putting this here in case I need to refer back again in future. Here is….... read more



golang.pngGolang : Check if directory exist and create if does not exist

11th May 2017

Anyway, need to modify an existing Golang program for a friend. The original developer left her company and basically, she….... read more



android.jpgAndroid Studio : Use image as AlertDialog title with custom layout example

11th May 2017

So far we have learned how to create AlertDialog at the previous tutorial and it would be nice….... read more



Advertisement