Monday, 14 April 2014

Best Samsung Galaxy S5 Cases: Pick Your Favorite

Samsung Galaxy S5 gets its Official reveal At MWC 2014 two months ago and enjoyed strong sales on launch day, which set a new record for Samsung Electronics for launch day sales beating the achievement of the Galaxy S4 by over 30%. Just bought a Samsung Galaxy S5 or planning on buying one? If so, you should not miss the best Samsung Galaxy S5 Cases we collected for you.
As all we know, Belkin always offers high-quality phone cases. And today I will still put it in the first position. Belkin 2-In-1 Wallet Folio Galaxy S5 Case comes in four different color combinations, including Azalea /Fiesta, Ink/Lavender, Black/Gravel and Lagoon/Ink. This folio can Snap your Galaxy S5 into the inner hard shell frame for full back protection and close the outer cover to protect the front. A soft microfiber inner lining keeps your screen safe from scratches, and the tab has a magnetic snap to keep everything in place.

The case also has three card slots, so if you need to, you can ditch your whole bag and only carry the essentials. In addition, they've added a vertical pocket for notes, cash or business cards.

Features:
  1. This high-quality case is compatible with Samsung Galaxy S5
  2. Simple design. Stylish, fashionable and Smart. Ultra-thin flip design gives you excellent experience;
  3. Extra-strong quality leather material; Built-in three card slots are convenient and practical to use.
  4. Protect your phone from Scratches, Dusts, Collisions and Abrasion;

This Samsung official case adds wireless charging to your phone’s arsenal of abilities and the intelligent S-View feature lets users read messages, answer calls, listen to music and take pictures without needing to open the case. This case is available in black and white.
Survivor Clear is crystal-clear polycarbonate married to tough, resilient TPE rubber at edges and corners, to give your S5 impact protection where it needs it most. And holding it feels great, thanks to a slightly curved silhouette. The company claims your Galaxy S5 can survive a 6-foot drop onto concrete without enduring any damage. Anyway, I don’t hope that happened in your real life.
There are also other Cases for Samsung Galaxy S5 and I will update it later. Now just choose your best one to protect and decorate your phone. 


Friday, 11 April 2014

Hello, My Dear Readers

Hello My Dear Readers,

Long time no see, isn't it? I'm pretty excited to announce that the samsung-center.blogspot.com will continue to offer you the latest news, tips and apps for Samsung/Android smartphone and tablets from today.

I feel that Blogger is still a great community and that’s why we choose continued to offer high-quality content to all of you. Any advice, shares and comments are welcomed.


A Big Thank You For All Your Support! 

Tuesday, 8 April 2014

android fragment example

In this post i am going to present a simple example about fragments in android. In this example there are  two fragments presents, and add them into the main activity using two separate relative layouts. There are two buttons on the main activity, first button is for open the first fragment and by clicking the second button user can open the second fragment.
Ads By Google




MainActivity.java
1:  public class MainActivity extends Activity {  
2: Button B1,B2;
3: @Override
4: protected void onCreate(Bundle savedInstanceState) {
5: super.onCreate(savedInstanceState);
6: setContentView(R.layout.activity_main);
7: B1 = (Button)findViewById(R.id.b1);
8: B2 = (Button)findViewById(R.id.b2);
9: B1.setOnClickListener(new OnClickListener() {
10: @Override
11: public void onClick(View arg0) {
12: FragmentManager FM = getFragmentManager();
13: FragmentTransaction FT = FM.beginTransaction();
14: FragmentOne F1 = new FragmentOne();
15: FT.add(R.id.fr1_id, F1);
16: FT.addToBackStack("f1");
17: FT.commit();
18: }
19: });
20: B2.setOnClickListener(new OnClickListener() {
21: @Override
22: public void onClick(View v) {
23: FragmentManager FM = getFragmentManager();
24: FragmentTransaction FT = FM.beginTransaction();
25: FragmentTwo F2 = new FragmentTwo();
26: FT.add(R.id.fr2_id, F2);
27: FT.addToBackStack("f2");
28: FT.commit();
29: }
30: });
31: }

FragmentOne.java
1:  public class FragmentOne extends Fragment{  
2: @Override
3: public View onCreateView(LayoutInflater inflater, ViewGroup container,
4: Bundle savedInstanceState) {
5: // TODO Auto-generated method stub
6: View v = inflater.inflate(R.layout.fragment_one_layout, container,false);
7: return v;
8: }
9: }

FragmentTwo.java
1:  public class FragmentTwo extends Fragment {  
2: @Override
3: public View onCreateView(LayoutInflater inflater, ViewGroup container,
4: Bundle savedInstanceState) {
5: // TODO Auto-generated method stub
6: View v = inflater.inflate(R.layout.fragment_two_layout, container,false);
7: return v;
8: }
9: }

fragments_in_android



Monday, 7 April 2014

CastleVille Legends Coins Hack


Free Download CASTLEVILLE LEGENDS COINS HACK No Survey,No password

About Castle Ville

CastleVille was a social network game made by Zynga's Dallas studio and was released on November 2011. It combined a number of elements from the company's other "Ville" range of games. On launch it had received a million "likes" on Facebook. By the end of its first month, it had become the fifth most popular game on Facebook with 26.5 million players. The game was a freemium game, meaning there is no cost to play but players have the option of purchasing premium content.

Gameplay

Set in a medieval world, the game allows players to build their land up with castle elements, and craft armor, art and trade items. The objective is to explore the unknown land around the starting territory and expand the player's empire into it. The character's avatar can be customized, and the world features peasants, pirates, princesses and Vikings. A new reputation system was developed to encourage players to be social within the game in order to unlock new items and actions such as trading.

Game resources

Energy = is vital to play the game because it helps you do actions in your Kingdom such as cutting grass or trees, mining rocks or taxing houses. The maximum limit is 25 energy, but you can increase it by crafting an Energy Totem with the Workshop. Consumable bottles of energy that increase the current amount of energy can be bought in the Market or gifted to friends. Energy also regenerates one every five minutes, or 50 minutes for the entire energy bar to fill up.
Coins = is the principal currency used on CastleVille. It helps you buy most items from the Market
Crowns = is the special currency that helps you finish quests faster or use to buy items, clothes, or buildings that are only available with Crowns, or are locked due to your level. You gain one every time you level up. You could also get Crowns by USD payment.
Reputation Hearts = are points that you obtain by helping your neighbors. It's another way to obtain items or clothes that coins can't buy.
Experience Points = are the blue stars that increases your level after reaching the required points. You always receive at least one XP point by doing anything in your Kingdom, but you could increase that number to receive two XP points every time you do something by completing the Stonehenge Limited Time Quest.
Alliance Points = are the points that you gain every time you do any action on your neighbors' kingdoms to create alliances. This helps unlock new buildings and items.
Castle Points = are the points that you obtain by constructing Royal Buildings. Increasing its number helps you open new land for your kingdom.

https://en.wikipedia.org/wiki/CastleVille


Tools Reqquired :

Cheat Engine

Download Cheat Engine Free


STEPS :

  1. OPEN YOUR GAME IN ANY BROWSER
  2. OPEN CHEAT ENGINE
  3. ATTACH TO CORRECT PROCESS
  4. WRITE COINS AMOUNT YOU HAVE
  5. CLICK FIRST SCAN
  6. NOW AGAIN COLLECT OR USE A LITTLE COINS
  7. NOW WRITE THE AMOUNT OF MONEY YOU HAVE
  8. CLICK NEXT SCAN
  9. NOW SELECT ALL RESULTS
  10. CLICK RED ARROW
  11. NOW SELECT ALL
  12. CHANGE VALUE TO 400000





Sunday, 6 April 2014

AUD/USD Forex Monthly Report 7th April 2014

 
AUD Primary & Monthly cycles
 
My view was that the AUD would continue lower, as part of the Dilernia Principle with the Primary cycles.
 However, it has done the opposite, and has broken out within the Monthly cycles in the last month of the Quarter, which suggests the trend will continue higher in the 2nd Quarter.
 
This suggests that the trend will continue up into the April highs, and into the 2014 Yearly 50% level @ .9449.
 
 
 
However, my view is that is will follow a similar pattern as GOLD (click the above link)
 
The current price action is following a retest pattern, where it retests last year''s breakout that often aligns with the Yearly 50% level. Once that completes, my view is that the AUD will resumes its downward trend towards the 2014 lows.