Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get data from assets file in android?

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

Create Admin Panel in CakePHP using BrowniePHP plugin

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

Angular Services - Why Required & How to Implement Them

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

Find Application Version in Ioinic Framework App.

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

How to save state of an activity in android?

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

How to make Touch Listener Image in Android.

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

How to inherit a controller in another controllers in cakephp

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

How WPF is better than Winforms?

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

How to make Text to Speech app in android

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

How to make Status bar Notification in Android

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

1 55 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: