Does your Android App need a lot of storage? Don't hog the phones internal storage, instead use Android's External Storage to store data on the users SD card.
Latest Miscellaneous Articles - Page 5
Download and Decode JSON Data with your Android App
Ready to start integrating and using JSON data with your Android app? In this article, I will demonstrate the basics of requests data and extracting elements from JSON data.
Monetize Your Free Android App by Creating a Paid App to Unlock Additional Features
Trying to figure out how to bring in more revenue for your Android app? Try adding a paid version, which would be used to unlock features in the free version.
How to Make Fewer Errors at the Code Writing Stage, Part 1
Using examples of defects found in Miranda IM, Andrey Karpov will formulate some recommendations that will help you to avoid many errors and misprints at the code writing stage.
C++ Tutorial: The Do's and Don'ts of Accessing One Element Past the End of an Array
A buffer overflow is the result of writing to an element that is outside the boundaries of an array. And yet, certain algorithms need to access the address of one element past the end of an array, albeit with a few important restrictions. Here's the why and how.
MFC: Controlling Notepad From C++ Applications
Discover how to start and control a third party GUI application, particularly the Notepad text editor, from your own C++ applications.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating a Tic Tac Toe Game in Visual Basic
Create a Tic Tac Toe game with Visual Basic. I hope you will agree on how easy it is to do.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.






