J2ObjC – Android To iOS Convert Code

J2ObjC – Android To iOS Convert Code

Sep 20, 2012

With Google being the ever innovative company and its developers of the platform and applications for it being just as innovative, it was only a matter of time before this appeared. This you may be wondering is J2ObjC, a way to convert the Java methods in your Android application over to Objective C so that all you have to worry about is UI design. This in...

Nook Android Development – ADB Access

Nook Android Development – ADB Access

Aug 22, 2012

Many a developer has been excited over getting a new device to program/code around on. One of the hardest things to do is look at a device, know what you want to do but have no way to get that idea onto the device because you cannot push the program to the device. No developer support is not a fun game to play. Well, Barnes and Noble have realized that not...

Blackberry Development 101

Blackberry Development 101

May 7, 2012

We have now reached the end of Blackberry development 101. It is a good day when you have completed a project and bringing it to fruition. This is exactly what has happened. Together we have created an application that gives the user the ability to add customer data, store it, and manipulate it locally. After all of this we also have submitted the Blackberry...

BlackBerry Development 101 – Off To The App World!

BlackBerry Development 101 – Off To The App World!

May 2, 2012

Well, the time has come for this moment to come to pass. We can now stop coding and submit our application to the BlackBerry App World. We know how your feeling about the stop coding comment but we promise there is always more to code! This is an important step for any developer as it shows the world what you have been working on all this time. We enjoy the...

Develop Android Apps Within Android…

Develop Android Apps Within Android…

Mar 7, 2012

This is every developers dream whether they like to admit it or not. Developing an application for a platform, within that platform is the ultimate goal. Just recently, this joyous event has occurred for the Android platform! It figures that the Open Source platform would have the first application that allows you to do almost everything that the desktop...

Blackberry Development 101 – Advanced SQLite Data Manipulation

Blackberry Development 101 – Advanced SQLite Data Manipulation

Feb 13, 2012

In the previous tutorial we covered creating a SQLite database, creating a table for our data to be stored in if the table did not already exist. We also introduced inserting information into the database and using a SELECT statement to COUNT the number of rows currently in the database. All of this is well and good for those who like thinking their data is...

Blackberry Development 101 – SQLite Data Storage

Blackberry Development 101 – SQLite Data Storage

Feb 6, 2012

In this development article we are going to cover a very important topic in any platform application; data storage. Without it our applications become useless and worth next to nothing. With data our applications are more valuable to the end user as they come to rely on it. Try going a week disconnected from the web with you tablet, laptop or whatever...