By Reza Ikhlasul Wednesday, July 30, 2014 Developer Console Distribute Featured Google Play Grow with Google Play: Scaled Publishing and New App Insights By Kobi Glick, Google Play team If you're growing your business on Google Play, the Google Play Developer Console is one of the most im...
By Reza Ikhlasul Wednesday, July 23, 2014 add c code codeblocks compiler matrices program two c++ program to add two matrices Write a c++ program to add two matrix using 2-D arrays use any c++ compiler, turbo c++, visual studio or codeblocks. 2D arrays are just like...
By Reza Ikhlasul Monday, July 21, 2014 Android Enterprise KNOX KNOX Contribution to Android: Accelerating Android in the Workplace Srikanth Rajagopalan, PM Director and Workplace aficionado Recently at Google I/O, we announced a comprehensive set of new features that wil...
By Reza Ikhlasul Saturday, July 19, 2014 Home Welcome to Free CCNA and CCNP Tutorials Main Page | CCNA Theory Lessons | CCNA Learn By Doing | CCNP Labs If you wish to contact me, you will find my email address in the ...
By Reza Ikhlasul 8:15 PM Emulator IOU IOU Forbidden Fruit Those who try to study networking technologies sooner or later want to test what they have learned through implementations. Let's assum...
By Reza Ikhlasul Friday, July 18, 2014 Android Wear Support Library Porting Your Android Wear Developer Preview Code to the Latest Support Library Today�s post on #AndroidWear is from +Wayne Piekarski . Now that the full Android Wear SDK is available, it�s time to port your existing w...
By Reza Ikhlasul Wednesday, July 16, 2014 Android Courses Fundamentals Learn to Think Like an Android Developer By Reto Meier , Head of Scalable Developer Advocacy Today I�m proud to announce the latest resource for learning to develop Android apps: De...
By Reza Ikhlasul Friday, July 11, 2014 Announcements cross-platform Games Google Play game services Google Play Games New Cross-Platform Tools for Game Developers By Ben Frenkel, Google Play Games team There was a lot of excitement at Google I/O around Google Play Games, and today we�re delighted to sh...
By Reza Ikhlasul Wednesday, July 9, 2014 Android Wear Update on Android Wear Paid Apps Update (8 September 2014): All of the issues in the post below have now been resolved in Android Studio 0.8.3 onwards, released on 21 July ...
By Reza Ikhlasul Monday, July 7, 2014 binary code example search using-function Simple Binary search code example in cpp Write a cpp program which takes some elements in an array and a Key in variable then program use Binary Search c++ Algorithm to find the ke...
By Reza Ikhlasul Sunday, July 6, 2014 factorial program in c++ using recursive function simple recursion program in c++ C++ program to find factorial using recursion Write a program to find the Factorial using recursive function . User will enter a number and program should display result. Concept used: ...