Tag Archive | using

Using Old Apps on New Samsung Android Phones

The Magik Of Android

The Magik Of Android

Accessing Old App Settings Menu

So you upgraded your android to the current generation phone. In my case that was going from a Galaxy Nexus to a Galaxy S5. Yeah, it was a leap. But I’m financially conservative and use products to their fullest to get my money’s worth.

One problem with doing this is that sometimes when a new product is created, manufactures make the item better and modify it’s functionality as part of that process. When you’re talking about cell phones, upgrades to the hardware and system functionality may also require modifications and upgrades to applications as well.

Most app creators upgrade their products and keep up with the times and changes made by manufacturers. While others drop support for some of their apps, because they have bigger and better products to offer you. Those unsupported apps may be left in the shadows and can no longer run on the new hardware.

But you loved that app. Or you really need that app because no one else offers the features you needed or wanted. Then what? Well it depends on why you can’t use it. If your problem is nothing more than accessing the Settings menu within the app; there’s a solution for you! Otherwise, you may need to call the developer and let them know what does or doesn’t work any longer. Then hope they’ll listen and support you.

How To Access Settings In Old Apps
The access settings problem is what happened to me when my apps were transferred from the Nexus to the S5. One app in particular has been a long time favorite with me, but I wasn’t able to use it on my new phone. For no other reason than I couldn’t access the Settings Menu. Continue reading

HTML 105 – Using Graphics

imgconstructionPulling In Visitors

A picture can speak 1,000 words. Graphics can add a lot of flair to your web site. They put your words into images and grab the attention of the reader. How many articles have you clicked on, because the picture was intriguing?

Too many graphics can also be a deterrent to visitors. The more graphics you have, the longer your web page takes to load. In a world of instant gratification, if users have to wait, they cancel your page and go on to something else. You must use your own judgment to find that happy medium.

You also don’t want to use graphics that are too large for you article. I don’t mean taking up white space, and condensing your paragraphs to a tiny column next to the image. I mean taking up disk space which affects load time when you’re page is accessed through a browser. Remember not everyone is on a high speed internet connection. But even if they were, you don’t want people waiting for your page to load, because the image files are too large. Continue reading

HTML 102 – Setting Backgrounds

bgconstructionPersonal vs Business

Backgrounds can be a wonderful way to spruce up a personal web page or create a specific look for a business. Backgrounds can be solid colors or graphics.

Graphics can be used in three different ways.

  1. Tiled Graphics – Vertical and Horizontal
    Small graphics can be used to set a common background that is tiled across the screen both vertically or horizontally. The width and height of these graphics are often small, but they can be any size. They’re usually smaller than 1366 wide x 768 high.
  2. Tiled Graphics – Vertical
    A wide graphic can be used that defines a common width, but is tiled vertically. The typical width of these graphics are 1366 wide, but the height can vary.
  3. Anchored Graphics
    A full size background image can be used to fill up the entire screen, and allows the text and graphics on your page to scroll over that image. This is a common practice for blogs, but there are many websites who use this method as well. The typical size for these graphics are 1366×768. Continue reading