Select Page

Mobile Development – Ionic Introduction

Hello all, I have been seeing a lot of new technologies using this idea of being able to be cross platform on multiple devices since there are so many different types of devices out there. The idea here is since there are multiple devices with different screen sizes...

Android Development – Layouts

What are the most important features of an app for the users? In my opinion I believe it’s the user interface that create the best experience regardless of what the app does. Creating a cool application with a innovative and complex algorithm is awesome;...

Android Development – User Interface

As I had said in the “first thoughts” about Android Development, the user interface of the app is written in Xml code. What does that really mean to the programmer? Well, it means that components such as buttons, radio buttons, textviews, etc are all going...

Android Development – First Thoughts

Android Development at a Glance: Getting started with android development was a little different then what I was used to with desktop development.   User Interface: The user interface is handled with XML which is a little different than what I was used to with...