Friday 15 February 2013

Generate Fake IPhone Conversations

The Iphone conversations are all time favorite and gives rich experience for messaging, but you can do it for fun also. There are many services by which you can create funny I Phone conversations and can use to prank  your friends and surprise them too. In this article I will guide you by an example that how you can create a fake conversation and post the screenshots in social networking sites like facebook, twitter etc. to surprise your friends.

There are sites- IPhone Text Generator and 9GAG where you can generate funny conversations. So lets take an example of conversation generated using IPhoneTextGenerator:
1. goto I Phone Text Generator.
2. Enter Carrier name, Time, and enter 4 messages that you sent and received.
3. Click on Generate button to generate conversation and if you want to add more messages click message button.
4. Now you will be redirected to a page, from there you can download your conversation screenshot.


I hope you enjoyed this article, and for you will be bringing more articles from technology and mobiles.



Tuesday 12 February 2013

Introduction: Developing for Tizen OS

"Tizen OS is a new open source operating system for devices including smartphones, tablets, in-vehicle infotainment (IVI) devices, and smart TVs"

Hello!! I am back with the new article on the brand new Operating System Tizen for mobile devices and smartphones, Just before some days samsung has reported that they will be announcing Tizen based phones on this Valentines Day. Everyone is excited about the Tizen, while some developers are ready with their apps.

Now, I will guide you step by step in making Hello Tizen app.

A. Setting Up Development Environment:
1. Download SDK with emulator and IDE from Tizen website and Install on machine.

B. Developing Your First "Hello Tizen" App.
1. Launch the Tizen IDE.
2. Create a new project by selecting File > Tizen Web Project > Template > Tizen > Basic > Blank Application.
While creating the project, you can select templates or samples supported by the Tizen IDE. In this example, the Tizen basic template is selected.
3. Enter the project name as "Hello Tizen" and click Finish.

4. The Project Consists of various generated file such as CSS folder, Js folder, config.xml, icon.png and index.html files as you can see in Project Explorer. The Index.html will be the main html page of your app.

5. Now you will get the HTML coded sample in index.html, clear all data and just keep Header as Hello Tizen and subtitle "An tutorial of Hello Tizen". We will also add image in html.
6. Building & Packaging App: In the Project Explorer, just select project and Press Ctrl + b or right-click the project and select Build Project.

7. Running App:
To Run app in a Web Application Simulator: In the project explorer, right click on project name and select Run as> Web Simulator application.
To Run app as Web Application in a Tizen emulator: 
1.In the Tizen IDE menu, select Window > Show View > Connection Explorer > Emulator Manager.

2.Create and launch an Emulator. An Emulator is created as a virtual machine.
4.In the Project Explorer view, right-click the project and select Run > Run As > Tizen Web Application.




Application Running on Tizen Emulator


8.Your "Hello Tizen" app is now Ready.

I hope, You have liked this article on starting the development of applications for Tizen. I will be soon posting new tutorials soon.