Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts

Weather Clock Widget Ad Free v1 1 2 Apk

Weather & Clock Widget Ad free, the quick and accurate weather app, provides detailed weather for all cities worldwide, it searches your address and locates cities quickly, and provides the current temperature, current weather condition, humidity and
wind speed and direction, in addition, five, ten days and hourly weather forecast. Weather & Clock Widget Ad free comes with many cool widgets, portrait and landscape user interface.

Weather & Clock Widget Ad free comes with different widget sizes, 2x1, 4x1, 4x2 and 4x3 for normal screens, and 5x1, 5x2 and
5x3 for large screens like and tablets.

Weather & Clock Widget Ad free supports a wide range phones; it supports Android Version 2.2 and higher.

Features:
- Provides current weather condition and five days weather forecast
- 10-Day and Hourly Weather
- Sunrise and Sunset time
- Temperature in status bar
- Share weather and location information with friends.
- Home screen widgets, 5x3, 5x2, 5x1 for large screen only and 4x3, 4x2, 4x1 and 2x1 for all screens.
- Searches for all cities in the world by country and city or zip code
- Ability to set your internet source to Wi-Fi only
- Ability to disable internet access from operators while you are in roaming
- Ability to set your preferred temperature unit, Celsius or Fahrenheit
- Automatic update intervals are: 15 min, 30 min, 1, 3, 6, 9, 12 hours and Manual update.
- Auto location detection
- Up to 10 different locations
- Weather map with ability to add any city to your city list
- Notification alerts (with option to disable it)
- Available in: English, Dansk, Deutsch, Ελληνικά, Български, Suomi, Norsk Bokmål, Nederlands, Slovenčina, Slovenščina, Svenska,
Română, ﺍﻟﻌﺮﺑﻴﺔ, ﻛﻮﺭﺩﻯ, ﺋﯘﻳﻐﯘﺭﭼە , Français, Hrvatski, Türkçe, Čeština, Español, Català, Italiano, Português, Magyar, Македонски,Pусский, Українська, Polski, Português(Brasil), Српски, Lietuvių kalba, Việt, 中文 (简体), 中文 (繁體), 한국어

Requires Android : 2.2+

Play Link : Weather & Clock Widget Ad Free

Download Links :
Zippyshare - Weather & Clock Widget Ad Free v1.1.2 Apk

Instructions :
1.Install Apk and Enjoyy

Screenshots :


Download best android apps Weather Clock Widget Ad Free v1 1 2 Apk Here:
Read More..

The Sims FreePlay 2 9 7 Apk Data Free Shopping

LIVE FREE! PLAY FREE! From the creators of The Sims ™ 3 series best-selling mobile games comes a COMPLETE Sims experience that you can play for FREE on your smartphone or tablet!

**The Sims FreePlay is an immersive, high quality game. Please note that it requires a 350MB+ download and roughly 1200MB+ free space on your device. To speed things up, we recommend connecting to WiFi.**

LET THE FREEPLAY BEGIN! CREATE UP TO 31 CUSTOMIZED SIMS FROM HEAD TO TOE, AND…
- Design dream homes complete with swimming pools and multiple stories
- Let your Sims get married, make babies, and then watch them grow into toddlers and pre-teens
- Visit your real friends’ Sim Towns! Complete goals, form new relationships and compare your friends’ interior design skills against yours!
- Care for pets, grow gardens, even bake a cake
- Give your Sims careers and earn Simoleons to improve their situations
- Complete goals for Lifestyle Points, then spend them on hip items
- Live with your Sims in real-time (when it’s day or night for you, it’s the same for your Sims)!
…and most of all, play for FREE!
MORE SIM-ULATING POSSIBILITIES

Will your Sims be friends – or enemies? Form relationships with a slap, a high-five, or some Woohoo! Make your town bustle with pet stores, car dealerships, and supermarkets. Expand your city as you get more Sims.

Be free, Sims! Be free! The opportunities are limitless!

Requires Android : 2.0+

Play Link : The Sims FreePlay

Download Link : Armv7 Only
Apk
Zipphshare - The Sims FreePlay 2.9.7 Apk

Data
Zippyshare
The Sims FreePlay 2.9.7 Data part1
The Sims FreePlay 2.9.7 Data part2

Instructions : (Unlimited coin)
1.Install Apk
2.Copy data to SDcard/Android/data/"here"
3.Launch the game @Enjoyy..

Screenshots :


Download android app market The Sims FreePlay 2 9 7 Apk Data Free Shopping Here:
Read More..

How to add a beautiful sidebar widget to your blog

Want to add a beautiful widget to your blog which expands its size when mouse reaches over it. To get this effect keep a small image in the div of id "small" and large image in the div of id "large" This type of widgets are generally used for advertisements.

1) Go to Blogger Dashboard > Design > Page/Edit Layout.

2) Add a Gadget > HTML/JavaScript.

3) Copy the code below and paste it into the window.


<html>
<script>
function on_it()
{
var a=document.getElementById(small);
var b=document.getElementById(large);
a.style.display=none;
b.style.display=inline;
}
function out_it()
{
var a=document.getElementById(small);
var b=document.getElementById(large);
a.style.display=inline;
b.style.display=none;
}
</script>
<div onmouseover="on_it()" onmouseout="out_it()">
<div id="small" style="display:inline;"> 
---content of the widget when mouse is not over it-----------
</div>
<div id="large" style="display:none;">
---content of the widget when mouse is over it-----------
</div>
</div>
</html>


 See the example below : 



Read More..