
Search In
Hello friends, welcome to findnerd. Today I am going to tell you how to create repository and upload files to Bitbucket using command line in Ubuntu 14.04. Before creating repository to Bitbucket, you need to have an account first.
Getting sta
In the below example I am describing "how to communicate fragments"?, fragment is a part of Activity in android. In one Activity we can use multiple fragment easily and each fragment have it's own functinality. Without activity we can n
Over the last decade, as technology has grown around us, so has the way marketers advertise their business. Digital wall is the latest technology that has been trending among digital marketers and is slowly replacing the traditional billboards. A vid
A. Software testing Methods
Software testing methods are the methodologies that describe the ways in which we can test a particular software product in order to check whether the software is developed in a correct manner to fulfil the functionality
Printing a report from a button a wizard is quite easy and very fast in execution. Its really awesome when you created a report on your own format using OpenOffice or any other report designing tool for OpenERP, and you can call that report on a sing
Import StoreKit.Framework into your xcode project first.
Apple allows three types of purchases within the app and Apple terms them as consumables, non-consumables and subscriptions.
Consumables are products that are “consumed” immediately. This me
A brief introduction of Unity 3D
Unity is a cross-platform game engine which is used to make 2D and 3D games for mobile devices, web browsers, consoles and desktops.
There are many useful features in Unity which includes Particles, Physics, Scriptin
Asp.net provides a client application call by making HTTP requests across the Web. Asp.net enables to create custom Web services or WCF services.Such type architectural style consuming services is called RESTful serviecs.
RESTful service
RE
As we have initialize here our first project we are now ready to make our first commit.
Check the status naveen@naveen:/var/www/html/RND/symfony_sites/symfony_todoapp$ git status
Git will show the message
On branch master
Initial commit
not
In the below example I have created animation TextView. Here first I have created a animation.xml layout, in animation layoout I have set scale property after then I have added TextView in activity_main.xml and finaly at last In MainActivity I have