
Search In
Hello Readers,
Today's post is about an integration of YouTube API with Cordova Android apps. To use YouTube API in our app we need API key. So, first of all, we need to register our app with some details.
The following steps explain how to reg
How to implement proper ancestral navigation for application with several activities one of which can swap content fragments?
I have one main activity with drawer layout and with content represented by fr
Step1: permission needed to read contacts
<uses-permission android:name="android.permission.READ_CONTACTS"/>
Step2: ContentResolver provides access to the content provider. Its main work is to read the user's query and redirecting them t
Hi Friends! I hope you'll be waiting for the next part of my previous CRUD article. So let's go for it.
We'll perform the rest of the actions in following sequence.
1-Details
2-Edit/Update
3-Delete
Before moving to any method ,we need to define a m
While getting values from the database we need to map the values into the views by writing the code for that.
So for doing that we need to get the data first from the action controller then we will bind it with the view.
pu
ACL stands for access control List in Joomla. ACL is a mechanism using which we can provide access to the users to access the articles,modules, plugins and other extension. It's the feature of Joomla using which we can publish an article, module,
Hello Friends,
If you are looking to install in Codelgniter. Please review the below process:
Step 1 :: Download Codelgniter from "https://www.codeigniter.com/download"
Step 2 :: Unzip this folder and place this on root folder
Step 3 ::
Rimonabant shows brilliant effects in a third of clients, while the remainder of them furosemide shed less weight that those 35 % yet are still able to keep it. As soon as adequate clinical feedback has actually been achieved and preserved, think ab
In MVC while creating views we need to show data in the page which contain the different kind of HTML controls.
For this we have one control called the @Html.DisplayFor that is like a label we have in HTML.
So it is
Basically we sync all the smses everytime when user do login in our app but this is time consuming task to do all the time so it would be better and effective if we sync only new smses after last sync.
so basically for the first time we have to sav
