Accessibility is the Future of Coding Hey there, and welcome back to the Clever Coding blog. We’re a mobile app and web development company located in Lehi, Utah, but we’re more than happy to help out anyone who wants to bring their app or site idea to fruition! We’ve been in the coding game for…
-
The Programming Languages That We Use
A bit on computer languages Hello and welcome back to the Clever Coding blog! In the web and mobile app development world, designers and engineers utilize a variety of coding languages that essentially serve as instructions for your computer’s hard drive. At Clever Coding, you provide our web and mobile app developers with your plan,…
-
What Clever Coding Can Do for You
Here are some of the many services that Clever Coding can provide HELLO WORLD! Welcome back to the Clever Coding blog. Our app development company based in Lehi, Utah offers an unmatchable ability to bring your app and website ideas to life. We employ a team of exceptional mobile app developers and designers well versed…
-
Things to Consider When Building an App
Consider these steps before having us build your app! Hey everyone! And welcome back to the Clever Coding blog. It’s been awhile since our last post (we’ve been directing our creative insight into developing the best apps around), and we just wanted to say system.out.println(“HELLO WORLD!”). We here at Clever Coding have been around since…
-
Optimizing graphical content for Android devices
One commonly overlooked problem that can arise in Android app development is optimizing the graphics to look great across all ranges of devices. There are many different Android devices and since there are no particular rules on what size the screen should be, what the resolution should be, or the aspect ratio of screens, creating…
-
Android Multi-Language support
Recently I’ve been adding the ability to code an app so it can be understood in different languages.. Let’s say for instance that we want to do a Hello World! app and be able to say hello in different languages. First, you need to decide what languages you need to support (these may vary depending…
-
Smart Phone Apps for Medical Tests
I have recently had the opportunity to work for Joel Ehrenkranz and the i-calQ team, developing and engineering the proto-type software of their android apps that diagnose and measure hemoglobin and TSH content. It was a thrilling experience. This kind of cutting edge technology, software, and ideas, could help lead a revolution of easy access…
-
Android – Simple Tips – Bitmap Memory Leaks
The Problem Java uses garbage collection to manage memory. This does not mean that memory leaks never happen. They do. Bitmaps are one area where memory leaks can occur when creating and Android application. What Android Developers Has To Say “On Android Android 2.2 (API level 8) and lower, when garbage collection occurs, your app’s…
-
iPhone 5s and iOS 7 Review
Not only one iPhone but two were released this past month and along with those phones came the iOS 7 update, the first major overhaul since the iPhone’s birth. I have heard many mixed reviews about the new iPhone as well and the update and I am here to write a few pros and cons…
-
Easy Android XML changes for many controls
Something that I found recently is the option to change any property of several controls in XML for an Android app (at the same time) using Eclipse. To do this, simply command click (or control click for windows users) the various objects (fields, widgets, layouts, images, etc) you would like to edit from the Graphical…