
Search In
We can use attributed string with textView by following steps -
1. Make a IBOutlet of your textView
for eg -
@property (weak, nonatomic) IBOutlet UITextView *textView;
2. Now go to storyboard and select your textView and change &l
In this tutorial, we will know that how to convert a text into speech. Android has a predefined convert engine called TextToSpeech which converts text words in speech.
You can use this feature in many application such as a dictionary application whe
Hi Reader's,
Welcome to FindNerd,today we are going to discuss on authenticate application in CakePHP using Auth Component.
If we are developing a web application in CakePHP then some time we have to use Authenticate user for login functionality
To understand the asynchronous callbacks concept in node.js let us see the below code and try to understand what is the concept:
var output = database.query("select * from employee");
console.log("Learning the conept of Event driven asynchronous c
The z-index property has caused a lot of confusion more than any other CSS property. It’s not complicated, the problem is that a few people understand how it really works. z-index is not a difficult property to understand. But due to false assu
This blog is about Navigation of application activities. When an Activity is opened with Deep Linking then pressing back button close application instead of working in normal backstack flow.
If you are not familiar with Deep Linking then please chec
In magento sometimes we need to get the current store details from system configuration for some reference,
Then lets see how can we do it :
1. To get all the stores from magento
for the same we can use
Mage::app()-
In angular material,If you want to display any unobtrusive alert on your GUI part to the users,then it provides Toast for designers. Toast is a term which is used to show alert in angular material and we use $mdToast service to display these toast.
User notification is a new local notification feature in iOS. It gives the additional functionality i.e. to remove pending notifications which is not possible in UILocalNotification. So lets start how it works.
As we know for scheduling noti


The layer is one of Photoshop’s most powerful features. On the layer panel, we can add, edit and paste elements without disturbing other elements. We can also say that layers are elements on which at different levels we can put images or an obj
