
Search In
In the below example I have described how to get data from assets folder. Firstly I have created txt.json file in assets folder. In txt.json file I have added JSON data. Now See In MainActivity code I have created loadJSONFromAsset() method, in this
Hi,
We can make an admin panel easily in cakePHP using a plugin called "BrowniePHP" .It help us to create an admin panel in short time of span.
for using BrowniePHP, you should know how to develop applications in cakePHP.
How to Set up t
Before reading about services in angular, I had few questions in mind as below:
1. What are angular services?
2. Why we need services. Is this the only way to achieve what we want?
3. How it works & how can we implement it?
&nb
Hi All,
Today we are going to discuss, how we can find application version in Ionic Framework App.
Let's start by creating new Ionic Framework project with Android and iOS platform.
To create a new Project follow below command:
ionic start demoProj
If you need to save state of an activity then you have to @override onSaveInstanceState(Bundle savedInstanceState) method of activity and put some states values that you want change to the Bundle parameter as below:
@Override
public void onSaveIns
Here I have created and example of Touch Listener Image. In this example a image can pull left, right, up and down easily. It can be used to shift your mobile app icon left and right. For this in below code I have used MotionEvent() method. Below exa
Hi reader's today we will discuss "How to inherit a controller in another controllers in cakephp".
In cake php controllers are nothing more than php classes, You can inherit a controller to another just like a hierarchy of inheritance. Let's have a
These are reasons that why WPF is better than Winforms:
A->Any where Execution(XAML) : Any where Execution means you can create your UI once in WPF and then run it as window application or run it as web application. This is possible because inter
TextToSpeech convert your text into voice. Android provide TextToSpeech class, here we need to instantiate an object of this class and also specify the InitListener. Below code will describe you how to create Text to speech app.
public class MainAct
If you want to create Status bar Notification you can use my below code. Notification are used to alert users on some events that requires their attention. The NotificationManger is service used to manage Notification. In below code i have also used
