This guide covers how to create an app Widget. A widget is a small gadget or control of your android application placed on the home screen. Widgets can be very handy as they allow you to put your ...
Starting out in Android development can be a daunting task – there’s so much information out there, so many tutorials and so many resources it can be hard to navigate. That’s why we’ve compiled this ...
Code Academy offers tutorials on various programming languages. The website caters for tutorials for both beginners and intermediate developers. All the lessons are availed in a way that you can ...
Computer science is one of the most dynamic industries in the world. The competition is so huge, that a student needs to learn and explore new information every day, but the sad part is finding good ...
BFS is an abbreviation for Breadth First Search. Breadth First Search is a traversal technique which implements queue data structure that follows FIFO (First In First Out) rule. One of the common ...
Your browser does not support the audio element. In the span of 4 months, I planned out a mobile app idea, self-taught myself the Android framework, wrote my first ...