Popular Post

Archive for 2015

CLASH OF CLANS: Gem Guide

By : Unknown

One of the top grossing strategy games in playstore as of today is the game called Clash of Clans.
Even I myself got addicted to it after a couple of weeks. I found out that one of the most necessary
building a player need is the builder. You can buy builder using gems.

Builder Cost
1st Builder Free
2nd Builder 250 Gems (Required to buy because its part of the tutorial)
3rd Builder 500 gems
4th Builder 1000 gems
5th Builder 2000 gems

Gems are somehow expensive, you can buy 500 Gems for $5. Not all of us wants to spend real money to enjoy something. So I've got this guide for you that can help you buy all 5 builders without opening your wallet(Except for the monthly electricity bill or the internet fee rofl)

First, Clash of Clans give 500 gems to as you create your town. Then, you are to buy the second builder as you go through the tutorial.Viola, now you have 2 builders and 250 gems remaining.

FRIENDLY TIP: Save your gems. Keep it until you're able to buy every single builder that is available.

Now, press the achievement button on the bottom right part of the screen, there you'll see the achievement button. (A villager's face)

Scan through it and you'll see the number of gems as a reward for completing a certain task.

One of the most easiest task is the Sweet Victory. You need to fight other villages in multiplayer battles for trophies.
75 trophies will grant you 5 gems, 750 trophies will give you 10 gems. 1250 trophies will give you 450 gems.

Then you'll be able to purchase your 3rd builder.

Another easy achievement you can do upon reaching Town Hall level 6-7 is the League All-Star. You'll be rewarded gems as you go through higher leagues.
Crystal League which needs 2000 trophies will give you 250 gems. Masters League which requires 2600 gems will give you 100 gems. then the Champion League which needs 3200 trophies will give you 2000 gems.


TIP: You can do this fast if you stock up golds and elixir, then go to multiplayer battles, Find a village that has their town hall outside the defenses or in the corner, focus on destroying the town hall then end battle. You'll gain trophies without even spending too much armies.
Repeating this can make you reach Champion League in a week. After that, you can now buy all 5 Builders.

There's also a free GEM BOX every week which contains 25 gems.

Sounds easy right? Now go ahead and get those builders!



Sources: 
Achievements: http://clashofclans.wikia.com/wiki/Achievements
Trophy Leaguse:http://clashofclans.wikia.com/wiki/Trophy_Leagues
Builders:http://clashofclans.wikia.com/wiki/Builder

Five Tips to Save Android Device Battery

By : Unknown




Does your battery drain so fast? Stuck up in a place with no electricity and you need your phone to function 'til the end? Well guess what, I have some few tricks that can help you save battery!

TIP#1. Keep Brightness settings at low. Screen Brightness  consumes a lot of battery. You can set it up at low if you don't really need it.You can also use the Automatic Brightness function so
that your screen will adjust depending on your area.


TIP#2. Limit the number of application you use.Too much application running on the background like widgets, animated wallpaper, super cool lighting can drain your battery fast.


TIP#3. If you are in an area which has low signal strength, you can switch your mobile to AIRPLANE MODE if you don't need data or voice calls.


TIP#4. Do not overcharge your battery. Do not let it plugged in overnight. It can damage your battery.

TIP#5. You can use application like Greenify to automatically close the apps you recently used whenever you close you turn the display off. It'll decrease the number of processess running on background thus saving battery.




The above tips might not work to everyone. The life of your battery still depends on how wise you use it. You can also monitor the application which consumes a large amount of your battery. Go to Settings>General>Battery. Then, you can choose whether to terminate that application or you can limit the number of times you use it. Again, the battery life depends on how you use it. Too much games can really drain your android phone as fast as you can imagine.

Tag : , ,

PC Controller using Android Devices

By : Unknown
DO YOU WANT YOUR ANDROID DEVICES TO FUNCTION AS A REMOTE CONTROL FOR YOUR PC?!

What you need:

LETS GET STARTED.

First you need to install the Unified Remote Server to your Windows PC, 
then install the Unified Remote APK to your Android device.

When the you're done installing, run the Unified Remote APK in your android device.
The EULA for Unified Remote will appear, read it and when you're done reading it click Accept, or just click accept. :)


Click the "I have installed the new server!", 'cause we have installed the Unified Remote Server on our PCs.


Click the "Scan for servers", 
note: The Unified Remote Server must be running on your PC, and both of your android device and PC must be connected to your wifi.


The Android application will Automatically scan for our server,
When the application is done scanning and you've selected your desired server,
The application will redirect you to their home screen.

Click the Remotes and choose your desired computer application to control with your android device.

HAVE FUN WITH YOUR PC REMOTE CONTROLLER!!!

How to JAVA using JCREATOR (newb) : 2

By : Unknown
Click here for part 1

Creating a variable

variables are like a container, you can put somethin' in to it.

there are many types of variable like: String, Integer, and etc.

in java you can create a variable by,
[Variable_Type] [Variable_Name] = [Variable_Value];

examples:
String hello = "Hello World!!!";

int x = 1;

note: String's value must be enclosed with double quotation, while numbers or integers don't.

Now lets create a new program, if you don't know how to create one click here.

Now type this and run it.
The output must be:
Hello World!!!
3


HAVE FUN EXPLORING THE WORLD OF JAVA!!!


How to JAVA using JCREATOR (newb) : 1

By : Unknown
What you need:

When you're done installing the JDK and JCreator and done ,
create a new java file:
Click the File menu
New --> File...
or simply hold the Control Key then press N (Ctrl+N)

then a File wizard will appear,
type in the name (note: the name will serves as the class for our java program), and click Finish.

Once you're done creating a new java file,
Lets get started coding for our First Java Program!!

Just type in the codes you needed to start a new java program:


  • public class sampleJava - sampleJava is our class
  • public static void main(String[] args) - the class sampleJava runs only the inputted statements, functions and methods inside the main method.
  • System.out.println("Hello World!!!"); - the System.out.println() outputs the inputted string or integer.
Once you're done typing you can run now the file by:
clicking the Run menu then, Run Project
or simply press the F5 Key on your keyboard
or you can click the Play button encircled on the picture above.

Click here for part 2

HAVE FUN CREATING YOUR FIRST JAVA PROGRAM!!!

- Copyright © YourLounge - Absolute Newbie - Powered by Blogger - Designed by Tongkayla -